Mercurial > vim
annotate runtime/doc/vimtutor-it.1 @ 34636:c94ef9458309 v9.1.0204
patch 9.1.0204: Backspace inserts spaces with virtual text and 'smarttab'
Commit: https://github.com/vim/vim/commit/0185c7701434f1fbbf83fecd6384a19c1d2fc44e
Author: zeertzjq <zeertzjq@outlook.com>
Date: Mon Mar 25 16:34:51 2024 +0100
patch 9.1.0204: Backspace inserts spaces with virtual text and 'smarttab'
Problem: Backspace inserts spaces with virtual text and 'smarttab'.
Solution: Ignore virtual text and wrapping when backspacing.
(zeertzjq)
related: neovim/neovim#28005
closes: #14296
Co-authored-by: VanaIgr <vanaigranov@gmail.com>
Signed-off-by: zeertzjq <zeertzjq@outlook.com>
Signed-off-by: Christian Brabandt <cb@256bit.org>
author | Christian Brabandt <cb@256bit.org> |
---|---|
date | Mon, 25 Mar 2024 16:45:04 +0100 |
parents | 65b122a95cba |
children | b2f327ddee2a |
rev | line source |
---|---|
2423 | 1 .TH VIMTUTOR 1 "2 aprile 2001" |
40 | 2 .SH NOME |
33085
65b122a95cba
translation(it): updated Italian manpages
Christian Brabandt <cb@256bit.org>
parents:
2423
diff
changeset
|
3 vimtutor \- Un breve corso introduttivo a Vim |
40 | 4 .SH SINTASSI |
5 .br | |
2423 | 6 .B vimtutor [\-g] [lingua] |
40 | 7 .SH DESCRIZIONE |
8 .B Vimtutor | |
9 inizia il | |
10 .B Vim | |
33085
65b122a95cba
translation(it): updated Italian manpages
Christian Brabandt <cb@256bit.org>
parents:
2423
diff
changeset
|
11 tutor (un breve corso introduttivo a Vim). |
65b122a95cba
translation(it): updated Italian manpages
Christian Brabandt <cb@256bit.org>
parents:
2423
diff
changeset
|
12 Viene utilizzata una copia del file di lavoro, che può così essere modificato |
65b122a95cba
translation(it): updated Italian manpages
Christian Brabandt <cb@256bit.org>
parents:
2423
diff
changeset
|
13 a piacere senza alterare il file usato come modello. |
40 | 14 .PP |
2423 | 15 Il comando |
40 | 16 .B Vimtutor |
33085
65b122a95cba
translation(it): updated Italian manpages
Christian Brabandt <cb@256bit.org>
parents:
2423
diff
changeset
|
17 è utile a chi voglia imparare i primi comandi di |
40 | 18 .B Vim |
2423 | 19 . |
20 .PP | |
21 L'argomento opzionale \-g inizia vimtutor usando gvim invece che vim, se la | |
33085
65b122a95cba
translation(it): updated Italian manpages
Christian Brabandt <cb@256bit.org>
parents:
2423
diff
changeset
|
22 versione GUI di vim è disponibile; altrimenti viene utilizzato Vim. |
40 | 23 .PP |
33085
65b122a95cba
translation(it): updated Italian manpages
Christian Brabandt <cb@256bit.org>
parents:
2423
diff
changeset
|
24 L'argomento opzionale [lingua] è l'abbreviazione di due lettere del nome |
2423 | 25 di una lingua, per esempio "it" oppure "es". |
33085
65b122a95cba
translation(it): updated Italian manpages
Christian Brabandt <cb@256bit.org>
parents:
2423
diff
changeset
|
26 Se l'argomento [lingua] non viene specificato, si utilizza la lingua "locale" |
2423 | 27 del computer. |
33085
65b122a95cba
translation(it): updated Italian manpages
Christian Brabandt <cb@256bit.org>
parents:
2423
diff
changeset
|
28 Se la versione in tale lingua del "tutor" non è disponibile, |
65b122a95cba
translation(it): updated Italian manpages
Christian Brabandt <cb@256bit.org>
parents:
2423
diff
changeset
|
29 verrà usata la versione inglese. |
40 | 30 .PP |
31 .B Vim | |
33085
65b122a95cba
translation(it): updated Italian manpages
Christian Brabandt <cb@256bit.org>
parents:
2423
diff
changeset
|
32 è sempre iniziato in Modo compatibile con Vi. |
40 | 33 .SH FILE |
34 .TP 15 | |
35 /usr/local/lib/vim/tutor/tutor[.language] | |
33085
65b122a95cba
translation(it): updated Italian manpages
Christian Brabandt <cb@256bit.org>
parents:
2423
diff
changeset
|
36 I file di testo per |
40 | 37 .B Vimtutor |
33085
65b122a95cba
translation(it): updated Italian manpages
Christian Brabandt <cb@256bit.org>
parents:
2423
diff
changeset
|
38 . |
40 | 39 .TP 15 |
40 /usr/local/lib/vim/tutor/tutor.vim | |
2423 | 41 Lo script di Vim usato per copiare il file di testo |
40 | 42 .B Vimtutor |
2423 | 43 . |
40 | 44 .SH AUTORE |
33085
65b122a95cba
translation(it): updated Italian manpages
Christian Brabandt <cb@256bit.org>
parents:
2423
diff
changeset
|
45 Il corso introduttivo |
40 | 46 .B Vimtutor |
47 è stato scritto in origine per Vi da Michael C. Pierce e Robert K. Ware, | |
48 Colorado School of Mines, usando idee fornite da Charles Smith, | |
49 Colorado State University. | |
33085
65b122a95cba
translation(it): updated Italian manpages
Christian Brabandt <cb@256bit.org>
parents:
2423
diff
changeset
|
50 E-mail: bware@mines.colorado.edu (non più valido). |
40 | 51 .br |
2423 | 52 È stato modificato per |
40 | 53 .B Vim |
54 da Bram Moolenaar. | |
33085
65b122a95cba
translation(it): updated Italian manpages
Christian Brabandt <cb@256bit.org>
parents:
2423
diff
changeset
|
55 Per i nomi dei traduttori, vedere i file nelle rispettive lingue. |
40 | 56 .SH VEDERE ANCHE |
57 vim(1) |