comparison src/version.c @ 32377:3efec53797f3 v9.0.1520

patch 9.0.1520: completion for option name includes all bool options Commit: https://github.com/vim/vim/commit/048d9d25214049dfde04c468c14bd1708fb692b8 Author: Bram Moolenaar <Bram@vim.org> Date: Sat May 6 22:21:11 2023 +0100 patch 9.0.1520: completion for option name includes all bool options Problem: Completion for option name includes all bool options. Solution: Do not recognize the "noinv" prefix. Prefix "no" or "inv" when appropriate.
author Bram Moolenaar <Bram@vim.org>
date Sat, 06 May 2023 23:30:03 +0200
parents 009956955aa3
children 89679a3f2e09
comparison
equal deleted inserted replaced
32376:d655df6f65d1 32377:3efec53797f3
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 1520,
698 /**/ 700 /**/
699 1519, 701 1519,
700 /**/ 702 /**/
701 1518, 703 1518,
702 /**/ 704 /**/