diff options
Diffstat (limited to 'src/nvim/spell.c')
-rw-r--r-- | src/nvim/spell.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/nvim/spell.c b/src/nvim/spell.c index c14581f0eb..1fe957d17c 100644 --- a/src/nvim/spell.c +++ b/src/nvim/spell.c @@ -7723,7 +7723,6 @@ static buf_T *open_spellbuf(void) buf->b_spell = TRUE; buf->b_p_swf = TRUE; // may create a swap file - buf->b_p_key = empty_option; ml_open(buf); ml_open_file(buf); // create swap file now |