]> granicus.if.org Git - vim/commitdiff
patch 8.0.0694: building in shadow directory does not work v8.0.0694
authorBram Moolenaar <Bram@vim.org>
Fri, 7 Jul 2017 10:22:55 +0000 (12:22 +0200)
committerBram Moolenaar <Bram@vim.org>
Fri, 7 Jul 2017 10:22:55 +0000 (12:22 +0200)
Problem:    Building in shadow directory does not work.  Running Vim fails.
Solution:   Add the new libvterm directory.  Add missing change in command
            list.

src/Makefile
src/ex_cmds.h
src/version.c

index 907fdb127e773fa6a39005c201a24c52a5ae8bf8..49a8ef40af46438f6d0bd3f88188161c2b6608e0 100644 (file)
@@ -2810,7 +2810,7 @@ SHADOWDIR = shadow
 
 shadow:        runtime pixmaps
        $(MKDIR_P) $(SHADOWDIR)
-       cd $(SHADOWDIR); ln -s ../*.[chm] ../*.in ../*.sh ../*.xs ../*.xbm ../gui_gtk_res.xml ../toolcheck ../proto ../vimtutor ../gvimtutor ../install-sh .
+       cd $(SHADOWDIR); ln -s ../*.[chm] ../*.in ../*.sh ../*.xs ../*.xbm ../gui_gtk_res.xml ../toolcheck ../proto ../libvterm ../vimtutor ../gvimtutor ../install-sh .
        mkdir $(SHADOWDIR)/auto
        cd $(SHADOWDIR)/auto; ln -s ../../auto/configure .
        $(MKDIR_P) $(SHADOWDIR)/po
index 02d5690dcc61e718e0233146ffbee04762defb68..cde0157636c92f9d6e9114eeb186e14e390de791 100644 (file)
@@ -1483,6 +1483,9 @@ EX(CMD_tclfile,           "tclfile",      ex_tclfile,
 EX(CMD_tearoff,                "tearoff",      ex_tearoff,
                        NEEDARG|EXTRA|TRLBAR|NOTRLCOM|CMDWIN,
                        ADDR_LINES),
+EX(CMD_terminal,       "terminal",     ex_terminal,
+                       RANGE|NOTADR|EXTRA|TRLBAR|CMDWIN,
+                       ADDR_OTHER),
 EX(CMD_tfirst,         "tfirst",       ex_tag,
                        RANGE|NOTADR|BANG|TRLBAR|ZEROR,
                        ADDR_LINES),
index 5051c9ecf84e14e0dd46beb5a36c2e4f5cf4bcbf..eb237f3481c326cfb68e84b04294f53972b1a847 100644 (file)
@@ -764,6 +764,8 @@ static char *(features[]) =
 
 static int included_patches[] =
 {   /* Add new patch number below this line */
+/**/
+    694,
 /**/
     693,
 /**/