mirror of
https://github.com/vim/vim.git
synced 2025-09-30 04:44:14 -04:00
patch 7.4.1775
Problem: The rgb.txt file is not installed. Solution: Install the file. (Christian Brabandt)
This commit is contained in:
@@ -1076,6 +1076,9 @@ SYS_DELMENU_FILE = $(DESTDIR)$(SCRIPTLOC)/delmenu.vim
|
|||||||
### Name of the bugreport file target.
|
### Name of the bugreport file target.
|
||||||
SYS_BUGR_FILE = $(DESTDIR)$(SCRIPTLOC)/bugreport.vim
|
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.
|
### Name of the file type detection file target.
|
||||||
SYS_FILETYPE_FILE = $(DESTDIR)$(SCRIPTLOC)/filetype.vim
|
SYS_FILETYPE_FILE = $(DESTDIR)$(SCRIPTLOC)/filetype.vim
|
||||||
|
|
||||||
@@ -2167,6 +2170,9 @@ installrtbase: $(HELPSOURCE)/vim.1 $(DEST_VIM) $(DEST_RT) \
|
|||||||
chmod $(VIMSCRIPTMOD) $(MSWIN_FILE)
|
chmod $(VIMSCRIPTMOD) $(MSWIN_FILE)
|
||||||
$(INSTALL_DATA) $(SCRIPTSOURCE)/evim.vim $(EVIM_FILE)
|
$(INSTALL_DATA) $(SCRIPTSOURCE)/evim.vim $(EVIM_FILE)
|
||||||
chmod $(VIMSCRIPTMOD) $(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 the bugreport file
|
||||||
$(INSTALL_DATA) $(SCRIPTSOURCE)/bugreport.vim $(SYS_BUGR_FILE)
|
$(INSTALL_DATA) $(SCRIPTSOURCE)/bugreport.vim $(SYS_BUGR_FILE)
|
||||||
chmod $(VIMSCRIPTMOD) $(SYS_BUGR_FILE)
|
chmod $(VIMSCRIPTMOD) $(SYS_BUGR_FILE)
|
||||||
|
@@ -753,6 +753,8 @@ static char *(features[]) =
|
|||||||
|
|
||||||
static int included_patches[] =
|
static int included_patches[] =
|
||||||
{ /* Add new patch number below this line */
|
{ /* Add new patch number below this line */
|
||||||
|
/**/
|
||||||
|
1775,
|
||||||
/**/
|
/**/
|
||||||
1774,
|
1774,
|
||||||
/**/
|
/**/
|
||||||
|
Reference in New Issue
Block a user