comparison runtime/doc/pattern.txt @ 6213:37c24033b260

Update runtime files.
author Bram Moolenaar <bram@vim.org>
date Tue, 09 Sep 2014 18:48:09 +0200
parents 6921742f396a
children 3af822eb4da5
comparison
equal deleted inserted replaced
6212:c9f5516b7967 6213:37c24033b260
1 *pattern.txt* For Vim version 7.4. Last change: 2014 Aug 29 1 *pattern.txt* For Vim version 7.4. Last change: 2014 Sep 06
2 2
3 3
4 VIM REFERENCE MANUAL by Bram Moolenaar 4 VIM REFERENCE MANUAL by Bram Moolenaar
5 5
6 6
836 previous char is the last char of the whole match. |/zero-width| 836 previous char is the last char of the whole match. |/zero-width|
837 Can be used multiple times, the last one encountered in a matching 837 Can be used multiple times, the last one encountered in a matching
838 branch is used. 838 branch is used.
839 Example: "end\ze\(if\|for\)" matches the "end" in "endif" and 839 Example: "end\ze\(if\|for\)" matches the "end" in "endif" and
840 "endfor". 840 "endfor".
841 This cannot be followed by a multi. *E888* 841 This cannot be followed by a multi. |E888|
842 {not in Vi} {not available when compiled without the |+syntax| feature} 842 {not in Vi} {not available when compiled without the |+syntax| feature}
843 843
844 */\%^* *start-of-file* 844 */\%^* *start-of-file*
845 \%^ Matches start of the file. When matching with a string, matches the 845 \%^ Matches start of the file. When matching with a string, matches the
846 start of the string. {not in Vi} 846 start of the string. {not in Vi}