summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorBram Moolenaar <Bram@vim.org>2020-03-19 17:13:40 +0100
committerBram Moolenaar <Bram@vim.org>2020-03-19 17:13:40 +0100
commit37f471df6ee422beb4d08ee4ccda35f8279e3bb7 (patch)
tree978228a53ff7c043173e3ec5f5b564b329d5f161 /src
parent24e9b6fe4b5d09bcced1318c6c1b92d807e96ac7 (diff)
downloadvim-git-37f471df6ee422beb4d08ee4ccda35f8279e3bb7.tar.gz
patch 8.2.0412: MS-Windows: cannot use vimtutor from the start menuv8.2.0412
Problem: MS-Windows: cannot use vimtutor from the start menu. Solution: Better check for writable directory. Use the right path for the executable. (Wu Yongwei, closes #5774, closes #5756)
Diffstat (limited to 'src')
-rw-r--r--src/version.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/version.c b/src/version.c
index e3069705a..7bebf929c 100644
--- a/src/version.c
+++ b/src/version.c
@@ -739,6 +739,8 @@ static char *(features[]) =
static int included_patches[] =
{ /* Add new patch number below this line */
/**/
+ 412,
+/**/
411,
/**/
410,