diff options
Diffstat (limited to 'src/nvim/spellfile.c')
-rw-r--r-- | src/nvim/spellfile.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/nvim/spellfile.c b/src/nvim/spellfile.c index 0933e6d467..f4e50778cf 100644 --- a/src/nvim/spellfile.c +++ b/src/nvim/spellfile.c @@ -5887,4 +5887,3 @@ static void set_map_str(slang_T *lp, char_u *map) } } } - |