vim-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)

46a53dfc29
This commit is contained in:
Marco Hinz
2019-04-08 19:50:36 +02:00
parent 5a81561e7a
commit a8d0062c67
4 changed files with 31 additions and 9 deletions

View File

@@ -173,7 +173,6 @@ func Test_command_count_4()
only!
exe bufnr . 'buf'
bnext
let bufnr = bufnr('%')
let buffers = []
.,$-bufdo call add(buffers, bufnr('%'))