We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7fc9842 commit 66699c6Copy full SHA for 66699c6
src/misc1.c
@@ -16,7 +16,9 @@
16
17
static char_u *vim_version_dir __ARGS((char_u *vimdir));
18
static char_u *remove_tail __ARGS((char_u *p, char_u *pend, char_u *name));
19
+#if defined(FEAT_CMDL_COMPL)
20
static void init_users __ARGS((void));
21
+#endif
22
static int copy_indent __ARGS((int size, char_u *src));
23
24
/* All user names (for ~user completion as done by shell). */
src/version.c
@@ -728,6 +728,8 @@ static char *(features[]) =
728
729
static int included_patches[] =
730
{ /* Add new patch number below this line */
731
+/**/
732
+ 1215,
733
/**/
734
1214,
735
0 commit comments