summaryrefslogtreecommitdiffstatshomepage
path: root/runtime/syntax/wget2.vim
AgeCommit message (Collapse)AuthorFiles
2026-01-08vim-patch:e7bb907: runtime(wget): Update syntax fileszeertzjq1
Update to versions Wget 1.25.0 and Wget2 2.2.1. closes: vim/vim#19122 https://github.com/vim/vim/commit/e7bb907c249a5fac089f8db530ece973a402ab9f Co-authored-by: Doug Kearns <dougkearns@gmail.com>
2023-11-09vim-patch:d56f15caf602Christian Clason1
runtime(wget): Update for Wget2 2.1.0 (vim/vim#13497) https://github.com/vim/vim/commit/d56f15caf602a061f5f9f0a3c6a4537ab2dc6acc Co-authored-by: dkearns <dougkearns@gmail.com>
2022-05-08vim-patch:partial:d899e5112079 (#18474)Sean Dewar1
Update runtime files https://github.com/vim/vim/commit/d899e51120798d3fb5420abb1f19dddf3f014d05 - Skip vimhelp.vim stuff (syntax/help.vim, syntax.txt; v8.2.4891). - Skip :let heredoc eval stuff (eval.txt; v8.2.4770). - Skip uk.cp1251.po. - Skip `*hl-CurSearch*` change (syntax.txt): - Vim's CurSearch works differently (Nvim's uses current cursor pos). Dunno know how applicable the redrawing comment is to Nvim... - Might be preferred to move it under `*hl-Search*` like Vim?