1
0
mirror of https://github.com/adambard/learnxinyminutes-docs.git synced 2025-08-09 08:16:58 +02:00

Merge pull request #4399 from nbehrnd/vim-de

[vim/de] remove duplicated line
This commit is contained in:
Marcel Ribeiro Dantas
2022-07-07 12:52:29 +02:00
committed by GitHub

View File

@@ -21,7 +21,6 @@ einer Datei.
``` ```
vim <filename> # Öffne <filename> in Vim vim <filename> # Öffne <filename> in Vim
:help <topic> # Open up built-in help docs about <topic> if any exists
:help <topic> # Öffne die eingebaute Hilfe zum Thema <topic>, wenn :help <topic> # Öffne die eingebaute Hilfe zum Thema <topic>, wenn
# es existiert # es existiert
:q # Schließe vim :q # Schließe vim