Lines Matching refs:same
44 same text as "include" did. Now set the 'smartcase' option: >
75 Thus if you repeat a pattern from the search history, the same will happen, no
178 pattern. That's not very useful, since leaving out the "b" does the same
200 To repeat with the same offset: >
204 "n" does the same thing. To repeat while removing a previously used offset: >
211 The "?" command uses offsets in the same way, but you must use "?" to separate
229 same "const" match. Then using the offset again, you would be back where you
236 search starts a few characters forward or backward, so that the same match
288 \{0,1} 0 or 1, same as \=
289 \{0,} 0 or more, same as *
290 \{1,} 1 or more, same as \+
297 as possible, use "\{-n,m}". It works the same as "\{n,m}", except that the
306 The same rules apply to removing "n" and "m". It's even possible to remove
344 same place. The resulting match uses the last alternative. Example: >
365 Thus the same command as above can be shortened to: >
495 can be modified in the same way by inserting a "_".