summaryrefslogtreecommitdiffstats
path: root/vimrc
diff options
context:
space:
mode:
authorjluehrs2 <jluehrs2@uiuc.edu>2008-04-21 02:40:23 -0500
committerjluehrs2 <jluehrs2@uiuc.edu>2008-04-21 02:40:23 -0500
commitb215b05309cb30017889758461576fefb6172e63 (patch)
tree553e1923e56810f3201230cc590c968db45823da /vimrc
parent48ec23b54595e1959950f35addbf7d3a3965a003 (diff)
downloadconf-b215b05309cb30017889758461576fefb6172e63.tar.gz
conf-b215b05309cb30017889758461576fefb6172e63.zip
fix the spell binding in insert mode (where'd that random backspace come from?)
Diffstat (limited to 'vimrc')
-rw-r--r--vimrc2
1 files changed, 1 insertions, 1 deletions
diff --git a/vimrc b/vimrc
index 44a2e73..4e32ce0 100644
--- a/vimrc
+++ b/vimrc
@@ -440,7 +440,7 @@ function s:spell()
endif
endfunction
map <F11> :call <SID>spell()<CR>
-imap <F11> <C-o>:<BS>call <SID>spell()<CR>
+imap <F11> <C-o>:call <SID>spell()<CR>
"}}}
" Arrow keys, etc, again {{{
map <up> gk