#106 delete-between doesn't understand matching brackets

开启中
nuclearkev2 周之前创建 · 0 条评论
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() ^ ```
登录 并参与到对话中。
正在加载...
取消
保存
这个人很懒,什么都没留下。