aboutsummaryrefslogtreecommitdiff
path: root/vim
diff options
context:
space:
mode:
authorTom Ryder <tom@sanctum.geek.nz>2018-07-01 00:02:29 +1200
committerTom Ryder <tom@sanctum.geek.nz>2018-07-01 00:02:29 +1200
commit6c86137d744f767a49231fa1e61c6b2c525f85aa (patch)
tree8e5da4c1ff4b31c221cac67513b0b1ecab3aaec6 /vim
parentRevert "Stack Vim ^ to make it support counts" (diff)
downloaddotfiles-6c86137d744f767a49231fa1e61c6b2c525f85aa.tar.gz
dotfiles-6c86137d744f767a49231fa1e61c6b2c525f85aa.zip
Revert "Start using ~/.vim/vimrc as vimrc path"
This reverts commit 40c1e1ace9531ae11f44dde2b893dfd6fae0cc3c. I don't actually like this much.
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