summaryrefslogtreecommitdiffstats
path: root/runtime/plugin
AgeCommit message (Collapse)Author
2024-05-18runtime(matchparen): fix :NoMatchParen not working (#14797)zeertzjq
fixes: neovim/neovim#28828 Signed-off-by: zeertzjq <zeertzjq@outlook.com> Signed-off-by: Christian Brabandt <cb@256bit.org>
2024-05-08runtime(netrw): Remove and cleanup Win9x legacy from netrwNir Lichtman
closes: #14732 Signed-off-by: Nir Lichtman <nir@lichtman.org> Signed-off-by: Christian Brabandt <cb@256bit.org>
2024-03-11patch 9.1.0167: Changing buffer in another window causes it to show matchparenv9.1.0167zeertzjq
Problem: Changing buffer in another window using win_execute() causes it to show matchparen (after 9.0.0969). Solution: Delay highlighting with SafeState in BufWinEnter. (zeertzjq) closes: #14177 Signed-off-by: zeertzjq <zeertzjq@outlook.com> Signed-off-by: Christian Brabandt <cb@256bit.org>
2024-02-19runtime(misc): announce adoption of various runtime filesChristian Brabandt
Signed-off-by: Christian Brabandt <cb@256bit.org>
2024-01-08runtime(tar): fix a few problems with the tar pluginChristian Brabandt
From: #138331: - Updating .tar.zst files was broken. Fixes #12639. - Extracting files from .tar.zst / .tzs files was also broken and works now. From: #12637: - Fixes variable assignment and typo From: #8109: - Rename .tzs to the more standard .tzst fixes: #12639 fixes: #8105 closes: #8109 closes: #12637 closes: #13831 Co-authored-by: Martin Rys <martin@rys.pw> Co-authored-by: Eisuke Kawashima <e-kwsm@users.noreply.github.com> Co-authored-by: Carlo Teubner <carlo@cteubner.net> Signed-off-by: Christian Brabandt <cb@256bit.org>
2023-11-12patch 9.0.2102: matchparen highlight not cleared in completion modev9.0.2102Christian Brabandt
Problem: matchparen highlight not cleared in completion mode Solution: Clear matchparen highlighting in completion mode Remove hard-coded hack in insexpand.c to clear the :3match before displaying the completion menu. Add a test for matchparen highlighting. While at it, move all test tests related to the matchparen plugin into a separate test file. closes: #13493 closes: #13524 Signed-off-by: Christian Brabandt <cb@256bit.org>
2023-10-21matchparen: do not use hard-coded match id (#13393)Christian Brabandt
* matchparen: do not use hard-coded match id Instead of using the hard-coded match id 3, which may also be used by other plugins, let the matchparen plugin use whatever ids are automatically returned when calling matchaddpos(). For backwards-compatibility, keep the `:3match` call, which will still use the hard-coded id 3 (as mentioned in :h :3match). closes: #13381 Signed-off-by: Christian Brabandt <cb@256bit.org>
2023-09-08runtime(tohtml): Update TOhtml to version 9.0v2 (#13050)fritzophrenic
Modified behavior: - Change default value of g:html_use_input_for_pc from "fallback" to "none". This means with default settings, only the standards-based method to make special text unselectable is used. The old method relying on unspecified browser behavior for <input> tags is now only used if a user specifically enables it. - Officially deprecate g:use_xhtml option (in favor of g:html_use_xhtml) by issuing a warning message when used. Bugfixes: - Fix issue #8547: LineNr and other special highlight groups did not get proper style rules defined when using "hi link". - Fix that diff filler was not properly added for deleted lines at the end of a buffer. Other: - Refactored function definitions from long lists of strings to use :let-heredoc variable assignment instead. - Corrected deprecated "." string concatenation operator to ".." operator in more places. Signed-off-by: Christian Brabandt <cb@256bit.org>
2023-08-27patch 9.0.1797: Vimball/Visual Basic filetype detection conflictv9.0.1797Doug Kearns
Problem: Vimball/Visual Basic filetype detection conflict Solution: runtime(vb): Improve Vimball and Visual Basic detection logic Only run Vimball Archiver's BufEnter autocommand on Vimball archives. Fixes #2694. closes: #12899 Signed-off-by: Christian Brabandt <cb@256bit.org> Co-authored-by: Doug Kearns <dougkearns@gmail.com>
2023-08-13Farewell to Bram and dedicate upcoming Vim 9.1 to him (#12749)Christian Brabandt
* Dedicate upcoming Vim 9.1 to Bram Also replace in a few more places Brams email address and mention new maintainers. * Remove Bram from any Maintainer role * runtime: Align Header * it's mailing list not mailinglist
2023-08-09Manpager: apply g flag conditionally to s command (#12679)Filip Gospodinov
Problem: The `s` command with `g` flag only substitutes one occurrence when `gdefault` is set. Solution: Use `g` flag conditionally.
2023-05-14Update runtime filesBram Moolenaar
2023-04-22Update runtime filesBram Moolenaar
2023-02-27Update runtime filesBram Moolenaar
2023-02-02Update runtime files.Bram Moolenaar
2022-12-06Update runtime filesBram Moolenaar
2022-11-28patch 9.0.0969: matchparen highlight is not updated when switching buffersv9.0.0969Bram Moolenaar
Problem: Matchparen highlight is not updated when switching buffers. Solution: Listen to the BufLeave and the BufWinEnter autocmd events. (closes #11626)
2022-10-28Update runtime filesBram Moolenaar
2022-10-03Update runtime filesBram Moolenaar
2022-08-24Update runtime filesBram Moolenaar
2022-06-17Update runtime filesBram Moolenaar
2022-06-06Update runtime files.Bram Moolenaar
2021-11-16Update runtime filesBram Moolenaar
2021-09-09Update runtime filesBram Moolenaar
2021-08-29Update runtime filesBram Moolenaar
2021-08-14Update runtime filesBram Moolenaar
2021-04-17Update runtime files.Bram Moolenaar
2021-04-07Update runtime filesBram Moolenaar
2020-11-29Update runtime filesBram Moolenaar
2020-10-26Update runtime files.Bram Moolenaar
2020-09-19Update runtime files.Bram Moolenaar
2020-06-21Update runtime filesBram Moolenaar
2020-05-12Update runtime filesBram Moolenaar
2020-05-07Update runtime filesBram Moolenaar
2020-01-09Update runtime files.Bram Moolenaar
2019-11-30Update runtime files.Bram Moolenaar
2019-11-17Update runtime files.Bram Moolenaar
2019-11-10Update runtime filesBram Moolenaar
2019-11-02Update runtime files.Bram Moolenaar
2019-09-20Updte runtime filesBram Moolenaar
2019-07-19Update runtime filesBram Moolenaar
2018-11-16Update runtime files.Bram Moolenaar
2018-07-21Update runtime files.Bram Moolenaar
2018-07-03patch 8.1.0143: matchit and matchparen don't handle E363v8.1.0143Bram Moolenaar
Problem: Matchit and matchparen don't handle E363. Solution: Catch the E363 error. (Christian Brabandt)
2018-07-03Updated runtime and language files.Bram Moolenaar
2018-06-25patch 8.1.0115: the matchparen plugin may throw an errorv8.1.0115Bram Moolenaar
Problem: The matchparen plugin may throw an error. Solution: Change the skip argument from zero to "0".
2018-02-09Update runtime files.Bram Moolenaar
2017-12-14move netrw back to the previous versionBram Moolenaar
2017-11-11Update runtime files.Bram Moolenaar
2017-11-05Update runtime files.Bram Moolenaar