commit | 3bab93998d01a01b7f2a071fa3b8054bb0094625 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Fri Apr 07 15:42:25 2017 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Fri Apr 07 15:42:25 2017 +0200 |
tree | baa7c91b4ac194d42ae6c3e7213b2b993f4d03cc | |
parent | 15ecbd6f3d39ff04862999a577962ef9369a9e53 [diff] [blame] |
patch 8.0.0546: swap file exists briefly when opening the command window Problem: Swap file exists briefly when opening the command window. Solution: Set the noswapfile command modifier before splitting the window. (James McCoy, closes #1620)
diff --git a/src/version.c b/src/version.c index 4d386ee..8f50ac5 100644 --- a/src/version.c +++ b/src/version.c
@@ -765,6 +765,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 546, +/**/ 545, /**/ 544,