zeertzjq
957eb1fde0
vim-patch:3697c6b: runtime(ssh): ignore case in 'keywordprg', update syntax script ( #38277 )
...
- ftplugin(sshdconfig): use "-I" for 'keywordprg' to search
case-insensitive in the man page
- syntax(sshdconfig,sshconfig): Mark "lowdelay", "throughput", and
"reliability" as deprecated for IPQoS, highlighting them as
errors/warnings to reflect OpenSSH 10.1p1 release
Reference:
https://www.openssh.org/releasenotes.html#10.1p1
closes : vim/vim#19636
https://github.com/vim/vim/commit/3697c6b020e6b5899a13e7c7cb105708ba2eb9d9
Co-authored-by: Eisuke Kawashima <e-kwsm@users.noreply.github.com >
2026-03-12 23:45:04 +00:00
zeertzjq
1f7432a272
vim-patch:714671d: runtime(misc): use :hor :term to ensure new term window is split horizontally ( #35064 )
...
Problem: :term splits new window above in vim, but in nvim it change
the buffer for current window
Solution: :hor term to ensure consistent splitting for Vim and Neovim
closes : vim/vim#17822
https://github.com/vim/vim/commit/714671de3538266233d3411e0e375dba7d83005c
Co-authored-by: phanium <91544758+phanen@users.noreply.github.com >
2025-07-25 18:44:56 +08:00
Christian Clason
b40b22f426
vim-patch:f86568f: runtime(misc): simplify keywordprg in various ftplugins
...
closes : vim/vim#15696
https://github.com/vim/vim/commit/f86568f91848ece0c5da2178881b3ed858dae799
Co-authored-by: Konfekt <Konfekt@users.noreply.github.com >
2024-09-21 11:25:41 +02:00
Christian Clason
e5855697e9
vim-patch:1e33cd72b60a
...
runtime: make command name for &iskeywordprg more unique (vim/vim#13297 )
See https://github.com/vim/vim/pull/13213/commits by @dkearns:
Rename 'keywordprg' user command to ShKeywordPrg as this is just a
leaking implementation detail.
https://github.com/vim/vim/commit/1e33cd72b60a119a038952bb658862d038602f76
Co-authored-by: Enno <Konfekt@users.noreply.github.com >
2023-10-08 23:31:49 +02:00
Christian Clason
b2c3e9c72e
vim-patch:9d8ef7cc4340
...
runtime: cleanup :Sman command via the undo_ftplugin mechanism (vim/vim#12967 )
Regards to @dkearns as noticed in
https://github.com/vim/vim/commit/2ac708b548660b232a32c52d89bde3d8596646c0
https://github.com/vim/vim/commit/9d8ef7cc434076dfda62ca3d3101eaae52e316cd
Co-authored-by: Enno <Konfekt@users.noreply.github.com >
2023-08-30 18:46:52 +02:00
Christian Clason
e2c10dea19
vim-patch:2f25e40b1f54
...
runtime: configure keywordpg for some file types (vim/vim#5566 )
https://github.com/vim/vim/commit/2f25e40b1f545f4aa38377f0c25effb112b5d1ef
Co-authored-by: Enno <Konfekt@users.noreply.github.com >
2023-08-24 11:33:06 +09:00
Justin M. Keyes
93fb7383a3
vim-patch:214641f77df6
...
Runtime file updates.
https://github.com/vim/vim/commit/214641f77df6f318a4b3a0b09723c19859a103f4
N/A:
vim-patch:26a280c47a1c
2017-11-06 05:26:16 +01:00
Justin M. Keyes
a98a6996c2
re-integrate runtime/ vim-patch:0 #938
...
Vim runtime files based on 7.4.384 / hg changeset 7090d7f160f7
Excluding:
Amiga icons (*.info, icons/)
doc/hangulin.txt
tutor/
spell/
lang/ (only used for menu translations)
macros/maze/, macros/hanoi/, macros/life/, macros/urm/
These were used to test vi compatibility.
termcap
"Demonstration of a termcap file (for the Amiga and Archimedes)"
Helped-by: Rich Wareham <rjw57@cam.ac.uk >
Helped-by: John <john.schmidt.h@gmail.com >
Helped-by: Yann <yann@yann-salaun.com >
Helped-by: Christophe Badoit <c.badoit@lesiteimmo.com >
Helped-by: drasill <github@tof2k.com >
Helped-by: Tae Sandoval Murgan <taecilla@gmail.com >
Helped-by: Lowe Thiderman <lowe.thiderman@gmail.com >
2014-07-29 02:12:31 +00:00