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
This commit is contained in:
Dimitar Dimitrov 2016-11-02 17:00:04 +00:00
parent 9a87e7fdff
commit c5ebd5e303

View File

@ -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" %{