Module: VimRecovery

Defined in:
lib/vim_recovery.rb,
lib/vim_recovery/command.rb,
lib/vim_recovery/version.rb,
lib/vim_recovery/swapfile.rb,
lib/vim_recovery/command/list.rb,
lib/vim_recovery/command/clean.rb

Defined Under Namespace

Classes: Command, Swapfile

Constant Summary collapse

SWAPFILES =

Strictly speaking, “.saa” will never be a swapfile because the loop gives up at that name, but including it saves us a separate pattern. github.com/vim/vim/blob/95f096030ed1a8afea028f2ea295d6f6a70f466f/src/memline.c#L4566

['*.sw[a-p]', '*.s[a-v][a-z]'].freeze
Version =
'0.0.1'