summaryrefslogtreecommitdiffstats
path: root/runtime/plugin/matchparen.vim
AgeCommit message (Collapse)Author
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>
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-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-02-27Update runtime filesBram 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-08-24Update runtime filesBram Moolenaar
2021-04-17Update runtime files.Bram Moolenaar
2021-04-07Update runtime filesBram Moolenaar
2020-06-21Update runtime filesBram Moolenaar
2019-11-02Update 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".
2017-11-02Long overdue runtime update.Bram Moolenaar
2016-02-20Updated runtime files.Bram Moolenaar
2016-02-15Update runtime files.Bram Moolenaar
2015-12-31patch 7.4.1015v7.4.1015Bram Moolenaar
Problem: The column is not restored properly when the matchparen plugin is used in Insert mode and the cursor is after the end of the line. Solution: Set the curswant flag. (Christian Brabandt). Also fix highlighting the match of the character before the cursor.
2015-12-29Updated runtime files.Bram Moolenaar
2014-08-06updated for version 7.4.397v7.4.397Bram Moolenaar
Problem: Matchparen only uses the topmost syntax item. Solution: Go through the syntax stack to find items. (James McCoy) Also use getcurpos() when possible.
2014-07-19Update runtime files. Make matchparen plugin backwards compatible.Bram Moolenaar
Add json filetype.
2014-07-10Updated runtime files.Bram Moolenaar
2014-06-17updated for version 7.4.330v7.4.330Bram Moolenaar
Problem: Using a regexp pattern to highlight a specific position can be slow. Solution: Add matchaddpos() to highlight specific positions efficiently. (Alexey Radkov)
2013-05-17Update runtime files.Bram Moolenaar
2013-05-06updated for version 7.3.925v7.3.925Bram Moolenaar
Problem: Typos in source files. Solution: Fix the typos. (Ken Takata)
2013-03-19updated for version 7.3.872v7.3.872Bram Moolenaar
Problem: On some systems case of file names is always ignored, on others never. Solution: Add the 'fileignorecase' option to control this at runtime. Implies 'wildignorecase'.
2013-03-19updated for version 7.3.867v7.3.867Bram Moolenaar
Problem: Matchparen does not update match when using auto-indenting. (Marc Aldorasi) Solution: Add the TextChanged and TextChangedI autocommand events.
2011-09-14Updated runtime files.Bram Moolenaar
2010-12-10Update runtime files.Bram Moolenaar
2010-01-06Update runtime files.Bram Moolenaar
2008-03-09updated for version 7.1-269v7.1.269Bram Moolenaar
2008-01-06updated for version 7.1-211v7.1.211Bram Moolenaar
2007-08-18updated for version 7.1-082v7.1.082Bram Moolenaar
2007-08-02updated for version 7.1-048v7.1.048Bram Moolenaar
2007-05-06updated for version 7.1aBram Moolenaar
2006-09-09updated for version 7.0-093v7.0.093Bram Moolenaar
2006-08-08updated for version 7.0-046v7.0.046Bram Moolenaar
2006-05-13updated for version 7.0-012v7.0.012Bram Moolenaar
2006-04-27updated for version 7.0f03Bram Moolenaar
2006-04-05updated for version 7.0c10v7.0c10Bram Moolenaar
2006-03-29updated for version 7.0c03v7.0c03Bram Moolenaar
2006-03-14updated for version 7.0224Bram Moolenaar
2006-03-04updated for version 7.0214Bram Moolenaar
2006-03-03updated for version 7.0213Bram Moolenaar
2006-03-02updated for version 7.0212Bram Moolenaar
2006-03-01updated for version 7.0211Bram Moolenaar
2006-02-27updated for version 7.0209v7.0209Bram Moolenaar