From 8a0f4596d6bcf180008d5c93a3695e52276073cc Mon Sep 17 00:00:00 2001 From: Ben Sima Date: Tue, 28 Jun 2022 09:25:26 -0700 Subject: fix .vimrc.local path --- lib/vimrc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/vimrc b/lib/vimrc index aee9433..9b429d3 100644 --- a/lib/vimrc +++ b/lib/vimrc @@ -276,6 +276,6 @@ colorscheme antiphoton "call s:hi('diffRemoved', s:white, s:red) " load ~/.vimrc.local last for local overrides -if filereadable('~/.vimrc.local') +if filereadable(expand('~/.vimrc.local')) source ~/.vimrc.local endif -- cgit v1.2.3