diff --git a/.vimrc b/.vimrc --- a/.vimrc +++ b/.vimrc @@ -186,7 +186,7 @@ function! AutoFmtToggle() endfunction map a :call AutoFmtToggle() -map s :setl spell! +map s :setl spell!:setl spell? "}}}