]> granicus.if.org Git - vim/commit
patch 9.0.0506: line number argument for :badd does not work v9.0.0506
authorBram Moolenaar <Bram@vim.org>
Mon, 19 Sep 2022 17:20:08 +0000 (18:20 +0100)
committerBram Moolenaar <Bram@vim.org>
Mon, 19 Sep 2022 17:20:08 +0000 (18:20 +0100)
commita2b91036d12e1b406ed5d17bf03f8d1ed05221f6
treed14bd92d1fe7e688651c01ae175c1c623607a98f
parentfaf1d412f5e3665021500b528c0e7301eb02bf0b
patch 9.0.0506: line number argument for :badd does not work

Problem:    Line number argument for :badd does not work.
Solution:   Set the last cursor position in the new buffer. (closes #11161)
src/ex_cmds.c
src/testdir/test_buffer.vim
src/version.c