diff options
author | Justin M. Keyes <justinkz@gmail.com> | 2014-12-07 20:05:41 -0500 |
---|---|---|
committer | Justin M. Keyes <justinkz@gmail.com> | 2014-12-07 20:05:41 -0500 |
commit | 59bf1678cbd70e2cb60363cddad19df812610cb9 (patch) | |
tree | b22aa5fa9c177ba59393c715aae282aab6cf57fc /runtime/doc/quickref.txt | |
parent | fa9d44374b84e6768142e8d3751fe215c14796c7 (diff) | |
parent | 1cb7349302a900e3113a28cd6611d11a2a809df3 (diff) | |
download | rneovim-59bf1678cbd70e2cb60363cddad19df812610cb9.tar.gz rneovim-59bf1678cbd70e2cb60363cddad19df812610cb9.tar.bz2 rneovim-59bf1678cbd70e2cb60363cddad19df812610cb9.zip |
Merge pull request #1623 from Pyrohh/cleanup-shortname
Docs: Remove 'shortname' references
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 8b369baaa6..9a9e85d421 100644 --- a/runtime/doc/quickref.txt +++ b/runtime/doc/quickref.txt @@ -857,7 +857,6 @@ Short explanation of each option: *option-list* 'shiftround' 'sr' round indent to multiple of shiftwidth 'shiftwidth' 'sw' number of spaces to use for (auto)indent step 'shortmess' 'shm' list of flags, reduce length of messages -'shortname' 'sn' non-MS-DOS: Filenames assumed to be 8.3 chars 'showbreak' 'sbr' string to use at the start of wrapped lines 'showcmd' 'sc' show (partial) command in status line 'showfulltag' 'sft' show full tag pattern when completing tag |