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:
@@ -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=
|
||||
|
||||
|
||||
Reference in New Issue
Block a user