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.
This commit is contained in:
ZyX
2015-10-17 17:25:53 +03:00
parent a1b0f4073d
commit 1cdc3298cf
50 changed files with 396 additions and 427 deletions

View File

@@ -6116,7 +6116,7 @@ static void paste_option_changed(void)
old_p_paste = p_paste;
}
/// vimrc_found() - Called when a ".vimrc" or "VIMINIT" has been found.
/// vimrc_found() - Called when a vimrc or "VIMINIT" has been found.
///
/// Set the values for options that didn't get set yet to the Vim defaults.
/// When "fname" is not NULL, use it to set $"envname" when it wasn't set yet.