aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTom Ryder <tom@sanctum.geek.nz>2019-06-11 21:10:30 +1200
committerTom Ryder <tom@sanctum.geek.nz>2019-06-11 21:10:30 +1200
commit9014dc52e8fdaf101ad67ecb199a23f14a8bbd68 (patch)
tree4cde2311f977c63fdfae65228cc62db5f13df1b8
parentCorrect and improve comment-stripping command (diff)
downloaddotfiles-9014dc52e8fdaf101ad67ecb199a23f14a8bbd68.tar.gz
dotfiles-9014dc52e8fdaf101ad67ecb199a23f14a8bbd68.zip
Change a word in a comment
-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.