This commit is contained in:
Gokcehan 2022-01-17 12:57:51 +03:00
parent fea4ededb6
commit 286bf75aa9
2 changed files with 2 additions and 2 deletions

View File

@ -563,7 +563,7 @@ func restartIncCmd(app *app) {
}
}
func resetIncCmd(app *app) {
func resetIncCmd(app *app) {
if gOpts.incsearch && (app.ui.cmdPrefix == "/" || app.ui.cmdPrefix == "?") {
dir := app.nav.currDir()
dir.pos = app.nav.searchPos

2
os.go
View File

@ -1,4 +1,4 @@
// +build !windows
//go:build !windows
package main