commit | 54be5fb382d2bf25fd1b17ddab8b21f599019b81 | [log] [tgz] |
---|---|---|
author | Yegappan Lakshmanan <yegappan@yahoo.com> | Fri May 12 17:49:13 2023 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Fri May 12 17:49:13 2023 +0100 |
tree | 2f8247870b818760f7dac718281ed4067090baf5 | |
parent | 8667a5678f983ba899825b810ab849952d49bcb8 [diff] [blame] |
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)
diff --git a/src/version.c b/src/version.c index f13f8e0..a873172 100644 --- a/src/version.c +++ b/src/version.c
@@ -696,6 +696,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1546, +/**/ 1545, /**/ 1544,