diff options
author | Bram Moolenaar <Bram@vim.org> | 2013-06-30 14:46:53 +0200 |
---|---|---|
committer | Bram Moolenaar <Bram@vim.org> | 2013-06-30 14:46:53 +0200 |
commit | e78495de7e5d9f198602fcdfe32fac521c477297 (patch) | |
tree | 96be22e1dfd1374495a3b0f371aad081a773bc94 /src/testdir | |
parent | 248628554633c60deadee95e3cd5ceea787ac3a7 (diff) | |
download | vim-git-e78495de7e5d9f198602fcdfe32fac521c477297.tar.gz |
updated for version 7.3.1275v7.3.1275
Problem: "gn" does not work when the match is a single character.
Solution: Fix it, add a test. (Christian Brabandt)
Diffstat (limited to 'src/testdir')
-rw-r--r-- | src/testdir/test53.in | 4 | ||||
-rw-r--r-- | src/testdir/test53.ok | 1 |
2 files changed, 4 insertions, 1 deletions
diff --git a/src/testdir/test53.in b/src/testdir/test53.in index c1d50611f..2cc7d1050 100644 --- a/src/testdir/test53.in +++ b/src/testdir/test53.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: diff --git a/src/testdir/test53.ok b/src/testdir/test53.ok index 179b1b2bf..40031ed47 100644 --- a/src/testdir/test53.ok +++ b/src/testdir/test53.ok @@ -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: |