Skip to content

zirrostig/vim-smart-swap

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 

Repository files navigation

SmartSwap

Handles vim swap files in an intelligent way

This plugin will delete a detected swapfile if the swapfile is older than the file being opened or if the swapfile is identical to the file being opened.

Configuration:

Two global variables control the behavior of this plugin.

g:SmartSwap_CheckDate -> When set to 0, will disable checking of the date stamps

g:SmartSwap_CheckDiff -> When set to 0, will disable doing a diff of the swap and file being opened

Disclaimer:

Not responsible for loss of data. Use at own risk :)

About

Handles vim swap files in a inteligent way

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published