aboutsummaryrefslogblamecommitdiff
path: root/vim/doc/auto_swapdir.txt
blob: f88cfcf3cc1c2386a8d326d503103d79b77cde13 (plain) (tree)
1
2
3
4
5
6
7
8
9
10
11
12











                                                                               
*auto_swapdir.txt*  Automatically create 'swapdir' in 'realtimepath'

Author:  Tom Ryder <tom@sanctum.geek.nz>
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.