Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | patch 8.1.0143: matchit and matchparen don't handle E363v8.1.0143 | Bram Moolenaar | 2018-07-03 | 1 | -12/+22 |
| | | | | | Problem: Matchit and matchparen don't handle E363. Solution: Catch the E363 error. (Christian Brabandt) | ||||
* | Updated runtime and language files. | Bram Moolenaar | 2018-07-03 | 1 | -1/+1 |
| | |||||
* | patch 8.1.0115: the matchparen plugin may throw an errorv8.1.0115 | Bram Moolenaar | 2018-06-25 | 1 | -1/+1 |
| | | | | | Problem: The matchparen plugin may throw an error. Solution: Change the skip argument from zero to "0". | ||||
* | Update runtime files. | Bram Moolenaar | 2018-02-09 | 1 | -20/+21 |
| | |||||
* | move netrw back to the previous version | Bram Moolenaar | 2017-12-14 | 1 | -5/+9 |
| | |||||
* | Update runtime files. | Bram Moolenaar | 2017-11-11 | 1 | -5/+5 |
| | |||||
* | Update runtime files. | Bram Moolenaar | 2017-11-05 | 1 | -9/+5 |
| | |||||
* | Long overdue runtime update. | Bram Moolenaar | 2017-11-02 | 1 | -4/+18 |
| | |||||
* | Runtime file updates. | Bram Moolenaar | 2017-03-05 | 1 | -0/+1 |
| | |||||
* | Updated runtime files. | Bram Moolenaar | 2016-11-17 | 1 | -1/+5 |
| | |||||
* | Runtime file updates. | Bram Moolenaar | 2016-10-30 | 1 | -2/+6 |
| | |||||
* | Updated runtime files. | Bram Moolenaar | 2016-09-16 | 1 | -4/+4 |
| | |||||
* | Updated runtime files. | Bram Moolenaar | 2016-05-20 | 1 | -2/+2 |
| | |||||
* | Updated runtime files. | Bram Moolenaar | 2016-05-08 | 1 | -3/+3 |
| | |||||
* | patch 7.4.1804v7.4.1804 | Bram Moolenaar | 2016-04-30 | 1 | -0/+29 |
| | | | | | Problem: Can't use Vim as MANPAGER. Solution: Add manpager.vim. (Enno Nagel, closes #491) | ||||
* | Updated runtime files. | Bram Moolenaar | 2016-04-21 | 1 | -1/+1 |
| | |||||
* | Updated runtime files. | Bram Moolenaar | 2016-04-12 | 1 | -13/+16 |
| | |||||
* | Updated runtime files. | Bram Moolenaar | 2016-04-10 | 1 | -11/+15 |
| | |||||
* | Updated runtime files. | Bram Moolenaar | 2016-02-20 | 2 | -7/+6 |
| | |||||
* | Update runtime files. | Bram Moolenaar | 2016-02-15 | 1 | -1/+2 |
| | |||||
* | patch 7.4.1015v7.4.1015 | Bram Moolenaar | 2015-12-31 | 1 | -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 Moolenaar | 2015-12-29 | 1 | -3/+8 |
| | |||||
* | Update runtime files. | Bram Moolenaar | 2015-10-30 | 1 | -13/+11 |
| | |||||
* | Update runtime files. | Bram Moolenaar | 2015-10-13 | 1 | -16/+19 |
| | |||||
* | Add the logiPat plugin to the distribution. | Bram Moolenaar | 2015-06-19 | 2 | -0/+336 |
| | |||||
* | Update runtime files. | Bram Moolenaar | 2015-01-07 | 1 | -18/+26 |
| | |||||
* | updated for version 7.4.397v7.4.397 | Bram Moolenaar | 2014-08-06 | 1 | -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 Moolenaar | 2014-07-19 | 1 | -3/+13 |
| | | | | Add json filetype. | ||||
* | Updated runtime files. | Bram Moolenaar | 2014-07-10 | 1 | -5/+6 |
| | |||||
* | updated for version 7.4.330v7.4.330 | Bram Moolenaar | 2014-06-17 | 1 | -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) | ||||
* | Runtime file updates. | Bram Moolenaar | 2014-05-22 | 1 | -1/+1 |
| | |||||
* | Updated runtime files. | Bram Moolenaar | 2014-03-22 | 1 | -8/+16 |
| | |||||
* | Updated runtime files. | Bram Moolenaar | 2014-01-23 | 2 | -32/+58 |
| | |||||
* | Updated runtime files. Fix NL translations. | Bram Moolenaar | 2013-07-09 | 1 | -3/+7 |
| | |||||
* | updated for version 7.3.1308v7.3.1308 | Bram Moolenaar | 2013-07-04 | 1 | -4/+10 |
| | | | | | Problem: Typos in MS-Windows build settings and README. Solution: Minor changes to MS-Windows files. | ||||
* | Update runtime files. Remove duplicate tags in help. | Bram Moolenaar | 2013-06-28 | 1 | -7/+6 |
| | |||||
* | Updated runtime files. New version of TOhtml plugin. | Bram Moolenaar | 2013-06-26 | 1 | -3/+9 |
| | |||||
* | Updated runtime files and translations. | Bram Moolenaar | 2013-06-01 | 1 | -76/+96 |
| | |||||
* | Updated runtime files, language files and translations. | Bram Moolenaar | 2013-05-21 | 1 | -7/+17 |
| | |||||
* | Update runtime files. | Bram Moolenaar | 2013-05-17 | 1 | -4/+16 |
| | |||||
* | updated for version 7.3.925v7.3.925 | Bram Moolenaar | 2013-05-06 | 1 | -1/+1 |
| | | | | | Problem: Typos in source files. Solution: Fix the typos. (Ken Takata) | ||||
* | Updated runtime files. | Bram Moolenaar | 2013-04-24 | 4 | -17/+17 |
| | |||||
* | updated for version 7.3.872v7.3.872 | Bram Moolenaar | 2013-03-19 | 1 | -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.867 | Bram Moolenaar | 2013-03-19 | 1 | -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 Moolenaar | 2012-11-15 | 1 | -1/+1 |
| | |||||
* | Updated runtime files. | Bram Moolenaar | 2012-07-25 | 1 | -15/+71 |
| | |||||
* | Updated runtime files. | Bram Moolenaar | 2012-04-05 | 1 | -1/+1 |
| | |||||
* | Update runtime files. | Bram Moolenaar | 2012-01-20 | 4 | -7/+7 |
| | |||||
* | Updated runtime files. | Bram Moolenaar | 2011-10-20 | 2 | -15/+10 |
| | |||||
* | Updated runtime files. | Bram Moolenaar | 2011-09-14 | 1 | -2/+2 |
| |