#106 delete-between doesn't understand matching brackets

Açık
nuclearkev tarafından 2 hafta önce kere açıldı · 0 yorum
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() ^ ```
Giriş yap bu konuşmaya katılmak için.
Yükleniyor...
İptal
Kaydet
Henüz bir içerik yok.