#106 delete-between doesn't understand matching brackets

Ouvert
Créé il y a 2 semaines par nuclearkev · 0 commentaires
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() ^ ```
Connectez-vous pour rejoindre cette conversation.
Chargement…
Annuler
Enregistrer
Il n'existe pas encore de contenu.