aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTom Ryder <tom@sanctum.geek.nz>2019-06-08 22:39:36 +1200
committerTom Ryder <tom@sanctum.geek.nz>2019-06-08 22:39:36 +1200
commitba3fe4a848778f73dd70fe3558c5463798ba4d97 (patch)
treec996452f0332ccfcf88cb75fdce9e22057da2358
parentRefine detail on MYVIM comma termination (diff)
downloaddotfiles-ba3fe4a848778f73dd70fe3558c5463798ba4d97.tar.gz
dotfiles-ba3fe4a848778f73dd70fe3558c5463798ba4d97.zip
Remove repeated word
-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]