diff options
| author | Dimitar Dimitrov <mitkofr@yahoo.fr> | 2016-11-02 17:00:04 +0000 |
|---|---|---|
| committer | Dimitar Dimitrov <mitkofr@yahoo.fr> | 2016-11-02 17:00:04 +0000 |
| commit | c5ebd5e30345dfab88e431a06ca88ca0b0cbe128 (patch) | |
| tree | 0f0e1ada5858a925f3c20f0d69217c2a88c88a27 | |
| parent | 9a87e7fdff79ce625601e69a17a5ba02a00880eb (diff) | |
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
| -rw-r--r-- | rc/base/lint.kak | 1 |
1 files changed, 0 insertions, 1 deletions
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" %{ |
