comparison runtime/syntax/sshconfig.vim @ 10498:883396809b45

commit https://github.com/vim/vim/commit/bc2eada5424bff06f7eb77c032ecc067da52b846 Author: Bram Moolenaar <Bram@vim.org> Date: Mon Jan 2 21:27:47 2017 +0100 Updated runtime files.
author Christian Brabandt <cb@256bit.org>
date Mon, 02 Jan 2017 21:30:04 +0100
parents 46763b01cd9a
children 8ac85adee561
comparison
equal deleted inserted replaced
10497:4401e7bed2fe 10498:883396809b45
3 " Author: David Necas (Yeti) 3 " Author: David Necas (Yeti)
4 " Maintainer: Dominik Fischer <d dot f dot fischer at web dot de> 4 " Maintainer: Dominik Fischer <d dot f dot fischer at web dot de>
5 " Contributor: Leonard Ehrenfried <leonard.ehrenfried@web.de> 5 " Contributor: Leonard Ehrenfried <leonard.ehrenfried@web.de>
6 " Contributor: Karsten Hopp <karsten@redhat.com> 6 " Contributor: Karsten Hopp <karsten@redhat.com>
7 " Contributor: Dean, Adam Kenneth <adam.ken.dean@hpe.com> 7 " Contributor: Dean, Adam Kenneth <adam.ken.dean@hpe.com>
8 " Last Change: 2016 Aug 11 8 " Last Change: 2016 Dec 28
9 " SSH Version: 7.3p1 9 " SSH Version: 7.4p1
10 " 10 "
11 11
12 " Setup 12 " Setup
13 " quit when a syntax file was already loaded 13 " quit when a syntax file was already loaded
14 if exists("b:current_syntax") 14 if exists("b:current_syntax")
179 syn keyword sshconfigKeyword HostbasedKeyTypes 179 syn keyword sshconfigKeyword HostbasedKeyTypes
180 syn keyword sshconfigKeyword IPQoS 180 syn keyword sshconfigKeyword IPQoS
181 syn keyword sshconfigKeyword IdentitiesOnly 181 syn keyword sshconfigKeyword IdentitiesOnly
182 syn keyword sshconfigKeyword IdentityFile 182 syn keyword sshconfigKeyword IdentityFile
183 syn keyword sshconfigKeyword IgnoreUnknown 183 syn keyword sshconfigKeyword IgnoreUnknown
184 syn keyword sshconfigKeyword Include
184 syn keyword sshconfigKeyword IPQoS 185 syn keyword sshconfigKeyword IPQoS
185 syn keyword sshconfigKeyword KbdInteractiveAuthentication 186 syn keyword sshconfigKeyword KbdInteractiveAuthentication
186 syn keyword sshconfigKeyword KbdInteractiveDevices 187 syn keyword sshconfigKeyword KbdInteractiveDevices
187 syn keyword sshconfigKeyword KexAlgorithms 188 syn keyword sshconfigKeyword KexAlgorithms
188 syn keyword sshconfigKeyword LocalCommand 189 syn keyword sshconfigKeyword LocalCommand