diff options
author | Justin M. Keyes <justinkz@gmail.com> | 2016-04-11 00:08:16 -0400 |
---|---|---|
committer | Justin M. Keyes <justinkz@gmail.com> | 2016-04-11 00:08:16 -0400 |
commit | fe4d814c0ffcf6016ea02ee31f7e924b37c5ef2d (patch) | |
tree | 907f31626ee2007c9de4a040d6c2ef7099e74655 | |
parent | c56aceff88a3a63d8d7ac53dc0550bb8a839a8cf (diff) | |
parent | b25b6048cae6f6d443e6ba7957d72b190be44c68 (diff) | |
download | rneovim-fe4d814c0ffcf6016ea02ee31f7e924b37c5ef2d.tar.gz rneovim-fe4d814c0ffcf6016ea02ee31f7e924b37c5ef2d.tar.bz2 rneovim-fe4d814c0ffcf6016ea02ee31f7e924b37c5ef2d.zip |
Merge pull request #4559 from ZyX-I/undodir-undo-doc-update
documentation: Update information about default location of undo files
-rw-r--r-- | runtime/doc/undo.txt | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/runtime/doc/undo.txt b/runtime/doc/undo.txt index 1342621516..c6c70ab6d2 100644 --- a/runtime/doc/undo.txt +++ b/runtime/doc/undo.txt @@ -250,8 +250,8 @@ ignored if its owner differs from the owner of the edited file, except when the owner of the undo file is the current user. Set 'verbose' to get a message about that when opening a file. -Undo files are normally saved in the same directory as the file. This can be -changed with the 'undodir' option. +Location of the undo files is controlled by the 'undodir' option, by default +they are saved to the dedicated directory in the application data folder. You can also save and restore undo histories by using ":wundo" and ":rundo" respectively: |