From 1cb4d2ec047b0c2ec15dbf745d937e04aa0bdee6 Mon Sep 17 00:00:00 2001 From: Jonathan Schleifer Date: Tue, 3 Jul 2018 22:11:35 +0000 Subject: [PATCH] Use $VIMRUNTIME instead of hardcoded path --- vimrc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/vimrc b/vimrc index 4e42cde..0818617 100644 --- a/vimrc +++ b/vimrc @@ -1,4 +1,4 @@ -source /usr/share/vim/vim74/vimrc_example.vim +source $VIMRUNTIME/vimrc_example.vim set t_Co=256 set background=dark