#106 delete-between doesn't understand matching brackets

已關閉
nuclearkev5 月之前創建 · 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() ^ ```
Kevin "The Nuclear" Bloom 在代碼提交 4 月之前 中引用了該問題
登入 才能加入這對話。
正在加載...
取消
保存
尚未有任何內容