From c5ebd5e30345dfab88e431a06ca88ca0b0cbe128 Mon Sep 17 00:00:00 2001 From: Dimitar Dimitrov Date: Wed, 2 Nov 2016 17:00:04 +0000 Subject: [PATCH] Remove since it gets overwritten by the NormalIdle hook + $kak_cursor_line will always be 1 as that runs in a temporary context for the window --- rc/base/lint.kak | 1 - 1 file changed, 1 deletion(-) diff --git a/rc/base/lint.kak b/rc/base/lint.kak index 11af5b2d..ff3a8b47 100644 --- a/rc/base/lint.kak +++ b/rc/base/lint.kak @@ -70,7 +70,6 @@ def -hidden lint-show %{ %sh{ def lint-enable -docstring "Activate automatic diagnostics of the code" %{ addhl flag_lines default lint_flags hook window -group lint-diagnostics NormalIdle .* %{ lint-show } - hook window -group lint-diagnostics WinSetOption ^lint_errors=.* %{ info; lint-show } } def lint-disable -docstring "Disable automatic diagnostics of the code" %{