Wed, 10 Aug 2016 08:15:37 -0400
show spell status after
--- a/.vimrc +++ b/.vimrc @@ -186,7 +186,7 @@ function! AutoFmtToggle() endfunction map <silent> <leader>a :call AutoFmtToggle()<CR> -map <silent> <leader>s :setl spell!<CR> +map <silent> <leader>s :setl spell!<CR>:setl spell?<CR> "}}}