diff options
| author | Justin M. Keyes <justinkz@gmail.com> | 2015-01-13 09:38:19 -0500 |
|---|---|---|
| committer | Justin M. Keyes <justinkz@gmail.com> | 2015-01-13 09:38:19 -0500 |
| commit | 9b4f6fbd33ebd452d472b0333accfcb34e01173b (patch) | |
| tree | 7ecfeef41cb02b2a59fe7cb0ce66de67e1d33d27 /src/nvim/testdir | |
| parent | a99d33ad9a6a81400a04712f769180ef700787b4 (diff) | |
| parent | 869d4c972eebb0b0c75425f005b2681dd9f8268b (diff) | |
| download | rneovim-9b4f6fbd33ebd452d472b0333accfcb34e01173b.tar.gz rneovim-9b4f6fbd33ebd452d472b0333accfcb34e01173b.tar.bz2 rneovim-9b4f6fbd33ebd452d472b0333accfcb34e01173b.zip | |
Merge pull request #1782 from fwalch/small-patches
vim-patch: Multiple small patches
Diffstat (limited to 'src/nvim/testdir')
| -rw-r--r-- | src/nvim/testdir/test48.in | 5 | ||||
| -rw-r--r-- | src/nvim/testdir/test48.ok | 1 |
2 files changed, 6 insertions, 0 deletions
diff --git a/src/nvim/testdir/test48.in b/src/nvim/testdir/test48.in index 25ea2fa154..998e1bba00 100644 --- a/src/nvim/testdir/test48.in +++ b/src/nvim/testdir/test48.in @@ -44,6 +44,10 @@ $4lDi<-- 'D' should be intact /^"r" $5lrxa<-- should be 'x' :" +:" Test "r" on a tab +:" Note that for this test, 'ts' must be 8 (the default). +^5lrxA<-- should be ' x ' +:" :" Test to make sure 'x' can delete control characters :set display=uhex ^xxxxxxi[This line should contain only the text between the brackets.] @@ -72,6 +76,7 @@ this is a test this is a test this is a test "r" +"r" ab
sd abcv6efi.him0kl diff --git a/src/nvim/testdir/test48.ok b/src/nvim/testdir/test48.ok index 334cb5a29c..14cd9b12ec 100644 --- a/src/nvim/testdir/test48.ok +++ b/src/nvim/testdir/test48.ok @@ -12,6 +12,7 @@ this is a test this is a test this is a test "r" x<-- should be 'x' +"r" x <-- should be ' x ' [This line should contain only the text between the brackets.] v i m <-- should show the name of a noted text editor 6 . 0 <-- and its version number |