aboutsummaryrefslogtreecommitdiff
path: root/vim
diff options
context:
space:
mode:
Diffstat (limited to 'vim')
-rw-r--r--vim/stub.vimrc4
1 files changed, 0 insertions, 4 deletions
diff --git a/vim/stub.vimrc b/vim/stub.vimrc
deleted file mode 100644
index a0111291..00000000
--- a/vim/stub.vimrc
+++ /dev/null
@@ -1,4 +0,0 @@
-" If not running truly ancient Vim, run my real vimrc
-if v:version >= 600
- runtime vimrc
-endif