view runtime/indent/testdir/sshconfig.in @ 24039:a5478836fcb7 v8.2.2561

patch 8.2.2561: not all textprop code is covered by tests Commit: https://github.com/vim/vim/commit/3dc3474f00e529b014add48f7f3d1dad2ec15498 Author: Bram Moolenaar <Bram@vim.org> Date: Tue Mar 2 13:36:47 2021 +0100 patch 8.2.2561: not all textprop code is covered by tests Problem: Not all textprop code is covered by tests. Solution: Add a few more test cases. (Dominique Pell?, closes https://github.com/vim/vim/issues/7908)
author Bram Moolenaar <Bram@vim.org>
date Tue, 02 Mar 2021 13:45:05 +0100
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