forked from vim-scripts/Atomic-Save
-
Notifications
You must be signed in to change notification settings - Fork 0
Save files atomically with ordinary "w" command
starinacool/Atomic-Save
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
This is a mirror of http://www.vim.org/scripts/script.php?script_id=3641 This is an atomic save function for vim. IOW, this is an atomic write ('w') function for vim. It makes sure that there is always a fully-written copy of the file in place to be read by other programs. It uses the system 'mv' since vim's rename() function removes the destination file rather than atomically replacing it. To use it, you enable it as described below, and then 'w' your file like normal. NOTE: if using windows, see the note below.
About
Save files atomically with ordinary "w" command
Resources
Stars
Watchers
Forks
Packages 0
No packages published
Languages
- Vim Script 100.0%