aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTom Ryder <tom@sanctum.geek.nz>2020-05-16 16:50:04 +1200
committerTom Ryder <tom@sanctum.geek.nz>2020-05-16 16:50:04 +1200
commit7b15d90c5b7f3f3b2e571fb77457e011953e8889 (patch)
tree1d9a75d91951acb9f99cc63338a52152b760bb29
parentAdd a few more filetype detection hooks (diff)
downloaddotfiles-7b15d90c5b7f3f3b2e571fb77457e011953e8889.tar.gz
dotfiles-7b15d90c5b7f3f3b2e571fb77457e011953e8889.zip
Remove vestigial reference to $MYVIM without cond
-rw-r--r--vim/vimrc4
1 files changed, 2 insertions, 2 deletions
diff --git a/vim/vimrc b/vim/vimrc
index 6cde7036..c90d66ba 100644
--- a/vim/vimrc
+++ b/vim/vimrc
@@ -2,7 +2,7 @@
" Tom Ryder (tejr)’s Literate Vimrc
" ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
"
-" Last updated: Fri, 15 May 2020 13:24:13 UTC
+" Last updated: Sat, 16 May 2020 04:49:55 UTC
"
" │ And I was lifted up in heart, and thought
" │ Of all my late-shown prowess in the lists,
@@ -370,7 +370,7 @@ endif
" <https://github.com/vim/vim/releases/tag/v7.0.187>
"
if exists('##SourceCmd')
- autocmd vimrc SourceCmd $MYVIMRC,$MYVIM/vimrc
+ autocmd vimrc SourceCmd $MYVIMRC/vimrc
\ ReloadVimrc
if $MYVIM !=# ''
autocmd vimrc SourceCmd $MYVIM/vimrc