diff options
Diffstat (limited to 'rc/python.kak')
| -rw-r--r-- | rc/python.kak | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/rc/python.kak b/rc/python.kak index 981137fd..4891f200 100644 --- a/rc/python.kak +++ b/rc/python.kak @@ -38,11 +38,8 @@ addhl -group /python/code regex \<(bool|buffer|bytearray|complex|dict|file|float # ‾‾‾‾‾‾‾‾ def -hidden _python_filter_around_selections %{ - eval -draft -itersel %{ - exec <a-x> - # remove trailing white spaces - try %{ exec -draft s \h+$ <ret> d } - } + # remove trailing white spaces + try %{ exec -draft -itersel <a-x> s \h+$ <ret> d } } def -hidden _python_indent_on_new_line %{ |
