diff options
author | Bram Moolenaar <Bram@vim.org> | 2018-04-24 21:58:51 +0200 |
---|---|---|
committer | Bram Moolenaar <Bram@vim.org> | 2018-04-24 21:58:51 +0200 |
commit | 46a53dfc29689c6a0d80e3820e8b0a48dba6b6ec (patch) | |
tree | 5ad1a9ee29f54608ea20a0a77581bf21f760d770 /src/testdir/test_command_count.vim | |
parent | b255b90503a986931904c23dafb5b6d4e512a17e (diff) | |
download | vim-46a53dfc29689c6a0d80e3820e8b0a48dba6b6ec.zip |
patch 8.0.1763: :argedit does not reuse an empty unnamed buffer
Problem: :argedit does not reuse an empty unnamed buffer.
Solution: Add the BLN_CURBUF flag and fix all the side effects. (Christian
Brabandt, closes #2713)
Diffstat (limited to 'src/testdir/test_command_count.vim')
-rw-r--r-- | src/testdir/test_command_count.vim | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/testdir/test_command_count.vim b/src/testdir/test_command_count.vim index 2d793ed88..7262789ab 100644 --- a/src/testdir/test_command_count.vim +++ b/src/testdir/test_command_count.vim @@ -173,7 +173,6 @@ func Test_command_count_4() only! exe bufnr . 'buf' - bnext let bufnr = bufnr('%') let buffers = [] .,$-bufdo call add(buffers, bufnr('%')) |