vim: source ~/.vimrc_local if exists

This commit is contained in:
2016-02-23 14:30:04 +01:00
parent 232e31f2dd
commit acd34a83a2

4
.vimrc
View File

@@ -199,3 +199,7 @@ command W w
command Q q
command Qa qa
command QA qa
if filereadable(expand("~/.vimrc_local"))
source ~/.vimrc_local
endif