#106 delete-between doesn't understand matching brackets

オープン
2 週間 前nuclearkev によって開かれました · 0 コメント
Kevin "The Nuclear" Bloom2 週間 前 にコメントしました
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() ^ ```
会話に参加するには サインイン してください。
読み込み中…
キャンセル
保存
まだコンテンツがありません