aboutsummaryrefslogtreecommitdiff
path: root/vim/stub.vimrc
blob: a0111291687bbb83775d9a04952b3c252f1503c4 (plain) (blame)
1
2
3
4
" If not running truly ancient Vim, run my real vimrc
if v:version >= 600
  runtime vimrc
endif