summaryrefslogtreecommitdiffstatshomepage
path: root/runtime/ftplugin/sshconfig.vim
AgeCommit message (Collapse)AuthorFiles
2026-03-12vim-patch:3697c6b: runtime(ssh): ignore case in 'keywordprg', update syntax ↵zeertzjq1
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>
2025-07-25vim-patch:714671d: runtime(misc): use :hor :term to ensure new term window ↵zeertzjq1
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>
2024-09-21vim-patch:f86568f: runtime(misc): simplify keywordprg in various ftpluginsChristian Clason1
closes: vim/vim#15696 https://github.com/vim/vim/commit/f86568f91848ece0c5da2178881b3ed858dae799 Co-authored-by: Konfekt <Konfekt@users.noreply.github.com>
2023-10-08vim-patch:1e33cd72b60aChristian Clason1
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-08-30vim-patch:9d8ef7cc4340Christian Clason1
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-24vim-patch:2f25e40b1f54Christian Clason1
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>
2017-11-06vim-patch:214641f77df6Justin M. Keyes1
Runtime file updates. https://github.com/vim/vim/commit/214641f77df6f318a4b3a0b09723c19859a103f4 N/A: vim-patch:26a280c47a1c
2014-07-29re-integrate runtime/ vim-patch:0 #938Justin M. Keyes1
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>