aboutsummaryrefslogtreecommitdiff
path: root/runtime/doc/quickref.txt
diff options
context:
space:
mode:
authorZyX <kp-pav@yandex.ru>2015-10-17 17:25:53 +0300
committerZyX <kp-pav@yandex.ru>2015-10-23 14:54:10 +0300
commit1cdc3298cfb8389b2bc3203da16abc74abb0a0c0 (patch)
treec8a68fbcb3c79fe42eff2820f71e34c7dc2afd06 /runtime/doc/quickref.txt
parenta1b0f4073deb7f50e1b7137174bcb9914c97078f (diff)
downloadrneovim-1cdc3298cfb8389b2bc3203da16abc74abb0a0c0.tar.gz
rneovim-1cdc3298cfb8389b2bc3203da16abc74abb0a0c0.tar.bz2
rneovim-1cdc3298cfb8389b2bc3203da16abc74abb0a0c0.zip
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.
Diffstat (limited to 'runtime/doc/quickref.txt')
-rw-r--r--runtime/doc/quickref.txt4
1 files changed, 2 insertions, 2 deletions
diff --git a/runtime/doc/quickref.txt b/runtime/doc/quickref.txt
index 1b24efc4f9..34e7851493 100644
--- a/runtime/doc/quickref.txt
+++ b/runtime/doc/quickref.txt
@@ -548,7 +548,7 @@ In Insert or Command-line mode:
settings to [file] (default: ".exrc";
use ! to overwrite)
|:mkvimrc| :mkv[imrc][!] [file]
- same as ":mkexrc", but with default ".vimrc"
+ same as :mkexrc, but with default ".nvimrc"
|:mksession| :mks[ession][!] [file]
like ":mkvimrc", but store current files,
windows, etc. too, to be able to continue
@@ -681,7 +681,7 @@ Short explanation of each option: *option-list*
'esckeys' 'ek' recognize function keys in Insert mode
'eventignore' 'ei' autocommand events that are ignored
'expandtab' 'et' use spaces when <Tab> is inserted
-'exrc' 'ex' read .vimrc and .exrc in the current directory
+'exrc' 'ex' read .nvimrc and .exrc in the current directory
'fileencoding' 'fenc' file encoding for multi-byte text
'fileencodings' 'fencs' automatically detected character encodings
'fileformat' 'ff' file format used for file I/O