aboutsummaryrefslogtreecommitdiff
path: root/runtime/doc/quickref.txt
diff options
context:
space:
mode:
authorZyX <kp-pav@yandex.ru>2015-07-06 02:26:44 +0300
committerZyX <kp-pav@yandex.ru>2015-10-08 22:00:07 +0300
commit8663983cc4c2f66eb0ba58ad8e247ac0686cc79b (patch)
treeef304ae2b4ccad0f4dac03de8d877290b2943538 /runtime/doc/quickref.txt
parent9cf9c4a5860212cc0f9b71d349849811fdaf61a1 (diff)
downloadrneovim-8663983cc4c2f66eb0ba58ad8e247ac0686cc79b.tar.gz
rneovim-8663983cc4c2f66eb0ba58ad8e247ac0686cc79b.tar.bz2
rneovim-8663983cc4c2f66eb0ba58ad8e247ac0686cc79b.zip
Deprecate &viminfo and :[rw]v, add &shada and :[rw]sh
Diffstat (limited to 'runtime/doc/quickref.txt')
-rw-r--r--runtime/doc/quickref.txt10
1 files changed, 5 insertions, 5 deletions
diff --git a/runtime/doc/quickref.txt b/runtime/doc/quickref.txt
index 503ab07079..1b24efc4f9 100644
--- a/runtime/doc/quickref.txt
+++ b/runtime/doc/quickref.txt
@@ -838,6 +838,7 @@ Short explanation of each option: *option-list*
'selection' 'sel' what type of selection to use
'selectmode' 'slm' when to use Select mode instead of Visual mode
'sessionoptions' 'ssop' options for |:mksession|
+'shada' 'sd' use .shada file upon startup and exiting
'shell' 'sh' name of shell to use for external commands
'shellcmdflag' 'shcf' flag to shell to execute one command
'shellpipe' 'sp' string to put output of ":make" in error file
@@ -911,7 +912,6 @@ Short explanation of each option: *option-list*
'verbosefile' 'vfile' file to write messages in
'viewdir' 'vdir' directory where to store files with :mkview
'viewoptions' 'vop' specifies what to save for :mkview
-'viminfo' 'vi' use .shada file upon startup and exiting
'virtualedit' 've' when to use virtual editing
'visualbell' 'vb' use visual bell instead of beeping
'warn' warn for shell command when buffer was changed
@@ -1217,10 +1217,10 @@ Context-sensitive completion on the command-line:
|shada-file| read registers, marks, history at startup, save when exiting.
-|:rviminfo| :rv[iminfo] [file] read info from ShaDa file [file]
-|:rviminfo| :rv[iminfo]! [file] idem, overwrite existing info
-|:wviminfo| :wv[iminfo] [file] add info to ShaDa file [file]
-|:wviminfo| :wv[iminfo]! [file] write info to ShaDa file [file]
+|:rshada| :rsh[ada] [file] read info from ShaDa file [file]
+|:rshada| :rsh[ada]! [file] idem, overwrite existing info
+|:wshada| :wsh[ada] [file] add info to ShaDa file [file]
+|:wshada| :wsh[ada]! [file] write info to ShaDa file [file]
|modeline| Automatic option setting when editing a file