Lines Matching refs:file
7 This file contains an alphabetical list of messages and error messages that
52 E72: Close error on swap file
56 E72: Errore durante chiusura swap file
108 Found a swap file by the name ...
125 Close error on swap file
127 The |swap-file|, that is used to keep a copy of the edited text, could not be
161 This can also be done with a line in your Xdefaults file: >
171 matching file names could be found, but that the pattern was illegal.
176 While expanding a file name, Vim failed to go back to the previously used
177 directory. All file names being used may be invalid now! You need to have
182 Can't open file for writing
184 For some reason the file you are writing to cannot be created or overwritten.
186 or the file name is not valid.
189 Can't open linked file for writing
191 You are trying to write to a file which can't be overwritten, and the file is
193 possible if the directory that contains the link or the file is writable, but
194 Vim now doesn't know if you want to delete the link and write the file in its
195 place, or if you want to delete the file itself and write the new file in its
196 place. If you really want to write the file under this name, you have to
197 manually delete the link or the file, or change the permissions so that Vim
215 When using the ":make" or ":grep" commands: The file used to save the error
218 - The shell changes directory, causing the error file to be written in another
226 Can't open file C:\TEMP\VIoD243.TMP
238 come from a .exrc or .vimrc file in the current directory, or from a tags
239 file. Also see 'secure'.
250 When writing a file and the text "CONVERSION ERROR" appears, this means that
252 format of the file. The file will not be marked unmodified. If you care
256 If there is a backup file, when 'writebackup' or 'backup' is set, it will not
261 Could not rename swap file
263 When the file name changes, Vim tries to rename the |swap-file| as well.
264 This failed and the old swap file is now still used. Mostly harmless.
278 This occurs when Vim is trying to rename a file, but a simple change of file
279 name doesn't work. Then the file will be copied, but somehow this failed.
280 The result may be that both the original file and the destination file exist
281 and the destination file may be incomplete.
293 Reading the error file was not possible. This is NOT caused by an error
299 Writing a file was not completed successfully. The file is probably
306 You are protected from accidentally overwriting a file. When you want to
314 Swap file exists: {filename} (:silent! overrides)
316 You are protected from overwriting a file that is being edited by Vim. This
324 an existing file.
329 You are trying to write a file under a name which is also used in another
330 buffer. This would result in two versions of the same file.
335 The 'write' option is off. This makes all commands that try to write a file
354 You tried to write a file with the name of a directory. This is not possible.
355 You probably need to append a file name.
361 happen when you have a mark in another file, and some other program has
368 Using a {} construct in a file name, but there is a { without a matching } or
387 No alternate file
388 No alternate file name to substitute for '#'
390 The alternate file is not defined yet. See |alternate-file|.
393 No file name
396 buffer a name with ":file fname".
399 No file name for buffer {number}
401 One of the buffers that was changed does not have a file name. Therefore it
402 cannot be written. You need to give the buffer a file name: >
404 :file {filename}
428 /dev/dsp: No such file or directory
447 You are trying to |abandon| a file that has changes. Vim protects you from
448 losing your work. You can either write the changed file with ":w", or, if you
491 Buffers are only partly kept in memory, thus editing a very large file is
509 You are trying to write a file that was marked as read-only. To write the
510 file anyway, either reset the 'readonly' option, or add a '!' character just
517 Read error in swap file
518 Seek error in swap file read
519 Oops, lost the swap file!!!
521 Vim tried to read text from the |swap-file|, but something went wrong. The
523 write a buffer. You may want to write it in another file and check for
553 Swap file already exists (symlink attack?)
555 This message appears when Vim is trying to open a swap file and finds it
557 because Vim already checked that the file doesn't exist. Either someone else
558 opened the same file at exactly the same moment (very unlikely) or someone is
559 attempting a symlink attack (could happen when editing a file in /tmp or when
563 Tags file not sorted: {file name}
569 tag. Sometimes this message is not given, even though the tags file is not
580 Too many file names
582 When expanding file names, more than one match was found. Only one match is
586 Unable to open swap file for "{filename}", recovery impossible
588 Vim was not able to create a swap file. You can still edit the file, but if
590 memory when editing a big file. You may want to change the 'directory' option
592 |swap-file|.
598 original file. It is probably a mistake (e.g., when Visual mode was active
612 Warning: Changing a readonly file
614 The file is read-only and you are making a change to it anyway. You can use
617 making changes to a file.
623 You are editing a file in Vim when it didn't exist, but it does exist now.
625 created file. This message is not given when 'buftype' is not empty.
630 The file which you have started editing has got another timestamp and the
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
634 find out what happened, and decide which version of the file you want to keep.
639 wrong: If you save a file in Windows on the day the daylight saving time
645 - Just write the file again the next day. Or set your clock to the next day,
646 write the file twice and set the clock back.
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
663 checking out a file from a version control system, which causes the read-only
664 bit to be reset. It should be safe to reload the file. Set 'autoread' to
665 automatically reload the file.
670 The file which you have started editing has disappeared, or is no longer
675 Warning: List of file names overflow
688 Seek error in swap file write
689 Write error in swap file
692 |swap-file|. It's not directly harmful, but when Vim unexpectedly exits some
745 Can't create file {filename}
746 Can't get temp file name
748 Vim cannot create a temporary file.
751 Can't open file {filename}
752 Can't read file {filename}
754 Vim cannot read a temporary file. Especially on Windows, this can be caused