1
0
forked from aniani/vim

updated for version 7.4.213

Problem:    It's not possible to open a new buffer without creating a swap
            file.
Solution:   Add the ":noswapfile" modifier. (Christian Brabandt)
This commit is contained in:
Bram Moolenaar
2014-03-23 16:04:02 +01:00
parent f7ff6e85e8
commit 5803ae6c07
6 changed files with 37 additions and 12 deletions

View File

@@ -545,6 +545,7 @@ typedef struct
int keepjumps; /* TRUE when ":keepjumps" was used */
int lockmarks; /* TRUE when ":lockmarks" was used */
int keeppatterns; /* TRUE when ":keeppatterns" was used */
int noswapfile; /* TRUE when ":noswapfile" was used */
# ifdef FEAT_AUTOCMD
char_u *save_ei; /* saved value of 'eventignore' */
# endif