commit | 37f471df6ee422beb4d08ee4ccda35f8279e3bb7 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Thu Mar 19 17:13:40 2020 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Thu Mar 19 17:13:40 2020 +0100 |
tree | 978228a53ff7c043173e3ec5f5b564b329d5f161 | |
parent | 24e9b6fe4b5d09bcced1318c6c1b92d807e96ac7 [diff] [blame] |
patch 8.2.0412: MS-Windows: cannot use vimtutor from the start menu 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)
diff --git a/src/version.c b/src/version.c index e306970..7bebf92 100644 --- a/src/version.c +++ b/src/version.c
@@ -739,6 +739,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 412, +/**/ 411, /**/ 410,