]> git.ipfire.org Git - thirdparty/vim.git/commit
patch 9.0.1554: code for handling 'switchbuf' is repeated v9.0.1554
authorYegappan Lakshmanan <yegappan@yahoo.com>
Sun, 14 May 2023 16:24:22 +0000 (17:24 +0100)
committerBram Moolenaar <Bram@vim.org>
Sun, 14 May 2023 16:24:22 +0000 (17:24 +0100)
commite42c27d9e8a18e3786f13f17663914cdd0f63f9e
treec0dc0141813003df4a767dfd90863ff6870be3c3
parentb6a19594b29a7d4f33a1f4324a0579df61f48d06
patch 9.0.1554: code for handling 'switchbuf' is repeated

Problem:    Code for handling 'switchbuf' is repeated.
Solution:   Add a function to handle 'switchbuf'. (Yegappan Lakshmanan,
            closes #12397)
src/buffer.c
src/proto/window.pro
src/tag.c
src/version.c
src/window.c