Lines Matching refs:changed
401 One of the buffers that was changed does not have a file name. Therefore it
448 losing your work. You can either write the changed file with ":w", or, if you
458 This appears when you try to exit Vim while some buffers are changed. You
459 will either have to write the changed buffer (with |:w|), or use a command to
468 changed. To avoid the message reset the 'warn' option.
628 Warning: File "{filename}" has changed since editing started
631 contents changed (more precisely: When reading the file again with the current
633 probably means that some other program changed the file. You will have to
652 Warning: File "{filename}" has changed and the buffer was changed in Vim as well
654 Like the above, and the buffer for the file was changed in this Vim as well.
659 Warning: Mode of file "{filename}" has changed since editing started
661 When the timestamp for a buffer was changed and the contents are still the
662 same but the mode (permissions) have changed. This usually occurs when
756 changed with patch 7.3.443. Try using |shellescape()| for all shell arguments