Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | patch 8.0.1496: clearing a pointer takes two linesv8.0.1496 | Bram Moolenaar | 2018-02-10 | 1 | -8/+2 |
| | | | | | | Problem: Clearing a pointer takes two lines. Solution: Add VIM_CLEAR() and replace vim_clear(). (Hirohito Higashi, closes #2629) | ||||
* | patch 8.0.1316: build still still fails on Macv8.0.1316 | Bram Moolenaar | 2017-11-18 | 1 | -1/+0 |
| | | | | | Problem: Build still still fails on Mac. (chdiza) Solution: Remove another bogus typedef. | ||||
* | patch 7.4.2293v7.4.2293 | Bram Moolenaar | 2016-08-29 | 1 | -1/+1 |
| | | | | | Problem: Modelines in source code are inconsistant. Solution: Use the same line in most files. Add 'noet'. (Naruhiko Nishino) | ||||
* | patch 7.4.2285v7.4.2285 | Bram Moolenaar | 2016-08-28 | 1 | -1/+1 |
| | | | | | Problem: Generated files are outdated. Solution: Generate the files. Avoid errors when generating prototypes. | ||||
* | patch 7.4.1213v7.4.1213 | Bram Moolenaar | 2016-01-30 | 1 | -46/+47 |
| | | | | | | Problem: Using old style function declarations. Solution: Change to new style function declarations. (script by Hirohito Higashi) | ||||
* | patch 7.4.1202v7.4.1202 | Bram Moolenaar | 2016-01-29 | 1 | -1/+2 |
| | | | | | | Problem: Still one more file still using __ARGS. Solution: Remove __ARGS in the last file. (script by Hirohito Higashi) (closes #612) | ||||
* | patch 7.4.1199v7.4.1199 | Bram Moolenaar | 2016-01-29 | 1 | -2/+2 |
| | | | | | Problem: Still using __ARGS. Solution: Remove __ARGS in several files. (script by Hirohito Higashi) | ||||
* | updated for version 7.3.342v7.3.342 | Bram Moolenaar | 2011-10-20 | 1 | -1/+1 |
| | | | | | Problem: Code not in Vim style. Solution: Fix the style. (Elias Diem) | ||||
* | updated for version 7.3.219v7.3.219 | Bram Moolenaar | 2011-06-13 | 1 | -0/+2 |
| | | | | | Problem: Can't compile with GTK on Mac. Solution: Add some #ifdef trickery. (Ben Schmidt) | ||||
* | Add clipboard support in Mac console. (Bjorn Winckler) | Bram Moolenaar | 2010-07-14 | 1 | -0/+5 |
| | |||||
* | updated for version 7.2a | Bram Moolenaar | 2008-06-24 | 1 | -4/+30 |
| | |||||
* | updated for version 7.1b | Bram Moolenaar | 2007-05-10 | 1 | -1/+1 |
| | |||||
* | updated for version 7.0225 | Bram Moolenaar | 2006-03-15 | 1 | -4/+11 |
| | |||||
* | updated for version 7.0139v7.0139 | Bram Moolenaar | 2005-08-30 | 1 | -15/+4 |
| | |||||
* | updated for version 7.0127v7.0127 | Bram Moolenaar | 2005-08-10 | 1 | -1/+1 |
| | |||||
* | updated for version 7.0055v7.0055 | Bram Moolenaar | 2005-03-04 | 1 | -1/+7 |
| | |||||
* | updated for version 7.0051 | Bram Moolenaar | 2005-02-22 | 1 | -0/+323 |
| | |||||
* | updated for version 7.0012v7.0012 | Bram Moolenaar | 2004-07-26 | 1 | -0/+3 |
| | |||||
* | updated for version 7.0010v7.0010 | Bram Moolenaar | 2004-07-18 | 1 | -0/+230 |