]> ruderich.org/simon Gitweb - config/dotfiles.git/commitdiff
vimrc: Use inoremap instead of imap.
authorSimon Ruderich <simon@ruderich.org>
Fri, 17 Jul 2009 00:42:36 +0000 (02:42 +0200)
committerSimon Ruderich <simon@ruderich.org>
Fri, 17 Jul 2009 00:47:53 +0000 (02:47 +0200)
vimrc

diff --git a/vimrc b/vimrc
index 59926eb4a784828bd906aa7f3522cb2db5c628a5..cbafb1f2dee38f45bbd796ec8f59e50dabf56f14 100644 (file)
--- a/vimrc
+++ b/vimrc
@@ -179,7 +179,7 @@ endif
 " doesn't send escape). filereadable() is necessary for Leopard were 'mac' is
 " no longer set on the console.
 if has('mac') || filereadable('/Users/.localized')
-    imap <Char-0xa0> <Space>
+    inoremap <Char-0xa0> <Space>
 endif
 
 " Disable Apple style movements in MacVim.