]> git.ipfire.org Git - thirdparty/vim.git/commit
patch 8.2.0478: new buffers are not added to the Buffers menu v8.2.0478
authorBram Moolenaar <Bram@vim.org>
Sun, 29 Mar 2020 18:08:45 +0000 (20:08 +0200)
committerBram Moolenaar <Bram@vim.org>
Sun, 29 Mar 2020 18:08:45 +0000 (20:08 +0200)
commit5908fdf72fa1995735e38c46f254ddde81a87c1f
treef602cce0b434397d8eef3bfde2a9b50ef9e9ef51
parentc58164c5cff9845f3bf7cfcd75ace43208829388
patch 8.2.0478: new buffers are not added to the Buffers menu

Problem:    New buffers are not added to the Buffers menu.
Solution:   Turn number into string. (Yee Cheng Chin, closes #5864)
runtime/menu.vim
src/testdir/test_menu.vim
src/version.c