summaryrefslogtreecommitdiff
path: root/runtime/plugin/matchparen.vim
Commit message (Collapse)AuthorAgeFilesLines
* Update runtime filesBram Moolenaar2023-02-271-2/+3
|
* Update runtime filesBram Moolenaar2022-12-061-1/+1
|
* patch 9.0.0969: matchparen highlight is not updated when switching buffersv9.0.0969Bram Moolenaar2022-11-281-3/+3
| | | | | | Problem: Matchparen highlight is not updated when switching buffers. Solution: Listen to the BufLeave and the BufWinEnter autocmd events. (closes #11626)
* Update runtime filesBram Moolenaar2022-08-241-3/+2
|
* Update runtime files.Bram Moolenaar2021-04-171-2/+2
|
* Update runtime filesBram Moolenaar2021-04-071-3/+4
|
* Update runtime filesBram Moolenaar2020-06-211-5/+11
|
* Update runtime files.Bram Moolenaar2019-11-021-6/+6
|
* patch 8.1.0143: matchit and matchparen don't handle E363v8.1.0143Bram Moolenaar2018-07-031-12/+22
| | | | | Problem: Matchit and matchparen don't handle E363. Solution: Catch the E363 error. (Christian Brabandt)
* Updated runtime and language files.Bram Moolenaar2018-07-031-1/+1
|
* patch 8.1.0115: the matchparen plugin may throw an errorv8.1.0115Bram Moolenaar2018-06-251-1/+1
| | | | | Problem: The matchparen plugin may throw an error. Solution: Change the skip argument from zero to "0".
* Long overdue runtime update.Bram Moolenaar2017-11-021-4/+18
|
* Updated runtime files.Bram Moolenaar2016-02-201-2/+1
|
* Update runtime files.Bram Moolenaar2016-02-151-1/+2
|
* patch 7.4.1015v7.4.1015Bram Moolenaar2015-12-311-2/+2
| | | | | | | 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.
* Updated runtime files.Bram Moolenaar2015-12-291-3/+8
|
* updated for version 7.4.397v7.4.397Bram Moolenaar2014-08-061-3/+10
| | | | | | Problem: Matchparen only uses the topmost syntax item. Solution: Go through the syntax stack to find items. (James McCoy) Also use getcurpos() when possible.
* Update runtime files. Make matchparen plugin backwards compatible.Bram Moolenaar2014-07-191-3/+13
| | | | Add json filetype.
* Updated runtime files.Bram Moolenaar2014-07-101-5/+6
|
* updated for version 7.4.330v7.4.330Bram Moolenaar2014-06-171-5/+9
| | | | | | | Problem: Using a regexp pattern to highlight a specific position can be slow. Solution: Add matchaddpos() to highlight specific positions efficiently. (Alexey Radkov)
* Update runtime files.Bram Moolenaar2013-05-171-4/+16
|
* updated for version 7.3.925v7.3.925Bram Moolenaar2013-05-061-1/+1
| | | | | Problem: Typos in source files. Solution: Fix the typos. (Ken Takata)
* updated for version 7.3.872v7.3.872Bram Moolenaar2013-03-191-1/+1
| | | | | | | 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'.
* updated for version 7.3.867v7.3.867Bram Moolenaar2013-03-191-0/+3
| | | | | | Problem: Matchparen does not update match when using auto-indenting. (Marc Aldorasi) Solution: Add the TextChanged and TextChangedI autocommand events.
* Updated runtime files.Bram Moolenaar2011-09-141-2/+2
|
* Update runtime files.Bram Moolenaar2010-12-101-2/+3
|
* Update runtime files.Bram Moolenaar2010-01-061-3/+4
|
* updated for version 7.1-269v7.1.269Bram Moolenaar2008-03-091-30/+42
|
* updated for version 7.1-211v7.1.211Bram Moolenaar2008-01-061-2/+7
|
* updated for version 7.1-082v7.1.082Bram Moolenaar2007-08-181-4/+5
|
* updated for version 7.1-048v7.1.048Bram Moolenaar2007-08-021-6/+18
|
* updated for version 7.1aBram Moolenaar2007-05-061-1/+1
|
* updated for version 7.0-093v7.0.093Bram Moolenaar2006-09-091-2/+2
|
* updated for version 7.0-046v7.0.046Bram Moolenaar2006-08-081-2/+2
|
* updated for version 7.0-012v7.0.012Bram Moolenaar2006-05-131-3/+3
|
* updated for version 7.0f03Bram Moolenaar2006-04-271-6/+8
|
* updated for version 7.0c10v7.0c10Bram Moolenaar2006-04-051-14/+16
|
* updated for version 7.0c03v7.0c03Bram Moolenaar2006-03-291-1/+8
|
* updated for version 7.0224Bram Moolenaar2006-03-141-1/+6
|
* updated for version 7.0214Bram Moolenaar2006-03-041-1/+6
|
* updated for version 7.0213Bram Moolenaar2006-03-031-2/+2
|
* updated for version 7.0212Bram Moolenaar2006-03-021-14/+4
|
* updated for version 7.0211Bram Moolenaar2006-03-011-4/+7
|
* updated for version 7.0209v7.0209Bram Moolenaar2006-02-271-0/+106