comparison runtime/vimrc_example.vim @ 9344:33c1b85d408c

commit https://github.com/vim/vim/commit/802a0d902fca423acb15f835d7b09183883d79a0 Author: Bram Moolenaar <Bram@vim.org> Date: Sun Jun 26 16:17:58 2016 +0200 Updated runtime files.
author Christian Brabandt <cb@256bit.org>
date Sun, 26 Jun 2016 16:30:09 +0200
parents 48b4c1c284fb
children 284b4eb307fc
comparison
equal deleted inserted replaced
9343:b14783b6c8f6 9344:33c1b85d408c
1 " An example for a vimrc file. 1 " An example for a vimrc file.
2 " 2 "
3 " Maintainer: Bram Moolenaar <Bram@vim.org> 3 " Maintainer: Bram Moolenaar <Bram@vim.org>
4 " Last change: 2016 Apr 05 4 " Last change: 2016 Jun 21
5 " 5 "
6 " To use it, copy it to 6 " To use it, copy it to
7 " for Unix and OS/2: ~/.vimrc 7 " for Unix and OS/2: ~/.vimrc
8 " for Amiga: s:.vimrc 8 " for Amiga: s:.vimrc
9 " for MS-DOS and Win32: $VIM\_vimrc 9 " for MS-DOS and Win32: $VIM\_vimrc
109 109
110 " Add optional packages. 110 " Add optional packages.
111 " 111 "
112 " The matchit plugin makes the % command work better, but it is not backwards 112 " The matchit plugin makes the % command work better, but it is not backwards
113 " compatible. 113 " compatible.
114 packadd matchit 114 if has('syntax') && has('eval')
115 packadd matchit
116 endif