comparison src/version.c @ 32609:0da40da0bbaa v9.0.1636

patch 9.0.1636: expanding a pattern interferes with cmdline completion Commit: https://github.com/vim/vim/commit/094dd152fe1d47878ec6c0b3f54b03ffde7f4a2d Author: zeertzjq <zeertzjq@outlook.com> Date: Thu Jun 15 22:51:57 2023 +0100 patch 9.0.1636: expanding a pattern interferes with cmdline completion Problem: Expanding a pattern interferes with command line completion. Solution: Set the file index only when appropriate. (closes https://github.com/vim/vim/issues/12519)
author Bram Moolenaar <Bram@vim.org>
date Fri, 16 Jun 2023 00:00:03 +0200
parents 753b0bde34b0
children a4b5a6a95005
comparison
equal deleted inserted replaced
32608:5782057ea5d4 32609:0da40da0bbaa
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 1636,
698 /**/ 700 /**/
699 1635, 701 1635,
700 /**/ 702 /**/
701 1634, 703 1634,
702 /**/ 704 /**/