comparison src/version.c @ 32844:5d3c0f914f26 v9.0.1734

patch 9.0.1734: :runtime completion fails for multiple args Commit: https://github.com/vim/vim/commit/be5cdd1d634c2dfc7e415499fb18f4d246a8721c Author: zeertzjq <zeertzjq@outlook.com> Date: Thu Aug 17 23:48:58 2023 +0200 patch 9.0.1734: :runtime completion fails for multiple args Problem: :runtime completion fails for multiple args Solution: Make it work closes: #12616 Signed-off-by: Christian Brabandt <cb@256bit.org> Co-authored-by: zeertzjq <zeertzjq@outlook.com>
author Christian Brabandt <cb@256bit.org>
date Fri, 18 Aug 2023 00:00:05 +0200
parents bb24afd68742
children 757409cf4e8a
comparison
equal deleted inserted replaced
32843:2066721afa0e 32844:5d3c0f914f26
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 1734,
698 /**/ 700 /**/
699 1733, 701 1733,
700 /**/ 702 /**/
701 1732, 703 1732,
702 /**/ 704 /**/