patch 7.4.1775 v7.4.1775
authorBram Moolenaar <Bram@vim.org>
Fri, 22 Apr 2016 10:24:52 +0000 (12:24 +0200)
committerBram Moolenaar <Bram@vim.org>
Fri, 22 Apr 2016 10:24:52 +0000 (12:24 +0200)
Problem:    The rgb.txt file is not installed.
Solution:   Install the file. (Christian Brabandt)

src/Makefile
src/version.c

index 716dae701ee86a4ef7b5d4aa94304119073f4c43..f0f892b10663fb4018668b3dd59e793673a87a13 100644 (file)
@@ -1076,6 +1076,9 @@ SYS_DELMENU_FILE = $(DESTDIR)$(SCRIPTLOC)/delmenu.vim
 ### Name of the bugreport file target.
 SYS_BUGR_FILE  = $(DESTDIR)$(SCRIPTLOC)/bugreport.vim
 
+### Name of the rgb.txt file target.
+SYS_RGB_FILE   = $(DESTDIR)$(SCRIPTLOC)/rgb.txt
+
 ### Name of the file type detection file target.
 SYS_FILETYPE_FILE = $(DESTDIR)$(SCRIPTLOC)/filetype.vim
 
@@ -2167,6 +2170,9 @@ installrtbase: $(HELPSOURCE)/vim.1 $(DEST_VIM) $(DEST_RT) \
        chmod $(VIMSCRIPTMOD) $(MSWIN_FILE)
        $(INSTALL_DATA) $(SCRIPTSOURCE)/evim.vim $(EVIM_FILE)
        chmod $(VIMSCRIPTMOD) $(EVIM_FILE)
+# install the rgb.txt file
+       $(INSTALL_DATA) $(SCRIPTSOURCE)/rgb.txt $(SYS_RGB_FILE)
+       chmod $(VIMSCRIPTMOD) $(SYS_RGB_FILE)
 # install the bugreport file
        $(INSTALL_DATA) $(SCRIPTSOURCE)/bugreport.vim $(SYS_BUGR_FILE)
        chmod $(VIMSCRIPTMOD) $(SYS_BUGR_FILE)
index 3c5f94ec50bc2ef9b308afbb4e46f0bb89babf93..2d0abebd6c30dfd7cf56c713db6ae835b7269fd4 100644 (file)
@@ -753,6 +753,8 @@ static char *(features[]) =
 
 static int included_patches[] =
 {   /* Add new patch number below this line */
+/**/
+    1775,
 /**/
     1774,
 /**/