summaryrefslogtreecommitdiff
path: root/runtime/vimrc_example.vim
diff options
context:
space:
mode:
authorBram Moolenaar <Bram@vim.org>2016-03-25 17:02:51 +0100
committerBram Moolenaar <Bram@vim.org>2016-03-25 17:02:51 +0100
commitaedfcbe1e6c7df6edcd6756d7601bfdec7dd2087 (patch)
tree9cbc4705cd54be5a8a74990ac4db7d935172522b /runtime/vimrc_example.vim
parentbee6c0cf86a75faa2aa893f2c9db82fd944a89a5 (diff)
downloadvim-git-aedfcbe1e6c7df6edcd6756d7601bfdec7dd2087.tar.gz
patch 7.4.1649v7.4.1649
Problem: The matchit plugin needs to be copied to be used. Solution: Put the matchit plugin in an optional package.
Diffstat (limited to 'runtime/vimrc_example.vim')
-rw-r--r--runtime/vimrc_example.vim9
1 files changed, 8 insertions, 1 deletions
diff --git a/runtime/vimrc_example.vim b/runtime/vimrc_example.vim
index f75dee336..9cb66ee27 100644
--- a/runtime/vimrc_example.vim
+++ b/runtime/vimrc_example.vim
@@ -1,7 +1,7 @@
" An example for a vimrc file.
"
" Maintainer: Bram Moolenaar <Bram@vim.org>
-" Last change: 2015 Mar 24
+" Last change: 2016 Mar 25
"
" To use it, copy it to
" for Unix and OS/2: ~/.vimrc
@@ -100,3 +100,10 @@ if has('langmap') && exists('+langnoremap')
" compatible).
set langnoremap
endif
+
+
+" Add optional packages.
+"
+" The matchit plugin makes the % command work better, but it is not backwards
+" compatible.
+packadd matchit