forked from aniani/vim
patch 9.0.1777: patch 9.0.1771 causes problems
Problem: patch 9.0.1771 causes problems
Solution: revert it
Revert "patch 9.0.1771: regex: combining chars in collections not handled"
This reverts commit ca22fc36a4.
Signed-off-by: Christian Brabandt <cb@256bit.org>
This commit is contained in:
@@ -575,16 +575,5 @@ func Test_match_too_complicated()
|
||||
set regexpengine=0
|
||||
endfunc
|
||||
|
||||
func Test_combining_chars_in_collection()
|
||||
new
|
||||
for i in range(0,2)
|
||||
exe "set re=".i
|
||||
put =['ɔ̃', 'ɔ', '̃ ã', 'abcd']
|
||||
:%s/[ɔ̃]//
|
||||
call assert_equal(['', '', 'ɔ', '̃ ã', 'abcd'], getline(1,'$'))
|
||||
%d
|
||||
endfor
|
||||
bw!
|
||||
endfunc
|
||||
|
||||
" vim: shiftwidth=2 sts=2 expandtab
|
||||
|
||||
Reference in New Issue
Block a user