1
1
mirror of https://github.com/mawww/kakoune.git synced 2024-09-21 18:09:09 +03:00
kakoune/rc
Maxime Coste 9755f7f8f2 make.kak: Fix echoing of error message when jumping
The use of `%{...%reg{...}}` was not being expanded correctly, as
the enclosing %{...} prevents the internal %expand{...} from being
considered.

The introduction of an additional command allows us to bypass
quoting hell as the expansion of %reg{5} could contain arbitrary
text.
2018-02-19 21:43:43 +11:00
..
base lua.kak: Fix string highlighting with -match-capture regions 2018-02-18 16:21:05 +11:00
core make.kak: Fix echoing of error message when jumping 2018-02-19 21:43:43 +11:00
extra nim.kak: Fix wrong tr invocation 2018-02-19 21:24:36 +11:00