diff options
| author | Justin M. Keyes <justinkz@gmail.com> | 2015-01-06 00:12:53 -0500 |
|---|---|---|
| committer | Justin M. Keyes <justinkz@gmail.com> | 2015-01-06 00:12:53 -0500 |
| commit | 050c6515f80b4964d7d9a7b66fa95146a4f38e4c (patch) | |
| tree | 4f38053550a9b4a5926c9a0ce83d91306c3ea29c /src/nvim/testdir | |
| parent | 6bfe0daf63c3311df2b3c734c2518b79d7e68842 (diff) | |
| parent | 55f00f44d30d06cf17e86d9a94bd8a42b0b04db1 (diff) | |
| download | rneovim-050c6515f80b4964d7d9a7b66fa95146a4f38e4c.tar.gz rneovim-050c6515f80b4964d7d9a7b66fa95146a4f38e4c.tar.bz2 rneovim-050c6515f80b4964d7d9a7b66fa95146a4f38e4c.zip | |
Merge pull request #1763 from epaulson10/vim-7.4.551
vim-patch:7.4.551
Diffstat (limited to 'src/nvim/testdir')
| -rw-r--r-- | src/nvim/testdir/test53.in | 7 | ||||
| -rw-r--r-- | src/nvim/testdir/test53.ok | 6 |
2 files changed, 13 insertions, 0 deletions
diff --git a/src/nvim/testdir/test53.in b/src/nvim/testdir/test53.in index 011c9ae39d..8ca9c9ed29 100644 --- a/src/nvim/testdir/test53.in +++ b/src/nvim/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 diff --git a/src/nvim/testdir/test53.ok b/src/nvim/testdir/test53.ok index d7ffa6bc51..0c0b9ded16 100644 --- a/src/nvim/testdir/test53.ok +++ b/src/nvim/testdir/test53.ok @@ -49,6 +49,12 @@ elete first and last char uniquepattern my very excellent mongoose just served us nachos for (j=0; i<=10; i++) +a:10 + +a:1 +1 + +a:20 text Y |