Vim swap file

From Just Solve the File Format Problem
(Difference between revisions)
Jump to: navigation, search
(Created page with "{{FormatInfo |formattype=electronic |subcat=Temporary files |extensions={{ext|swp}} }} '''Vim swap file''' is a temporary file created by the open source ''Vim'' text editor, ...")

Revision as of 12:54, 23 December 2018

File Format
Name Vim swap file
Ontology
Extension(s) .swp

Vim swap file is a temporary file created by the open source Vim text editor, when editing a file. The file's name typically begins with ".", and ends with ".swp". The file is normally deleted when editing is complete, but may be left behind in the event of a crash or other abnormal termination.

Its main purpose is to periodically record unsaved changes made to the file. It also serves as a lock file. The file format is undocumented, and not necessarily portable.

Identification

Files begin with ASCII "b0VIM ".

Links

Personal tools
Namespaces

Variants
Actions
Navigation
Toolbox