vim:keys: Fix &spell toggle mapping

I don't if something changed or if this was broken from the get to, but
now it is fixed.
This commit is contained in:
2023-02-27 11:02:47 +01:00
parent fc9874bf97
commit 3fac79115f

View File

@@ -56,7 +56,7 @@ function! CycleSpellLang()
endif
endfunction
" Toggle spell, cycle and set spelllang
map <leader>st <Cmd>set spell=!&spell<CR>
map <leader>st <Cmd>set spell!<CR>
map <leader>sc <Cmd>call CycleSpellLang()<CR>
map <leader>ss :set spelllang=