diff options
Diffstat (limited to 'runtime/doc/manpages')
-rw-r--r-- | runtime/doc/manpages/de/vim-de.1 | 9 | ||||
-rw-r--r-- | runtime/doc/manpages/fr/vim-fr.1 | 12 | ||||
-rw-r--r-- | runtime/doc/manpages/it/vim-it.1 | 14 | ||||
-rw-r--r-- | runtime/doc/manpages/ja/vim-ja.1 | 12 | ||||
-rw-r--r-- | runtime/doc/manpages/pl/vim-pl.1 | 12 | ||||
-rw-r--r-- | runtime/doc/manpages/ru/vim-ru.1 | 11 | ||||
-rw-r--r-- | runtime/doc/manpages/vim.1 | 13 |
7 files changed, 0 insertions, 83 deletions
diff --git a/runtime/doc/manpages/de/vim-de.1 b/runtime/doc/manpages/de/vim-de.1 index 1b718e56ea..50dd0ce7e6 100644 --- a/runtime/doc/manpages/de/vim-de.1 +++ b/runtime/doc/manpages/de/vim-de.1 @@ -117,10 +117,6 @@ b Binärer Modus: Es werden einige Variablen gesetzt, sodass es möglich ist, eine binäre oder ausführbare Datei zu bearbeiten. .TP -\-C -Kompatibel: Setzt die Option 'compatible'. Das macht \fBVim\fP im Verhalten -sehr ähnlich zu Vi, selbst wenn eine VimRC\-Datei existiert. -.TP \-d Startet im diff\-Modus. Es sollten zwei, drei oder vier Dateinamen als Parameter übergeben werden. \fBVim\fP öffnet sie alle und zeigt die @@ -192,11 +188,6 @@ geschrieben werden können. Man beachte, dass diese Optionen ('modifiable', \&'write') dennnoch nachträglich zum Erlauben von Änderungen gesetzt werden können. .TP -\-N -Nicht\-kompatibler Modus: Löscht die Option 'compatible'. Dies veranlasst -\fBVim\fP, sich ein wenig besser, aber weniger Vi\-kompatibel zu verhalten, -selbst wenn es keine VimRC\-Datei gibt. -.TP \-n Verwendet keine Auslagerungsdatei: Eine Wiederherstellung nach einem Absturz ist nicht möglich. Auf einem langsamen Medium (Diskette) kann diese diff --git a/runtime/doc/manpages/fr/vim-fr.1 b/runtime/doc/manpages/fr/vim-fr.1 index 6a864e070d..a794a814dd 100644 --- a/runtime/doc/manpages/fr/vim-fr.1 +++ b/runtime/doc/manpages/fr/vim-fr.1 @@ -142,11 +142,6 @@ Mode Binaire. Active plusieurs options pour permettre l'édition d'un fichier binaire ou exécutable. .TP -\-C -Compatible. Active l'option 'compatible'. -.B Vim -se comportera alors quasiment comme Vi, même s'il existe un fichier .vimrc. -.TP \-d Démarre en mode Diff. Deux, trois ou quatre noms de fichiers doivent être spécifiés. @@ -248,13 +243,6 @@ désactivées, de sorte que les changements ne sont pas autorisés et que les fichiers ne peuvent pas être écrits. Note : ces options peuvent être activées pour autoriser les modifications. .TP -\-N -Mode Non-compatible. Désactive l'option 'compatible'. -Cela améliorera le comportement de -.B Vim -\, mais il sera moins conforme à celui de Vi, même s'il n'existe aucun -fichier ".vimrc". -.TP \-n N'utilise pas de fichier d'échange (swapfile). Le recouvrement après un plantage sera impossible. diff --git a/runtime/doc/manpages/it/vim-it.1 b/runtime/doc/manpages/it/vim-it.1 index d252b4dada..1bee867e2a 100644 --- a/runtime/doc/manpages/it/vim-it.1 +++ b/runtime/doc/manpages/it/vim-it.1 @@ -136,13 +136,6 @@ Modo Binary (binario). Vengono impostate alcune opzioni che permettono di modificare un file binario o un programma eseguibile. .TP -\-C -Compatibile. Imposta l'opzione 'compatible'. -In questo modo -.B Vim -ha quasi lo stesso comportamento di Vi, anche in presenza di un file -di configurazione .vimrc [proprio di Vim, vi usa .exrc \- Ndt]. -.TP \-d Inizia in Modo Diff [differenze]. Dovrebbero esserci come argomenti due o tre o quattro nomi di file. @@ -240,13 +233,6 @@ Modifiche non permesse. Le opzioni 'modifiable' e 'write' sono annullate, in modo da impedire sia modifiche che riscritture. Da notare che queste opzioni possono essere abilitate in seguito, permettendo così modifiche. .TP -\-N -Modo "Non-compatibile". Annulla l'opzione 'compatible'. -Così -.B Vim -va un po' meglio, ma è meno compatibile con Vi, anche in assenza di un -file .vimrc. -.TP \-n Inibisce l'uso di un file di swap. Il recupero dopo una caduta di macchina diventa impossibile. diff --git a/runtime/doc/manpages/ja/vim-ja.1 b/runtime/doc/manpages/ja/vim-ja.1 index 622caf0587..ad5f24d53a 100644 --- a/runtime/doc/manpages/ja/vim-ja.1 +++ b/runtime/doc/manpages/ja/vim-ja.1 @@ -114,12 +114,6 @@ Note: "+" と "\-c" は合わせて 10 個まで指定できます。 バイナリモード。 バイナリファイルを編集ためのオプションがいくつか設定されます。 .TP -\-C -互換モード。'compatible' オプションがオンになります。 - .vimrc ファイルの有無に関わらず、 -.B Vim -の動作が Vi 互換になります。 -.TP \-d 差分モードで起動します。 二つか三つの四つのファイルを引数に指定してください。 @@ -192,12 +186,6 @@ lisp モード。 ファイルの変更と保存ができなくなります。 Note: それらのオプションを設定すれば変更できるようになります。 .TP -\-N -非互換モード。'compatible' オプションがオフになります。 - .vimrc ファイルの有無に関わらず、 -.B Vim -の改良された機能が有効になります。Vi との互換性が少し失われます。 -.TP \-n スワップファイルを使用しません。 クラッシュしてもリカバリできなくなります。 diff --git a/runtime/doc/manpages/pl/vim-pl.1 b/runtime/doc/manpages/pl/vim-pl.1 index 6f2ea1e117..0f4128d8bd 100644 --- a/runtime/doc/manpages/pl/vim-pl.1 +++ b/runtime/doc/manpages/pl/vim-pl.1 @@ -133,12 +133,6 @@ Tryb binarny. Ustawi się kilka opcji, które umożliwią edycję plików binarnych lub wykonywalnych. .TP -\-C -Kompatybilny. Ustawia opcję 'compatible'. -W ten sposób -.B Vim -będzie zachowywał się jak Vi, nawet jeśli istnieje plik .vimrc. -.TP \-d Uruchom w trybie diff. Powinno się użyć dwóch, trzech lub czterech nazwy plików jako argumentów. @@ -236,12 +230,6 @@ Opcje 'modifiable' i 'write' zostaną wyłączone, tak więc zmiany w pliku oraz ich zapisanie nie są możliwe. Wartość tych opcji można zmienić. .TP -\-N -Tryb niekompatybilny. Przestawia opcję 'compatible'. Dzięki temu -.B Vim -będzie zachowywał się odrobinę lepiej, ale mniej zgodnie z Vi nawet -jeśli nie istnieje plik .vimrc. -.TP \-n Nie powstanie plik wymiany. Odzyskanie pliku po wypadku nie będzie możliwe. diff --git a/runtime/doc/manpages/ru/vim-ru.1 b/runtime/doc/manpages/ru/vim-ru.1 index 34ab3e2b21..1d4221b3ab 100644 --- a/runtime/doc/manpages/ru/vim-ru.1 +++ b/runtime/doc/manpages/ru/vim-ru.1 @@ -124,11 +124,6 @@ vim \- Vi IMproved (Улучшенный Vi), текстовый редакто Производится настройка некоторых опций, делающих возможной правку двоичного или исполняемого файла. .TP -\-C -Режим совместимости. Включает опцию 'compatible'. -.B Vim -будет работать почти как Vi, даже если существует файл .vimrc. -.TP \-d Режим поиска различий. Должно быть указано два или три имени файла. @@ -210,12 +205,6 @@ vim \- Vi IMproved (Улучшенный Vi), текстовый редакто Изменение файлов запрещено. При этом отключается опция 'write', поэтому запись файлов становится невозможной. .TP -\-N -Режим неполной совместимости. Отключается 'compatible'. -.B Vim -будет работать лучше, но не будет полностью совместим с Vi, даже если -отсутствует файл сценария настроек (.vimrc). -.TP \-n Не использовать своп-файл. Восстановление при сбое в работе будет невозможно. Удобно для правки файла на очень медленном носителе (например, гибком диске). diff --git a/runtime/doc/manpages/vim.1 b/runtime/doc/manpages/vim.1 index c679068a69..da3d77abfe 100644 --- a/runtime/doc/manpages/vim.1 +++ b/runtime/doc/manpages/vim.1 @@ -131,12 +131,6 @@ Binary mode. A few options will be set that makes it possible to edit a binary or executable file. .TP -\-C -Compatible. Set the 'compatible' option. -This will make -.B Vim -behave mostly like Vi, even though a .vimrc file exists. -.TP \-d Start in diff mode. There should be two, three, or four file name arguments. @@ -223,13 +217,6 @@ Modifications not allowed. The 'modifiable' and 'write' options will be unset, so that changes are not allowed and files can not be written. Note that these options can be set to enable making modifications. .TP -\-N -No-compatible mode. Reset the 'compatible' option. -This will make -.B Vim -behave a bit better, but less Vi compatible, even though a .vimrc file does -not exist. -.TP \-n No swap file will be used. Recovery after a crash will be impossible. |