]> git.ipfire.org Git - thirdparty/vim.git/commitdiff
patch 7.4.1420 v7.4.1420
authorBram Moolenaar <Bram@vim.org>
Thu, 25 Feb 2016 21:37:42 +0000 (22:37 +0100)
committerBram Moolenaar <Bram@vim.org>
Thu, 25 Feb 2016 21:37:42 +0000 (22:37 +0100)
Problem:    Missing makefile.
Solution:   Type the path correctly.

src/testdir/Make_all.mak
src/version.c

index 3e645e7ed580a250be984f6c30f302e441c2597e..510b743e20e14dcb969f39d96b39d97e3946285b 100644 (file)
@@ -2,6 +2,8 @@
 # Common Makefile, defines the list of tests to run.
 #
 
+NO_PLUGIN = -U NONE --noplugin --not-a-term
+
 # The first script creates small.vim.
 SCRIPTS_FIRST = \
        test1.out
index a85f6e24562b2aff992e001af476c54b1e53da5c..de20c3e1b69391c448df5e5f872cac506b83dfc3 100644 (file)
@@ -748,6 +748,8 @@ static char *(features[]) =
 
 static int included_patches[] =
 {   /* Add new patch number below this line */
+/**/
+    1420,
 /**/
     1419,
 /**/