diff options
author | Bram Moolenaar <Bram@vim.org> | 2014-12-13 22:00:22 +0100 |
---|---|---|
committer | Bram Moolenaar <Bram@vim.org> | 2014-12-13 22:00:22 +0100 |
commit | b12db9f92ea74039bb0b4110add4232f0bf338ea (patch) | |
tree | 2bd69d7036fbefab87c8e1ca1d23c80a2b7e3a43 /src/testdir/test53.in | |
parent | 3f9be97015e2ba4cb6d6654117745d912ec59287 (diff) | |
download | vim-b12db9f92ea74039bb0b4110add4232f0bf338ea.zip |
updated for version 7.4.551
Problem: "ygn" may yank too much. (Fritzophrenic) Issue 295.
Solution: Check the width of the next match. (Christian Brabandt)
Diffstat (limited to 'src/testdir/test53.in')
-rw-r--r-- | src/testdir/test53.in | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/src/testdir/test53.in b/src/testdir/test53.in index 011c9ae39..8ca9c9ed2 100644 --- a/src/testdir/test53.in +++ b/src/testdir/test53.in @@ -79,6 +79,8 @@ ggdgn. :" test repeating gUgn /^Depp gggUgn. +gg/a:0\@!\zs\d\+ +nygnop :/^start:/,/^end:/wq! test.out ENDTEST @@ -108,6 +110,11 @@ delete first and last chars uniquepattern uniquepattern my very excellent mother just served us nachos for (i=0; i<=10; i++) +a:10 + +a:1 + +a:20 Y text Y |