mirror of
https://github.com/mawww/kakoune.git
synced 2024-12-01 08:23:05 +03:00
fix trailing '"' in make.kak
This commit is contained in:
parent
d331856fb3
commit
ff4e907fa9
@ -16,4 +16,4 @@ hook global WinSetOption filetype=make %{
|
||||
|
||||
hook global WinSetOption filetype=(?!make).* %{ rmhl make-highlight; }
|
||||
|
||||
def errjump %{ exec 'xs^([^:]+):(\d+)(?::(\d+))?:([^\n]+)\n<ret>'; edit %reg{1} %reg{2} %reg{3}; echo %reg{4}" }
|
||||
def errjump %{ exec 'xs^([^:]+):(\d+)(?::(\d+))?:([^\n]+)\n<ret>'; edit %reg{1} %reg{2} %reg{3}; echo %reg{4} }
|
||||
|
Loading…
Reference in New Issue
Block a user