To: vim_dev@googlegroups.com Subject: Patch 8.0.1788 Fcc: outbox From: Bram Moolenaar Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit ------------ Patch 8.0.1788 Problem: Tool to check a color scheme is not installed. Solution: Update the install rule. (Christian Brabandt) Files: src/Makefile *** ../vim-8.0.1787/src/Makefile 2018-04-11 22:19:30.620025674 +0200 --- src/Makefile 2018-05-02 21:58:34.660229483 +0200 *************** *** 2473,2480 **** cd $(PRINTSOURCE); $(INSTALL_DATA) *.ps $(DEST_PRINT) cd $(DEST_PRINT); chmod $(FILEMOD) *.ps # install the colorscheme files ! cd $(COLSOURCE); $(INSTALL_DATA) *.vim README.txt $(DEST_COL) ! cd $(DEST_COL); chmod $(HELPMOD) *.vim README.txt # install the syntax files cd $(SYNSOURCE); $(INSTALL_DATA) *.vim README.txt $(DEST_SYN) cd $(DEST_SYN); chmod $(HELPMOD) *.vim README.txt --- 2475,2483 ---- cd $(PRINTSOURCE); $(INSTALL_DATA) *.ps $(DEST_PRINT) cd $(DEST_PRINT); chmod $(FILEMOD) *.ps # install the colorscheme files ! cd $(COLSOURCE); $(INSTALL_DATA_R) *.vim tools README.txt $(DEST_COL) ! cd $(DEST_COL); chmod $(DIRMOD) tools ! cd $(DEST_COL); chmod $(HELPMOD) *.vim README.txt tools/*.vim # install the syntax files cd $(SYNSOURCE); $(INSTALL_DATA) *.vim README.txt $(DEST_SYN) cd $(DEST_SYN); chmod $(HELPMOD) *.vim README.txt *** ../vim-8.0.1787/src/version.c 2018-05-01 19:23:40.781975233 +0200 --- src/version.c 2018-05-02 21:59:33.899842713 +0200 *************** *** 763,764 **** --- 763,766 ---- { /* Add new patch number below this line */ + /**/ + 1788, /**/ -- ARTHUR: Well, it doesn't matter. Will you go and tell your master that Arthur from the Court of Camelot is here. GUARD #1: Listen, in order to maintain air-speed velocity, a swallow needs to beat its wings 43 times every second, right? ARTHUR: Please! The Quest for the Holy Grail (Monty Python) /// Bram Moolenaar -- Bram@Moolenaar.net -- http://www.Moolenaar.net \\\ /// sponsor Vim, vote for features -- http://www.Vim.org/sponsor/ \\\ \\\ an exciting new programming language -- http://www.Zimbu.org /// \\\ help me help AIDS victims -- http://ICCF-Holland.org ///