aboutsummaryrefslogtreecommitdiff
path: root/src/nvim/spell.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/nvim/spell.c')
-rw-r--r--src/nvim/spell.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/nvim/spell.c b/src/nvim/spell.c
index 0f35681546..6b229f7498 100644
--- a/src/nvim/spell.c
+++ b/src/nvim/spell.c
@@ -7731,7 +7731,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