mirror of
https://github.com/neovim/neovim.git
synced 2025-02-25 18:55:25 -06:00
documentation: Update information about default location of undo files
This commit is contained in:
parent
c54ccfbb52
commit
b25b6048ca
@ -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
|
the owner of the undo file is the current user. Set 'verbose' to get a
|
||||||
message about that when opening a file.
|
message about that when opening a file.
|
||||||
|
|
||||||
Undo files are normally saved in the same directory as the file. This can be
|
Location of the undo files is controlled by the 'undodir' option, by default
|
||||||
changed with the 'undodir' option.
|
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"
|
You can also save and restore undo histories by using ":wundo" and ":rundo"
|
||||||
respectively:
|
respectively:
|
||||||
|
Loading…
Reference in New Issue
Block a user