aboutsummaryrefslogtreecommitdiff
path: root/vim/vimrc
diff options
context:
space:
mode:
Diffstat (limited to 'vim/vimrc')
-rw-r--r--vim/vimrc2
1 files changed, 1 insertions, 1 deletions
diff --git a/vim/vimrc b/vim/vimrc
index ae1b37d3..818c04f9 100644
--- a/vim/vimrc
+++ b/vim/vimrc
@@ -1183,7 +1183,7 @@ let maplocalleader = ','
" require any plugins.
"
" These are sometimes applicable in visual mode, and sometimes not. We'll
-" start with the ones that only make sense as normal mode maps. Interesting,
+" start with the ones that only make sense as normal mode maps. Annoyingly,
" a visual mode mapping for 'cursorline' toggling doesn't work at all;
" 'cursorline' is always off when in any visual mode, including block mode,
" where it actually might have been really handy.