aboutsummaryrefslogtreecommitdiff
path: root/vim
diff options
context:
space:
mode:
authorTom Ryder <tom@sanctum.geek.nz>2018-06-30 20:36:07 +1200
committerTom Ryder <tom@sanctum.geek.nz>2018-06-30 20:36:07 +1200
commit40c1e1ace9531ae11f44dde2b893dfd6fae0cc3c (patch)
tree985299bffb7f8df34ec22171abdc54ce14fe9364 /vim
parentBlank 'mouse' in .gvimrc (diff)
downloaddotfiles-40c1e1ace9531ae11f44dde2b893dfd6fae0cc3c.tar.gz
dotfiles-40c1e1ace9531ae11f44dde2b893dfd6fae0cc3c.zip
Start using ~/.vim/vimrc as vimrc path
This conveniently enables filtering out truly ancient Vims.
Diffstat (limited to 'vim')
-rw-r--r--vim/stub.vimrc4
1 files changed, 4 insertions, 0 deletions
diff --git a/vim/stub.vimrc b/vim/stub.vimrc
new file mode 100644
index 00000000..a0111291
--- /dev/null
+++ b/vim/stub.vimrc
@@ -0,0 +1,4 @@
+" If not running truly ancient Vim, run my real vimrc
+if v:version >= 600
+ runtime vimrc
+endif