From a16eab9e57368188c834634cd824ce1ac5613db1 Mon Sep 17 00:00:00 2001 From: Michael Reed Date: Tue, 5 May 2015 22:00:43 -0400 Subject: Remove `-T` command-line option It didn't actually do anything after 3baba1e7bc6698e6bc9f1d37fce88b30d6274bc9 Helped-by: Justin M. Keyes --- runtime/doc/quickref.txt | 1 - 1 file changed, 1 deletion(-) (limited to 'runtime/doc/quickref.txt') 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 -- cgit