1
0
forked from aniani/vim

patch 8.2.1885: filetype tests unnessarily creates swap files

Problem:    Filetype tests unnessarily creates swap files.
Solution:   Disable 'swapfile'. (Ken Takata, closes #7183)
This commit is contained in:
Bram Moolenaar
2020-10-22 12:33:32 +02:00
parent a1224cb706
commit 2733779a1a
2 changed files with 4 additions and 0 deletions

View File

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