]> git.ipfire.org Git - thirdparty/vim.git/commit
patch 9.0.1546: some commands for opening a file don't use 'switchbuf' v9.0.1546
authorYegappan Lakshmanan <yegappan@yahoo.com>
Fri, 12 May 2023 16:49:13 +0000 (17:49 +0100)
committerBram Moolenaar <Bram@vim.org>
Fri, 12 May 2023 16:49:13 +0000 (17:49 +0100)
commit54be5fb382d2bf25fd1b17ddab8b21f599019b81
tree2f8247870b818760f7dac718281ed4067090baf5
parent8667a5678f983ba899825b810ab849952d49bcb8
patch 9.0.1546: some commands for opening a file don't use 'switchbuf'

Problem:    Some commands for opening a file don't use 'switchbuf'.
Solution:   Use 'switchbuf' for more commands. (Yegappan Lakshmanan,
            closes #12383, closes #12381)
runtime/doc/options.txt
src/buffer.c
src/testdir/test_gf.vim
src/version.c
src/window.c