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/quickfix.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'runtime/doc/quickfix.txt') diff --git a/runtime/doc/quickfix.txt b/runtime/doc/quickfix.txt index 577b636d32..8c428e44ef 100644 --- a/runtime/doc/quickfix.txt +++ b/runtime/doc/quickfix.txt @@ -1277,7 +1277,7 @@ Jikes(TM), a source-to-bytecode Java compiler published by IBM Research, produces simple multi-line error messages. An 'errorformat' string matching the produced messages is shown below. -The following lines can be placed in the user's |vimrc| to overwrite Vim's +The following lines can be placed in the user's |init.vim| to overwrite Vim's recognized default formats, or see |:set+=| how to install this format additionally to the default. > -- cgit