#106 delete-between doesn't understand matching brackets

Open
2 weken geleden werd geopend door nuclearkev · 0 opmerkingen
foo(bar())
^

If you had the above code and the point is at the ^ and you execute C-u C-u esc \ ) you would get the following:

foo(var()
        ^

when it should give you this:

foo()
    ^
``` foo(bar()) ^ ``` If you had the above code and the point is at the `^` and you execute `C-u C-u esc \ )` you would get the following: ``` foo(var() ^ ``` when it should give you this: ``` foo() ^ ```
Sign in to join this conversation.
Laden...
Annuleren
Opslaan
Er is nog geen inhoud.