mirror of
https://github.com/vim/vim.git
synced 2025-11-13 22:54:27 -05:00
updated for version 7.3.1112
Problem: New regexp engine: \%V not supported. Solution: Implement \%V. Add tests.
This commit is contained in:
@@ -458,6 +458,14 @@ y$Gop:"
|
||||
:.yank
|
||||
Gop:"
|
||||
:"
|
||||
:" Check matching Visual area
|
||||
/^Visual:
|
||||
jfxvfx:s/\%Ve/E/g
|
||||
jV:s/\%Va/A/g
|
||||
jfxfxj:s/\%Vo/O/g
|
||||
:/^Visual/+1,/^Visual/+4yank
|
||||
Gop:"
|
||||
:"
|
||||
:" Check patterns matching cursor position.
|
||||
:func! Postest()
|
||||
new
|
||||
@@ -520,4 +528,10 @@ xxxstart2
|
||||
asdfasd<yy
|
||||
xxstart3
|
||||
|
||||
Visual:
|
||||
thexe the thexethe
|
||||
andaxand andaxand
|
||||
oooxofor foroxooo
|
||||
oooxofor foroxooo
|
||||
|
||||
Results of test64:
|
||||
|
||||
@@ -857,6 +857,11 @@ OK 2 - [0-9a-zA-Z]\{8}-\([0-9a-zA-Z]\{4}-\)\{3}[0-9a-zA-Z]\{12}
|
||||
ghi
|
||||
|
||||
xxstart3
|
||||
|
||||
thexE thE thExethe
|
||||
AndAxAnd AndAxAnd
|
||||
oooxOfOr fOrOxooo
|
||||
oooxOfOr fOrOxooo
|
||||
-0-
|
||||
ffo
|
||||
bob
|
||||
|
||||
Reference in New Issue
Block a user