aboutsummaryrefslogtreecommitdiff
path: root/vim/stub.vimrc
diff options
context:
space:
mode:
Diffstat (limited to 'vim/stub.vimrc')
-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