1
1
mirror of https://github.com/mawww/kakoune.git synced 2024-09-20 01:08:33 +03:00

Merge remote-tracking branch 'Guest0x0/master'

This commit is contained in:
Maxime Coste 2020-05-30 09:24:25 +10:00
commit 3589791670

View File

@ -111,7 +111,7 @@ provide-module coq %{
# Hence here only a simple mechanism of copying indent is done.
define-command -hidden coq-copy-indent-on-newline %{
evaluate-commands -draft -itersel %{
try %{ execute-keys -draft k <a-x> s ^\h* <ret> y gh j P }
try %{ execute-keys -draft k <a-x> s ^\h+ <ret> y gh j P }
}
}