diff options
| author | zeertzjq <zeertzjq@outlook.com> | 2022-07-10 06:59:58 +0800 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2022-07-10 06:59:58 +0800 |
| commit | 880de9a489be57d07416d1de9f869d4cba1e490c (patch) | |
| tree | 9dc186bdb3300bb1a85610b7b9ea007313262d47 /src/nvim/testdir/test_join.vim | |
| parent | d6a1e718813f744b997e1b8fc707cbd47125db5c (diff) | |
| download | rneovim-880de9a489be57d07416d1de9f869d4cba1e490c.tar.gz rneovim-880de9a489be57d07416d1de9f869d4cba1e490c.tar.bz2 rneovim-880de9a489be57d07416d1de9f869d4cba1e490c.zip | |
test(old): align defaults to Vim after every test (#19301)
This can avoid divergences from Vim in some small places.
Diffstat (limited to 'src/nvim/testdir/test_join.vim')
| -rw-r--r-- | src/nvim/testdir/test_join.vim | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/nvim/testdir/test_join.vim b/src/nvim/testdir/test_join.vim index ecb969d10a..ac6ef8f29f 100644 --- a/src/nvim/testdir/test_join.vim +++ b/src/nvim/testdir/test_join.vim @@ -51,7 +51,7 @@ func Test_join_marks() /^This line/;'}-join call assert_equal([0, 4, 11, 0], getpos("'[")) - call assert_equal([0, 4, 66, 0], getpos("']")) + call assert_equal([0, 4, 67, 0], getpos("']")) enew! endfunc |