comparison src/version.c @ 32429:bfc23ba1bba5 v9.0.1546

patch 9.0.1546: some commands for opening a file don't use 'switchbuf' Commit: https://github.com/vim/vim/commit/54be5fb382d2bf25fd1b17ddab8b21f599019b81 Author: Yegappan Lakshmanan <yegappan@yahoo.com> Date: Fri May 12 17:49:13 2023 +0100 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)
author Bram Moolenaar <Bram@vim.org>
date Fri, 12 May 2023 19:00:04 +0200
parents 11bc7fa31c3b
children 213915d65157
comparison
equal deleted inserted replaced
32428:46c8cee129fc 32429:bfc23ba1bba5
693 NULL 693 NULL
694 }; 694 };
695 695
696 static int included_patches[] = 696 static int included_patches[] =
697 { /* Add new patch number below this line */ 697 { /* Add new patch number below this line */
698 /**/
699 1546,
698 /**/ 700 /**/
699 1545, 701 1545,
700 /**/ 702 /**/
701 1544, 703 1544,
702 /**/ 704 /**/