diff options
Diffstat (limited to '')
| -rw-r--r-- | autoload/cursorword.kak | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/autoload/cursorword.kak b/autoload/cursorword.kak deleted file mode 100644 index 9c30f99..0000000 --- a/autoload/cursorword.kak +++ /dev/null @@ -1,12 +0,0 @@ -declare-option -hidden regex curword - -hook global NormalIdle .* %{ - eval -draft %{try %{ - exec <space><a-i>w <a-k>\A\w+\z<ret> - set-option buffer curword "\b\Q%val{selection}\E\b" - } catch %{ - set-option buffer curword '' - }} -} - -add-highlighter global/ dynregex '%opt{curword}' 0:CurWord |
