#106 delete-between doesn't understand matching brackets

닫힘
nuclearkev3 달 전을 오픈 · 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 커밋 1 개월 전에서 이 이슈 언급
로그인하여 이 대화에 참여
로딩중...
취소
저장
아직 콘텐츠가 없습니다.