# HG changeset patch # User Meredith Howard # Date 1470831337 14400 # Node ID 53d2c0f25337107b27a8491e3b714ef09264ba46 # Parent 9b89f81c644b6d029ea21945cb5c917c56d072ae show spell status after 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? "}}}