Skip to content

Commit 3af91bd

Browse files
committed
Merge remote-tracking branch 'vim/master'
2 parents b111b79 + dddab90 commit 3af91bd

2 files changed

Lines changed: 5 additions & 2 deletions

File tree

src/Makefile

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2490,8 +2490,9 @@ installrtbase: $(HELPSOURCE)/vim.1 $(DEST_VIM) $(DEST_RT) \
24902490
cd $(PRINTSOURCE); $(INSTALL_DATA) *.ps $(DEST_PRINT)
24912491
cd $(DEST_PRINT); chmod $(FILEMOD) *.ps
24922492
# install the colorscheme files
2493-
cd $(COLSOURCE); $(INSTALL_DATA) *.vim README.txt $(DEST_COL)
2494-
cd $(DEST_COL); chmod $(HELPMOD) *.vim README.txt
2493+
cd $(COLSOURCE); $(INSTALL_DATA_R) *.vim tools README.txt $(DEST_COL)
2494+
cd $(DEST_COL); chmod $(DIRMOD) tools
2495+
cd $(DEST_COL); chmod $(HELPMOD) *.vim README.txt tools/*.vim
24952496
# install the syntax files
24962497
cd $(SYNSOURCE); $(INSTALL_DATA) *.vim README.txt $(DEST_SYN)
24972498
cd $(DEST_SYN); chmod $(HELPMOD) *.vim README.txt

src/version.c

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -776,6 +776,8 @@ static char *(features[]) =
776776

777777
static int included_patches[] =
778778
{ /* Add new patch number below this line */
779+
/**/
780+
1788,
779781
/**/
780782
1787,
781783
/**/

0 commit comments

Comments
 (0)