Merge remote-tracking branch 'maximbaz/fix-python-indent'

This commit is contained in:
Maxime Coste 2018-07-14 23:18:47 +10:00
commit 6e77e64734

View File

@ -128,7 +128,7 @@ define-command -hidden python-indent-on-new-line %{
# cleanup trailing whitespaces from previous line # cleanup trailing whitespaces from previous line
try %{ execute-keys -draft k <a-x> s \h+$ <ret> d } try %{ execute-keys -draft k <a-x> s \h+$ <ret> d }
# indent after line ending with : # indent after line ending with :
try %{ execute-keys -draft <space> k x <a-k> :$ <ret> j <a-gt> } try %{ execute-keys -draft <space> k <a-x> <a-k> :$ <ret> j <a-gt> }
} }
} }