diff options
author | Justin M. Keyes <justinkz@gmail.com> | 2015-03-12 21:59:33 -0400 |
---|---|---|
committer | Justin M. Keyes <justinkz@gmail.com> | 2015-03-12 21:59:33 -0400 |
commit | b5bb6269b0f27c5192eaed6a069ba564c278760a (patch) | |
tree | 675c4cfe46db1eda93287965a3704ba65fa8cb44 /runtime/doc/quickref.txt | |
parent | 5fcd12f8b54afbf5675f164ca1ecf774adc3dad2 (diff) | |
parent | 29ad67dd470a44f7697ca401d838c1dd38f7ef61 (diff) | |
download | rneovim-b5bb6269b0f27c5192eaed6a069ba564c278760a.tar.gz rneovim-b5bb6269b0f27c5192eaed6a069ba564c278760a.tar.bz2 rneovim-b5bb6269b0f27c5192eaed6a069ba564c278760a.zip |
Merge #2008 'Special interfaces cleanup'
Diffstat (limited to 'runtime/doc/quickref.txt')
-rw-r--r-- | runtime/doc/quickref.txt | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/runtime/doc/quickref.txt b/runtime/doc/quickref.txt index 0e4418ba6a..5d251e7b68 100644 --- a/runtime/doc/quickref.txt +++ b/runtime/doc/quickref.txt @@ -1128,7 +1128,6 @@ Context-sensitive completion on the command-line: |-+| +[num] put the cursor at line [num] (default: last line) |-+c| +{command} execute {command} after loading the file |-+/| +/{pat} {file} .. put the cursor at the first occurrence of {pat} -|-v| -v Vi mode, start ex in Normal mode |-e| -e Ex mode, start vim in Ex mode |-R| -R Read-only mode, implies -n |-m| -m modifications not allowed (resets 'write' option) |