comparison runtime/syntax/sshconfig.vim @ 9860:9eaf8ef656e9

commit https://github.com/vim/vim/commit/0952131376a517fc12dc5ae908a97018b4ee23f0 Author: Bram Moolenaar <Bram@vim.org> Date: Fri Aug 12 22:54:35 2016 +0200 Updated runtime files.
author Christian Brabandt <cb@256bit.org>
date Fri, 12 Aug 2016 23:00:07 +0200
parents b73f9ed65072
children 43efa4f5a8ea
comparison
equal deleted inserted replaced
9859:72104c1f1961 9860:9eaf8ef656e9
2 " Language: OpenSSH client configuration file (ssh_config) 2 " Language: OpenSSH client configuration file (ssh_config)
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 " Last Change: 2016 Apr 7 7 " Contributor: Dean, Adam Kenneth <adam.ken.dean@hpe.com>
8 " SSH Version: 7.2p2 8 " Last Change: 2016 Aug 11
9 " SSH Version: 7.3p1
9 " 10 "
10 11
11 " Setup 12 " Setup
12 if version >= 600 13 if version >= 600
13 if exists("b:current_syntax") 14 if exists("b:current_syntax")
203 syn keyword sshconfigKeyword PermitLocalCommand 204 syn keyword sshconfigKeyword PermitLocalCommand
204 syn keyword sshconfigKeyword Port 205 syn keyword sshconfigKeyword Port
205 syn keyword sshconfigKeyword PreferredAuthentications 206 syn keyword sshconfigKeyword PreferredAuthentications
206 syn keyword sshconfigKeyword Protocol 207 syn keyword sshconfigKeyword Protocol
207 syn keyword sshconfigKeyword ProxyCommand 208 syn keyword sshconfigKeyword ProxyCommand
209 syn keyword sshconfigKeyword ProxyJump
208 syn keyword sshconfigKeyword ProxyUseFDPass 210 syn keyword sshconfigKeyword ProxyUseFDPass
209 syn keyword sshconfigKeyword PubkeyAcceptedKeyTypes 211 syn keyword sshconfigKeyword PubkeyAcceptedKeyTypes
210 syn keyword sshconfigKeyword PubkeyAuthentication 212 syn keyword sshconfigKeyword PubkeyAuthentication
211 syn keyword sshconfigKeyword RSAAuthentication 213 syn keyword sshconfigKeyword RSAAuthentication
212 syn keyword sshconfigKeyword RekeyLimit 214 syn keyword sshconfigKeyword RekeyLimit