0
0
mirror of https://github.com/vim/vim.git synced 2025-10-04 05:25:06 -04:00

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)
This commit is contained in:
Yegappan Lakshmanan
2023-05-12 17:49:13 +01:00
committed by Bram Moolenaar
parent 8667a5678f
commit 54be5fb382
5 changed files with 106 additions and 18 deletions

View File

@@ -695,6 +695,8 @@ static char *(features[]) =
static int included_patches[] =
{ /* Add new patch number below this line */
/**/
1546,
/**/
1545,
/**/