0
0
mirror of https://github.com/vim/vim.git synced 2025-09-23 03:43:49 -04:00

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)
This commit is contained in:
Bram Moolenaar
2017-04-07 15:42:25 +02:00
parent 15ecbd6f3d
commit 3bab93998d
3 changed files with 8 additions and 6 deletions

View File

@@ -764,6 +764,8 @@ static char *(features[]) =
static int included_patches[] =
{ /* Add new patch number below this line */
/**/
546,
/**/
545,
/**/