commit | 83cd0156e01b5befadf12ee66bc26436ee8d023f | [log] [tgz] |
---|---|---|
author | msoyka-of-wharton <mssr953@gmail.com> | Thu Jul 29 19:18:33 2021 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Thu Jul 29 19:18:33 2021 +0200 |
tree | 68451dbfa99a42bdd4066c3f6f629298e7842397 | |
parent | 0732932553e54e9bfca07e55b47201b8f30b2c4f [diff] [blame] |
patch 8.2.3243: MS-Windows: "edit with multiple Vim" choice is less useful Problem: MS-Windows: the "edit with multiple Vim" choice is not that useful. Solution: Change it to "Edit with multiple tabs". (Michael Soyka, closes #8645)
diff --git a/src/version.c b/src/version.c index 7f0d8c8..c0aa0d9 100644 --- a/src/version.c +++ b/src/version.c
@@ -756,6 +756,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 3243, +/**/ 3242, /**/ 3241,