Skip to content

Commit

Permalink
rc make: support multiline error pattern
Browse files Browse the repository at this point in the history
  • Loading branch information
ygrek committed Oct 6, 2024
1 parent 5e0f9a2 commit bab414f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rc/tools/make.kak
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ define-command -hidden make-jump %{
set-register a "%reg{1}/%reg{2}" "%reg{3}" "%reg{4}" "%reg{5}"
} catch %{
set-register / %opt{make_error_pattern}
execute-keys <a-h><a-l> s<ret>l
execute-keys n
set-option buffer jump_current_line %val{cursor_line}
set-register a "%reg{1}" "%reg{2}" "%reg{3}" "%reg{4}"
}
Expand Down

0 comments on commit bab414f

Please sign in to comment.