diff 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
line wrap: on
line diff
--- a/src/version.c
+++ b/src/version.c
@@ -768,6 +768,8 @@ static char *(features[]) =
 static int included_patches[] =
 {   /* Add new patch number below this line */
 /**/
+    1240,
+/**/
     1239,
 /**/
     1238,