Vimmers, I tried to do "nmap s :set spell!<CR>" to use "s" in normal mode to toggle spell checker. If I run this in the interactive command line, it is ok. But when I put this in my .vimrc, it has a tricky problem: Although it seems to function correctly by hitting "s", every time the cursor moves one character forward. Looks as if a <space> was sent.
I have tried to replace " " with <space> in ":set spell!<CR>" but with on luck. -- B.Y.
