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 7a0bc22e..1641b36b 100644
--- a/vim/vimrc
+++ b/vim/vimrc
@@ -59,7 +59,7 @@ if !exists('$MYVIM') && &runtimepath !=# ''
" copy_option_part() in vim/src/misc2.c to see why.
"
" Man, I wish the runtime path was just a List, or could be treated as one.
- " Vim, I love you, but man, you are weird.
+ " Vim, I love you, but you are weird.
"
let $MYVIM = split(&runtimepath, '\\\@<!,[, ]*')[0]