diff --git a/vimrc b/vimrc index a88196d..cab0dab 100644 --- a/vimrc +++ b/vimrc @@ -1,4 +1,4 @@ " vim: set bufhidden=delete noexpandtab tabstop=3 :miv " "!!! makes use of marker ' -let &rtp=expand(':p:h').'/vim,'.&rtp +let &rtp=&rtp.','.expand(':p:h').'/vim'