mirror of
https://github.com/mawww/kakoune.git
synced 2024-12-23 03:21:55 +03:00
Merge remote-tracking branch 'occivink/grep-space'
This commit is contained in:
commit
9421e28eb5
@ -44,7 +44,7 @@ define-command -hidden grep-jump %{
|
||||
try %{
|
||||
execute-keys '<a-x>s^((?:\w:)?[^:]+):(\d+):(\d+)?<ret>'
|
||||
set-option buffer grep_current_line %val{cursor_line}
|
||||
evaluate-commands -try-client %opt{jumpclient} edit -existing %reg{1} %reg{2} %reg{3}
|
||||
evaluate-commands -try-client %opt{jumpclient} %{ edit -existing %reg{1} %reg{2} %reg{3} }
|
||||
try %{ focus %opt{jumpclient} }
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user