From 1cdc3298cfb8389b2bc3203da16abc74abb0a0c0 Mon Sep 17 00:00:00 2001 From: ZyX Date: Sat, 17 Oct 2015 17:25:53 +0300 Subject: documentation: Update documentation Note about ~/.local/share/nvim/site used in one usr_\* file: this one talks about user-local installation of third-party plugins, and ~/.local/share/nvim/site is the proper place for them. Most other files talk about user own configuration and this is ~/.config. --- runtime/doc/diff.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'runtime/doc/diff.txt') diff --git a/runtime/doc/diff.txt b/runtime/doc/diff.txt index 250275d80a..54d47eb28a 100644 --- a/runtime/doc/diff.txt +++ b/runtime/doc/diff.txt @@ -66,7 +66,7 @@ make changes after loading a file, these will be included in the displayed diffs. You might have to do ":diffupdate" now and then, not all changes are immediately taken into account. -In your .vimrc file you could do something special when Vim was started in +In your vimrc file you could do something special when Vim was started in diff mode. You could use a construct like this: > if &diff -- cgit