#106 delete-between doesn't understand matching brackets

Stängd
öppnade 3 månader sedan av nuclearkev · 0 kommentarer
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() ^ ```
Kevin "The Nuclear" Bloom refererade till detta ärende från en incheckning 1 månad sedan
Logga in för att delta i denna konversation.
Laddar...
Avbryt
Spara
Det finns inget innehåll än.