diff options
author | Thiago de Arruda <tpadilha84@gmail.com> | 2014-05-20 08:31:19 -0300 |
---|---|---|
committer | Thiago de Arruda <tpadilha84@gmail.com> | 2014-05-20 08:31:19 -0300 |
commit | 0aa8b5828cc0674894681841f40c3c05bfd2f07b (patch) | |
tree | 1a14dcf2a4aa6c5276a4ea7802f4cbe576e9a6e3 /src/nvim/spell.c | |
parent | 32d018b57edbc75d6a70c5cd3e8012d7f924f460 (diff) | |
parent | 85338fe1d5a56f82546e16c305c2048c081771e0 (diff) | |
download | rneovim-0aa8b5828cc0674894681841f40c3c05bfd2f07b.tar.gz rneovim-0aa8b5828cc0674894681841f40c3c05bfd2f07b.tar.bz2 rneovim-0aa8b5828cc0674894681841f40c3c05bfd2f07b.zip |
Merge pull request #699 'Remove cryptography'
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 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 |