mirror of
https://github.com/vim/vim.git
synced 2025-11-13 22:54:27 -05:00
updated for version 7.3.1275
Problem: "gn" does not work when the match is a single character. Solution: Fix it, add a test. (Christian Brabandt)
This commit is contained in:
@@ -44,7 +44,8 @@ gnd/[u]niquepattern/s
|
||||
vlgnd
|
||||
/mother
|
||||
:set selection=exclusive
|
||||
$cgNmongoose
|
||||
$cgNmongoose/i
|
||||
cgnj
|
||||
:/^start:/,/^end:/wq! test.out
|
||||
ENDTEST
|
||||
|
||||
@@ -73,4 +74,5 @@ zero width pattern
|
||||
delete first and last chars
|
||||
uniquepattern uniquepattern
|
||||
my very excellent mother just served us nachos
|
||||
for (i=0; i<=10; i++)
|
||||
end:
|
||||
|
||||
@@ -26,4 +26,5 @@ zerowidth pattern
|
||||
elete first and last char
|
||||
uniquepattern
|
||||
my very excellent mongoose just served us nachos
|
||||
for (j=0; i<=10; i++)
|
||||
end:
|
||||
|
||||
Reference in New Issue
Block a user