diff options
| author | zeertzjq <zeertzjq@outlook.com> | 2022-07-12 14:36:05 +0800 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2022-07-12 14:36:05 +0800 |
| commit | 8b75ca734541a42bf0d3f3fd8e39e94662084895 (patch) | |
| tree | 688fb3b654823d7579964495fb4c5af58f7e7bd8 /src/nvim/testdir/test_buffer.vim | |
| parent | 540d1af90e2276a8bd3b5edb1a63c8225a1aa423 (diff) | |
| parent | 1abdb3224b177078b046873dadb81381960ad52b (diff) | |
| download | rneovim-8b75ca734541a42bf0d3f3fd8e39e94662084895.tar.gz rneovim-8b75ca734541a42bf0d3f3fd8e39e94662084895.tar.bz2 rneovim-8b75ca734541a42bf0d3f3fd8e39e94662084895.zip | |
Merge pull request #19332 from zeertzjq/vim-8.2.0270
vim-patch:8.2.{0270,2732}
Diffstat (limited to 'src/nvim/testdir/test_buffer.vim')
| -rw-r--r-- | src/nvim/testdir/test_buffer.vim | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/nvim/testdir/test_buffer.vim b/src/nvim/testdir/test_buffer.vim index 02360b4e75..4cc559adb8 100644 --- a/src/nvim/testdir/test_buffer.vim +++ b/src/nvim/testdir/test_buffer.vim @@ -105,9 +105,9 @@ func Test_buflist_browse() call assert_equal(b2, bufnr()) call assert_equal(1, line('.')) - brewind +/foo3 + brewind + call assert_equal(b1, bufnr()) - call assert_equal(3, line('.')) + call assert_equal(4, line('.')) blast +/baz2 call assert_equal(b3, bufnr()) |