Lines Matching refs:This
60 The text with changes is still there, but you can't see it. This is further
70 This command starts Vim and tells it that you will be editing three files.
77 message and the ":next" will not work. This is the same problem as with
87 This does the same as using two separate commands: >
96 title. It should show something like "(2 of 3)". This means you are editing
102 This is short for "arguments". The output might look like this:
116 This is just like the ":next" command, except that it moves in the other
212 This takes you to the position where the cursor was when you left the file.
282 This will use data.txt.bak instead of data.txt~.
290 the file was completed successfully. This functions as a safety
301 To make Vim keep the original file, set the 'patchmode' option. This
319 This explains how to copy text from one file to another. Let's start with a
321 the cursor to the start of the text and press "v". This starts Visual mode.
322 Now move the cursor to the end of the text and press "y". This yanks (copies)
327 /This
358 the text should be placed in the f register. This must come just before the
370 This is required. If you would have put it before the "w" command, it would
397 This will write the text of the current file to the end of "logfile". Thus it
398 is appended. This avoids that you have to copy the lines, edit the log file
424 The change will be done though. This allows for formatting the file, for
438 You could use the -M argument to setup Vim to work in a viewer mode. This is
467 Vim will mark the file as "not edited". This means that Vim knows this is not
473 This protects you from accidentally overwriting another file.