comparison runtime/doc/pattern.txt @ 5968:92751673cc37

Update runtime files.
author Bram Moolenaar <bram@vim.org>
date Thu, 12 Jun 2014 21:46:14 +0200
parents 32de51778c27
children 1e8ebf870720
comparison
equal deleted inserted replaced
5967:8260cb71c7dc 5968:92751673cc37
1 *pattern.txt* For Vim version 7.4. Last change: 2014 May 13 1 *pattern.txt* For Vim version 7.4. Last change: 2014 May 28
2 2
3 3
4 VIM REFERENCE MANUAL by Bram Moolenaar 4 VIM REFERENCE MANUAL by Bram Moolenaar
5 5
6 6
1330 the highlight group and pattern of a previous |:match| 1330 the highlight group and pattern of a previous |:match|
1331 command. The latter returns a list with highlight groups and 1331 command. The latter returns a list with highlight groups and
1332 patterns defined by both |matchadd()| and |:match|. 1332 patterns defined by both |matchadd()| and |:match|.
1333 1333
1334 Highlighting matches using |:match| are limited to three 1334 Highlighting matches using |:match| are limited to three
1335 matches (aside from |:match|, |:2match| and |:3match|are 1335 matches (aside from |:match|, |:2match| and |:3match| are
1336 available). |matchadd()| does not have this limitation and in 1336 available). |matchadd()| does not have this limitation and in
1337 addition makes it possible to prioritize matches. 1337 addition makes it possible to prioritize matches.
1338 1338
1339 Another example, which highlights all characters in virtual 1339 Another example, which highlights all characters in virtual
1340 column 72 and more: > 1340 column 72 and more: >