https://github.com/vim/vim/pull/19636
(3 files)
—
Reply to this email directly, view it on GitHub.
You are receiving this because you are subscribed to this thread.![]()
ping @Jakuje
—
Reply to this email directly, view it on GitHub.
You are receiving this because you are subscribed to this thread.![]()
@Jakuje approved this pull request.
otherwise lgtm
In runtime/syntax/sshdconfig.vim:
> +syn keyword sshdconfigIPQoS ef le +syn keyword sshdconfigIPQoSDeprecated lowdelay throughput reliability
My manual page has:
Accepted values are af11, af12, af13, af21, af22, af23, af31, af32, af33, af41, af42, af43, cs0, cs1, cs2, cs3, cs4, cs5, cs6, cs7, ef, le, lowdelay, throughput, reliability, a numeric value, or none to use the operating system default.
I think having the none listed too would be helpful.
—
Reply to this email directly, view it on GitHub, or unsubscribe.
You are receiving this because you are subscribed to this thread.![]()
@e-kwsm commented on this pull request.
In runtime/syntax/sshdconfig.vim:
> +syn keyword sshdconfigIPQoS ef le +syn keyword sshdconfigIPQoSDeprecated lowdelay throughput reliability
none is already highlighted as bool:
https://github.com/vim/vim/blob/2ca96b09d751c35189dd587d9b201e2aeb5559c0/runtime/syntax/sshdconfig.vim#L35
—
Reply to this email directly, view it on GitHub, or unsubscribe.
You are receiving this because you are subscribed to this thread.![]()