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:
parent
9a87e7fdff
commit
c5ebd5e303
|
@ -70,7 +70,6 @@ def -hidden lint-show %{ %sh{
|
||||||
def lint-enable -docstring "Activate automatic diagnostics of the code" %{
|
def lint-enable -docstring "Activate automatic diagnostics of the code" %{
|
||||||
addhl flag_lines default lint_flags
|
addhl flag_lines default lint_flags
|
||||||
hook window -group lint-diagnostics NormalIdle .* %{ lint-show }
|
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" %{
|
def lint-disable -docstring "Disable automatic diagnostics of the code" %{
|
||||||
|
|
Loading…
Reference in New Issue
Block a user