0
0
mirror of https://github.com/vim/vim.git synced 2025-10-18 07:54:29 -04:00

Update runtime files

This commit is contained in:
Bram Moolenaar
2017-09-27 22:23:55 +02:00
parent 9cf39cc57f
commit 24a98a0eb7
19 changed files with 4197 additions and 2079 deletions

View File

@@ -1,7 +1,7 @@
" An example for a vimrc file.
"
" Maintainer: Bram Moolenaar <Bram@vim.org>
" Last change: 2016 Jul 28
" Last change: 2017 Sep 20
"
" To use it, copy it to
" for Unix and OS/2: ~/.vimrc
@@ -53,6 +53,8 @@ endif " has("autocmd")
"
" The matchit plugin makes the % command work better, but it is not backwards
" compatible.
" The ! means the package won't be loaded right away but when plugins are
" loaded during initialization.
if has('syntax') && has('eval')
packadd matchit
packadd! matchit
endif