]> ruderich.org/simon Gitweb - config/dotfiles.git/blobdiff - vimrc
Merge commit 'epica/master'
[config/dotfiles.git] / vimrc
diff --git a/vimrc b/vimrc
index 4da495dccef8218aa0948ace420af49165dceed3..86b49573555e34b4e2eb4f7c90e7d47ff717bcc9 100644 (file)
--- a/vimrc
+++ b/vimrc
@@ -175,7 +175,8 @@ else
 endif
 
 " Make sure xa0 (alt + space) is automatically changed to a normal whitespace
-" if pressed accidentally while in insert mode (happens on Mac sometimes).
+" if pressed accidentally while in insert mode (happens on Mac when alt
+" doesn't send escape).
 if has('mac')
     imap <Char-0xa0> <Space>
 endif