Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add UseBlacklist to runtime/syntax/sshdconfig.vim #8794

Closed
wants to merge 1 commit into from

Conversation

samy-mahmoudi
Copy link

Add UseBlacklist to the sshdconfigKeyword syntax
group since support for blacklistd has been added
to OpenSSH since FreeBSD 11.1 and NetBSD 7.

https://www.freebsd.org/releases/11.1R/relnotes.html
http://www.netbsd.org/releases/formal-7/NetBSD-7.0.html

Problem: UseBlacklist is not highlighted when editing sshd_config.
Solution: Add UseBlacklist to sshdconfig.vim. (Samy Mahmoudi)

Please note that this pull request is identical to: vim/vim#3258

Add UseBlacklist to the sshdconfigKeyword syntax
group since support for blacklistd has been added
to OpenSSH since FreeBSD 11.1 and NetBSD 7.

https://www.freebsd.org/releases/11.1R/relnotes.html
http://www.netbsd.org/releases/formal-7/NetBSD-7.0.html

Problem:    UseBlacklist is not highlighted when editing sshd_config.
Solution:   Add UseBlacklist to sshdconfig.vim. (Samy Mahmoudi)
@justinmk
Copy link
Member

Thanks for the help!

We don't want to fork the Vim runtime plugins in most cases (especially syntax plugins), unless there's a very good reason. Because if Vim changes something in the same file, it takes time to figure out the differences.

Please send this change to the maintainer, listed at the top of the file.

@justinmk justinmk closed this Jul 28, 2018
@samy-mahmoudi
Copy link
Author

samy-mahmoudi commented Jul 28, 2018

Hello Justin,

Thank you for your responsiveness. I was kind of expecting such an answer because I noticed vim-patch:8.0.* within the commits of neovim/neovim.

I contacted the proper maintainer since then.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants