From 69cac9e123d74fa9fecf96177cb79d8370a833f1 Mon Sep 17 00:00:00 2001 From: Tom Ryder Date: Fri, 10 Nov 2017 21:13:21 +1300 Subject: Move backup, swap, and undo dir logic into plugins --- vim/doc/auto_swapdir.txt | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 vim/doc/auto_swapdir.txt (limited to 'vim/doc/auto_swapdir.txt') diff --git a/vim/doc/auto_swapdir.txt b/vim/doc/auto_swapdir.txt new file mode 100644 index 00000000..f88cfcf3 --- /dev/null +++ b/vim/doc/auto_swapdir.txt @@ -0,0 +1,12 @@ +*auto_swapdir.txt* Automatically create 'swapdir' in 'realtimepath' + +Author: Tom Ryder +License: Same terms as Vim itself (see |license|) + +This plugin attempts to create a directory "swap" in the directory named by the +first element of 'realtimepath', and enables 'swapfile' with that as the +'directory' if it succeeds or if the directory already exists. + +This plugin lives in Tom Ryder's "dotfiles" suite, and will eventually be spun +off into a separate distribution as it solidifies and this documentation +improves. -- cgit v1.2.3