diff src/version.c @ 11125:6f52cc87fe15 v8.0.0450

patch 8.0.0450: v:progpath is not reliably set commit https://github.com/vim/vim/commit/47ffb905f363571072faefbd417938e7ff351a9f Author: Bram Moolenaar <Bram@vim.org> Date: Sun Mar 12 18:38:02 2017 +0100 patch 8.0.0450: v:progpath is not reliably set Problem: v:progpath is not reliably set. Solution: Read /proc/self/exe if possible. (idea by Michal Grochmal) Also fixes missing #if.
author Christian Brabandt <cb@256bit.org>
date Sun, 12 Mar 2017 18:45:05 +0100
parents 9bfc9d7b07a7
children 506f5d8b7d8b
line wrap: on
line diff
--- a/src/version.c
+++ b/src/version.c
@@ -765,6 +765,8 @@ static char *(features[]) =
 static int included_patches[] =
 {   /* Add new patch number below this line */
 /**/
+    450,
+/**/
     449,
 /**/
     448,