summaryrefslogtreecommitdiffstatshomepage
path: root/runtime/ftplugin/zsh.vim
AgeCommit message (Collapse)AuthorFiles
2026-01-08vim-patch:c45e16a: runtime(zsh): Update runtime fileszeertzjq1
closes: vim/vim#19113 https://github.com/vim/vim/commit/c45e16a939b5d924d13bf234a5905b5b599884fc Co-authored-by: Christian Brabandt <cb@256bit.org>
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>
2024-09-21vim-patch:41c7bba: runtime(zsh,sh): set and unset compiler in ftpluginChristian Clason1
closes: vim/vim#15699 https://github.com/vim/vim/commit/41c7bbaf8f567d3a19ab2a6191ec9937fb890220 Co-authored-by: Konfekt <Konfekt@users.noreply.github.com>
2024-05-07vim-patch:8d8cb45756cb (#28657)zeertzjq1
runtime(sh,zsh): clear $MANPAGER in ftplugin before shelling out Say you use Vim and set MANPAGER='vim -M +MANPAGER --not-a-term -'; then :{Zs,S}hKeywordPrg (or K) will crap out and spew terminal garbage into less when bash's "help" fails. This was introduced by 2f25e40b1 (runtime: configure keywordpg for some file types (vim/vim#5566), 2023-08-23) and may be present in other files touched by that commit. Make the "man" invocation sensible by unsetting MANPAGER in the environment. Note that changing MANPAGER for `:terminal` is not needed; Vim within Vim is perfectly fine. closes: vim/vim#14679 https://github.com/vim/vim/commit/8d8cb45756cb7e6fda17013b8347be3a11b29610 Co-authored-by: D. Ben Knoble <ben.knoble+github@gmail.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>
2022-09-10vim-patch:71b6d3397649 (#20144)Christian Clason1
Update runtime files https://github.com/vim/vim/commit/71b6d3397649fed68ef587aa863fcbdf5fdb057a
2021-12-26vim-patch:partial fa3b72348d88 (#16780)Christian Clason1
Update runtime files https://github.com/vim/vim/commit/fa3b72348d88343390fbe212cfc230fec1602fc2 omit doc/eval.txt (needs 8.2.3864) doc/map.txt (needs 8.2.3619) menu.vim (needs 8.2.0413)
2021-01-30runtime/zsh: 23515b4ef7580af8b9d3b964a558ab2007cacda5Saad Parwaiz1
port zsh ftplugin only.
2021-01-30runtime/zsh: b17893aa940dc7d45421f875f5d90855880aad27Saad Parwaiz1
port zsh ftplugin only
2018-10-12vim-patch:2f0584910c0eBruno Michel1
Update runtime files https://github.com/vim/vim/commit/2f0584910c0ea93966dfa7b3b0272dfb16ea6f91
2017-11-07vim-patch:f55e4c867f77Justin M. Keyes1
Updated runtime files https://github.com/vim/vim/commit/f55e4c867f774d1f27973d06b07b97c0a4d6b968
2015-11-08vim-patch:f2571c6Marco Hinz1
Update runtime files. References #3625.
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>