X-Git-Url: https://ruderich.org/simon/gitweb/?a=blobdiff_plain;f=vimrc;h=10f06208009432269c64aeabc64eebbcecd257ec;hb=07df68dd9569ed4235c437affd601c4d88b0d684;hp=cbafb1f2dee38f45bbd796ec8f59e50dabf56f14;hpb=ba41fa68a97993264dbc677fd36458495d393f42;p=config%2Fdotfiles.git diff --git a/vimrc b/vimrc index cbafb1f..10f0620 100644 --- a/vimrc +++ b/vimrc @@ -6,10 +6,10 @@ " Make sure Vim (and not Vi) settings are used. set nocompatible -" Load my scripts from ~/.vim (my scripts), ~/.vim/plugins (plugins) and -" ~/.vim/runtime (checkout of Vim runtime files). +" Load my scripts from ~/.vim (my scripts) and ~/.vim/runtime (checkout of Vim +" runtime files). set runtimepath-=~/.vim -set runtimepath^=~/.vim,~/.vim/plugins,~/.vim/runtime +set runtimepath^=~/.vim,~/.vim/runtime " Disable modelines as they may cause security problems. Instead use " securemodelines (Vim script #1876).