comparison runtime/doc/repeat.txt @ 5239:11cd8d58372e

Updated runtime files.
author Bram Moolenaar <bram@vim.org>
date Wed, 24 Jul 2013 19:53:36 +0200
parents 6ec6b7ff2d43
children eb7ce2918a03
comparison
equal deleted inserted replaced
5238:a369ac56a506 5239:11cd8d58372e
1 *repeat.txt* For Vim version 7.4a. Last change: 2012 Mar 23 1 *repeat.txt* For Vim version 7.4a. Last change: 2013 Jul 20
2 2
3 3
4 VIM REFERENCE MANUAL by Bram Moolenaar 4 VIM REFERENCE MANUAL by Bram Moolenaar
5 5
6 6
52 *:v* *:vglobal* 52 *:v* *:vglobal*
53 :[range]v[global]/{pattern}/[cmd] 53 :[range]v[global]/{pattern}/[cmd]
54 Same as :g!. 54 Same as :g!.
55 55
56 Instead of the '/' which surrounds the {pattern}, you can use any other 56 Instead of the '/' which surrounds the {pattern}, you can use any other
57 single byte character, but not an alphanumeric character, '\', '"' or '|'. 57 single byte character, but not an alphabetic character, '\', '"' or '|'.
58 This is useful if you want to include a '/' in the search pattern or 58 This is useful if you want to include a '/' in the search pattern or
59 replacement string. 59 replacement string.
60 60
61 For the definition of a pattern, see |pattern|. 61 For the definition of a pattern, see |pattern|.
62 62