Lines Matching refs:changes
33 file and open the new one. If the current file has unsaved changes, however,
50 Or you can force Vim to discard your changes and edit the new file, using the
55 If you want to edit another file, but not write the changes in the current
60 The text with changes is still there, but you can't see it. This is further
76 If you have unsaved changes in the current file, you will get an error
78 ":edit" mentioned in the previous section. To abandon the changes: >
82 But mostly you want to save the changes and move on to the next file. There
139 When moving around the files and making changes, you have to remember to use
164 has changes, you can either write the file first, or use ":args!" (with !
165 added) to abandon the changes.
299 make any changes. But the backup file will be overwritten each time you write
307 When you now edit the file data.txt for the first time, make changes and write
310 If you make further changes to the file, Vim will notice that
426 If you make changes to a file and forgot that it was read-only, you can
429 If you really want to forbid making changes in a file, do this: >
436 E21: Cannot make changes, 'modifiable' is off ~