Mercurial > vim
view runtime/indent/testdir/sshconfig.ok @ 30055:0acf2a20c357 v9.0.0365
patch 9.0.0365: file name used in test is unusual
Commit: https://github.com/vim/vim/commit/91a874eb88eff2df9b8fdd64ccf98eed337823cf
Author: Dominique Pelle <dominique.pelle@gmail.com>
Date: Sat Sep 3 10:59:32 2022 +0100
patch 9.0.0365: file name used in test is unusual
Problem: File name used in test is unusual.
Solution: Rename it. (Dominique Pell?, closes https://github.com/vim/vim/issues/11044)
author | Bram Moolenaar <Bram@vim.org> |
---|---|
date | Sat, 03 Sep 2022 12:00:06 +0200 |
parents | 74e3316c1d5a |
children |
line wrap: on
line source
# vim: set filetype=sshconfig shiftwidth=4 expandtab : # START_INDENT Host myhost User myuser PasswordAuthentication no # END_INDENT # START_INDENT Host aaa User bbb Host ccc Host ddd # END_INDENT # START_INDENT host aaa HOST bbb hoSt ccc match ddd MATCH eee MatCH fff # END_INDENT # START_INDENT Host aaa User host PasswordAuthentication no Host * User user PasswordAuthentication no Host match User bbb # END_INDENT # START_INDENT Host tab User myuser # END_INDENT # START_INDENT Host mix User myuser # END_INDENT # START_INDENT Host aaa User bbb Match ccc User ddd HostKeyAlgorithms ssh-ed25519 Match eee # END_INDENT