ports/editors/vim/files/patch-sshdconfig-UseBlacklist
Adam Weinberger 65bc366822 Update vim to patchlevel 231
Also, add a patch[1] to recognize the UseBlacklist command in sshd_config.

PR:		230074 [1]
Submitted by:	Samy Mahmoudi
2018-08-01 16:51:31 +00:00

10 lines
456 B
Text

--- runtime/syntax/sshdconfig.vim.orig 2018-07-26 22:51:00 UTC
+++ runtime/syntax/sshdconfig.vim
@@ -221,6 +221,7 @@ syn keyword sshdconfigKeyword Subsystem
syn keyword sshdconfigKeyword SyslogFacility
syn keyword sshdconfigKeyword TCPKeepAlive
syn keyword sshdconfigKeyword TrustedUserCAKeys
+syn keyword sshdconfigKeyword UseBlacklist
syn keyword sshdconfigKeyword UseDNS
syn keyword sshdconfigKeyword UseLogin
syn keyword sshdconfigKeyword UsePAM