comparison runtime/tutor/tutor.de.utf-8 @ 14945:4ee65b4150fd

Update runtime files commit https://github.com/vim/vim/commit/2c64ca1802b2c99b16d2fdf581b68b5baffb082a Author: Bram Moolenaar <Bram@vim.org> Date: Fri Oct 19 16:22:31 2018 +0200 Update runtime files
author Bram Moolenaar <Bram@vim.org>
date Fri, 19 Oct 2018 16:30:08 +0200
parents 723487cd7876
children e69e7133c9cf
comparison
equal deleted inserted replaced
14944:ea95565c96ef 14945:4ee65b4150fd
903 903
904 ** Kommandozeilenvervollständigung mit CTRL-D und <TAB> ** 904 ** Kommandozeilenvervollständigung mit CTRL-D und <TAB> **
905 905
906 1. Stelle sicher, dass Vim nicht im Vi-Kompatibilitätsmodus ist: :set nocp 906 1. Stelle sicher, dass Vim nicht im Vi-Kompatibilitätsmodus ist: :set nocp
907 907
908 2. Siehe nach, welche Dateien im Verzeichnis existieren: :!ls oder :dir 908 2. Siehe nach, welche Dateien im Verzeichnis existieren: :!ls oder :!dir
909 909
910 3. Tippe den Beginn eines Kommandos: :e 910 3. Tippe den Beginn eines Kommandos: :e
911 911
912 4. Drücke CTRL-D und Vim zeigt eine Liste mit "e" beginnender Kommandos. 912 4. Drücke CTRL-D und Vim zeigt eine Liste mit "e" beginnender Kommandos.
913 913