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 7b5f0a1 commit 08b7baeCopy full SHA for 08b7bae
src/Makefile
@@ -281,6 +281,12 @@ CC=
281
#GUI_LIB_LOC = -L/usr/X11R6/lib
282
# }}}
283
284
+# Defaults used when auto/config.mk does not exist.
285
+srcdir = .
286
+VIMNAME = vim
287
+EXNAME = ex
288
+VIEWNAME = view
289
+
290
######################## auto/config.mk ######################## {{{1
291
# At this position auto/config.mk is included. When starting from the
292
# toplevel Makefile it is almost empty. After running auto/configure it
src/version.c
@@ -741,6 +741,8 @@ static char *(features[]) =
741
742
static int included_patches[] =
743
{ /* Add new patch number below this line */
744
+/**/
745
+ 1004,
746
/**/
747
1003,
748
0 commit comments