Lines Matching refs:all
28 The substitute command can be used to replace all occurrences of a word with
33 The "%" range means to replace in all lines. The "g" flag at the end causes
34 all words in a line to be replaced.
59 Let's assume you have a directory with C++ files, all ending in ".cpp".
63 contain all the C++ files. You are now in the
180 The |:global| command can be combined with the |:move| command to move all the
193 |:global| proceeds to match all remaining lines of the file and puts each as
313 to edit all the files that contain a given word. This is extremely useful if
314 you are working on a program and want to view or edit all the files that
316 For example, suppose you want to edit all the C program files that contain
340 given string. If you want to find all occurrences of "error_string" in all C
345 This causes Vim to search for the string "error_string" in all the specified
349 to the previous match, use the ":cprev" command. Use ":clist" to see all the