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 --- man/it/nvim-it.1 | 9 --------- 1 file changed, 9 deletions(-) (limited to 'man/it') diff --git a/man/it/nvim-it.1 b/man/it/nvim-it.1 index 1bee867e2a..e529ee511f 100644 --- a/man/it/nvim-it.1 +++ b/man/it/nvim-it.1 @@ -283,15 +283,6 @@ Lo stesso si può ottenere col comando ":source! {scriptin}". Se la fine del file di input viene raggiunta prima che Vim termini, l'ulteriore input viene preso dalla tastiera. .TP -\-T {terminale} -Dice a -.B Vim -quale tipo di terminale state usando. -Utile solo se il terminale non viene riconosciuto correttamente da Vim. -Dovrebbe essere un terminale noto a -.B Vim -(internamente) o definito nel file termcap o terminfo. -.TP \-u {vimrc} Usa i comandi nel file {vimrc} per inizializzazioni. Tutte le altre inizializzazioni non sono eseguite. -- cgit