summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBram Moolenaar <Bram@vim.org>2010-05-07 16:54:37 +0200
committerBram Moolenaar <Bram@vim.org>2010-05-07 16:54:37 +0200
commit0387e653c8a85786d7427cee8a0a233a03106fa5 (patch)
treecb6fbf289e8fc2351446162e56b3d0d83de106f8
parentad249fb74c3b6f566feb3498592757b30e446dfd (diff)
updated for version 7.2.416v7.2.416
Problem: Logtalk.dict is not installed. Solution: Add it to the install target. (Markus Heidelberg)
-rw-r--r--src/Makefile4
-rw-r--r--src/version.c2
2 files changed, 4 insertions, 2 deletions
diff --git a/src/Makefile b/src/Makefile
index 7bc2820d63..928de57402 100644
--- a/src/Makefile
+++ b/src/Makefile
@@ -30,7 +30,7 @@
# want to disable using X11 libraries. This speeds up starting Vim,
# but the window title will not be set and the X11 selection can not
# used.
-# - Uncomment the line "CONF_OPT_XSMP = --without-xsmp" if you have the
+# - Uncomment the line "CONF_OPT_XSMP = --disable-xsmp" if you have the
# X11 Session Management Protocol (XSMP) library (libSM) but do not
# want to use it.
# This can speedup Vim startup but Vim loses the ability to catch the
@@ -1882,7 +1882,7 @@ installrtbase: $(HELPSOURCE)/vim.1 $(DEST_VIM) $(DEST_RT) \
cd $(PLUGSOURCE); $(INSTALL_DATA) *.vim README.txt $(DEST_PLUG)
cd $(DEST_PLUG); chmod $(HELPMOD) *.vim README.txt
# install the ftplugin files
- cd $(FTPLUGSOURCE); $(INSTALL_DATA) *.vim README.txt $(DEST_FTP)
+ cd $(FTPLUGSOURCE); $(INSTALL_DATA) *.vim README.txt logtalk.dict $(DEST_FTP)
cd $(DEST_FTP); chmod $(HELPMOD) *.vim README.txt
# install the compiler files
cd $(COMPSOURCE); $(INSTALL_DATA) *.vim README.txt $(DEST_COMP)
diff --git a/src/version.c b/src/version.c
index 3a4648b383..a20d10235f 100644
--- a/src/version.c
+++ b/src/version.c
@@ -682,6 +682,8 @@ static char *(features[]) =
static int included_patches[] =
{ /* Add new patch number below this line */
/**/
+ 416,
+/**/
415,
/**/
414,