File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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
Original file line number Diff line number Diff line change @@ -776,6 +776,8 @@ static char *(features[]) =
776776
777777static int included_patches [] =
778778{ /* Add new patch number below this line */
779+ /**/
780+ 1788 ,
779781/**/
780782 1787 ,
781783/**/
You can’t perform that action at this time.
0 commit comments