]> git.ipfire.org Git - thirdparty/vim.git/commit
patch 8.1.2418: bufnr('$') is wrong after recycling popup buffer v8.1.2418
authorBram Moolenaar <Bram@vim.org>
Tue, 10 Dec 2019 22:44:48 +0000 (23:44 +0100)
committerBram Moolenaar <Bram@vim.org>
Tue, 10 Dec 2019 22:44:48 +0000 (23:44 +0100)
commit99ebf22c523e3fdb491b2c92b6f3a7d42721361d
treeadbbfce6afde2d201db98feb8413244d4a9d0272
parent1e46705a83ef2bbabd4a53ec40108558b73ed54f
patch 8.1.2418: bufnr('$') is wrong after recycling popup buffer

Problem:    bufnr('$') is wrong after recycling popup buffer.
Solution:   Sort the buffer list by buffer number. (closes #5335)
src/buffer.c
src/testdir/test_popupwin.vim
src/version.c