diff options
Diffstat (limited to 'runtime/doc/usr_29.txt')
-rw-r--r-- | runtime/doc/usr_29.txt | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/runtime/doc/usr_29.txt b/runtime/doc/usr_29.txt index be56d290dc..22de2f6ce6 100644 --- a/runtime/doc/usr_29.txt +++ b/runtime/doc/usr_29.txt @@ -223,8 +223,8 @@ example, suppose you want to select a tag that starts with "write_": > :tselect /^write_ The "^" specifies that the tag starts with "write_". Otherwise it would also -be found halfway a tag name. Similarly "$" at the end makes sure the pattern -matches until the end of a tag. +be found halfway in a tag name. Similarly "$" at the end makes sure the +pattern matches until the end of a tag. A TAGS BROWSER |