From 286bf75aa9060cce61262fed0aba8814253dbbf3 Mon Sep 17 00:00:00 2001 From: Gokcehan Date: Mon, 17 Jan 2022 12:57:51 +0300 Subject: [PATCH] cleanup --- eval.go | 2 +- os.go | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/eval.go b/eval.go index a2d80b8..03eeac4 100644 --- a/eval.go +++ b/eval.go @@ -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 diff --git a/os.go b/os.go index db70607..fa20879 100644 --- a/os.go +++ b/os.go @@ -1,4 +1,4 @@ -// +build !windows +//go:build !windows package main