commit | 139348f3e8370826a1ceb10c73f7c7bb586f8125 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Fri Feb 05 21:55:53 2021 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Fri Feb 05 21:55:53 2021 +0100 |
tree | 65a97250ed20a876b16ecf1e17a0cae83f889aaa | |
parent | ab65fc77c5389f7d3f788bbdc3d931561feab131 [diff] [blame] |
patch 8.2.2467: script generated by :mkview changes alternate file Problem: Script generated by :mkview changes alternate file. Solution: Only write :balt in the session file. (Harish Rajagopal, closes #7779)
diff --git a/src/version.c b/src/version.c index 0ea7fb4..df206d1 100644 --- a/src/version.c +++ b/src/version.c
@@ -751,6 +751,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 2467, +/**/ 2466, /**/ 2465,