diff options
author | Michael Reed <m.reed@mykolab.com> | 2015-05-05 22:00:43 -0400 |
---|---|---|
committer | Michael Reed <m.reed@mykolab.com> | 2015-05-18 11:06:54 -0400 |
commit | a16eab9e57368188c834634cd824ce1ac5613db1 (patch) | |
tree | 5fabe22f8185b16c00285827fb57eb1dbec6c566 /runtime/doc/quickref.txt | |
parent | 64cecd917d8b8b7a428e61f1f75d4a9c769450de (diff) | |
download | rneovim-a16eab9e57368188c834634cd824ce1ac5613db1.tar.gz rneovim-a16eab9e57368188c834634cd824ce1ac5613db1.tar.bz2 rneovim-a16eab9e57368188c834634cd824ce1ac5613db1.zip |
Remove `-T` command-line option
It didn't actually do anything after
3baba1e7bc6698e6bc9f1d37fce88b30d6274bc9
Helped-by: Justin M. Keyes <justinkz@gmail.com>
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 df6a2dffd4..92492f72e1 100644 --- a/runtime/doc/quickref.txt +++ b/runtime/doc/quickref.txt @@ -1134,7 +1134,6 @@ Context-sensitive completion on the command-line: |-s| -s {scriptin} first read commands from the file {scriptin} |-w| -w {scriptout} write typed chars to file {scriptout} (append) |-W| -W {scriptout} write typed chars to file {scriptout} (overwrite) -|-T| -T {terminal} set terminal name |-u| -u {vimrc} read inits from {vimrc} instead of other inits |-U| -U {gvimrc} idem, for when starting the GUI |-i| -i {viminfo} read info from {viminfo} instead of other files |