comparison runtime/doc/pattern.txt @ 18831:6848b809a26e

Runtime file updates. Commit: https://github.com/vim/vim/commit/664f3cf3f21d3699bfd179c318ef5c869c085648 Author: Bram Moolenaar <Bram@vim.org> Date: Sat Dec 7 16:03:51 2019 +0100 Runtime file updates.
author Bram Moolenaar <Bram@vim.org>
date Sat, 07 Dec 2019 16:15:05 +0100
parents c002c4899529
children af69c9335223
comparison
equal deleted inserted replaced
18830:a5749be04ad3 18831:6848b809a26e
1 *pattern.txt* For Vim version 8.1. Last change: 2019 May 05 1 *pattern.txt* For Vim version 8.1. Last change: 2019 Dec 07
2 2
3 3
4 VIM REFERENCE MANUAL by Bram Moolenaar 4 VIM REFERENCE MANUAL by Bram Moolenaar
5 5
6 6
76 current line 76 current line
77 3. the non-blank word under the cursor 77 3. the non-blank word under the cursor
78 4. the first non-blank word after the cursor, 78 4. the first non-blank word after the cursor,
79 in the current line 79 in the current line
80 Only whole keywords are searched for, like with the 80 Only whole keywords are searched for, like with the
81 command "/\<keyword\>". |exclusive| 81 command "/\<keyword\>". |exclusive|
82 'ignorecase' is used, 'smartcase' is not. 82 'ignorecase' is used, 'smartcase' is not.
83 83
84 *#* 84 *#*
85 # Same as "*", but search backward. The pound sign 85 # Same as "*", but search backward. The pound sign
86 (character 163) also works. If the "#" key works as 86 (character 163) also works. If the "#" key works as