comparison src/version.c @ 16473:a474f2cd3448 v8.1.1240

patch 8.1.1240: runtime desktop files are overwritten by build commit https://github.com/vim/vim/commit/d96dbd6f95ea22f609042cc9c6272f14a21ff1a5 Author: Bram Moolenaar <Bram@vim.org> Date: Tue Apr 30 21:27:34 2019 +0200 patch 8.1.1240: runtime desktop files are overwritten by build Problem: Runtime desktop files are overwritten by build. (Tony Mechelynck) Solution: Instead of copying the files find them with "make install".
author Bram Moolenaar <Bram@vim.org>
date Tue, 30 Apr 2019 21:30:06 +0200
parents d8ade1c5f823
children 854fb0ad4be6
comparison
equal deleted inserted replaced
16472:4f8d09a2f7d9 16473:a474f2cd3448
765 NULL 765 NULL
766 }; 766 };
767 767
768 static int included_patches[] = 768 static int included_patches[] =
769 { /* Add new patch number below this line */ 769 { /* Add new patch number below this line */
770 /**/
771 1240,
770 /**/ 772 /**/
771 1239, 773 1239,
772 /**/ 774 /**/
773 1238, 775 1238,
774 /**/ 776 /**/