Age | Commit message (Collapse) | Author | |
---|---|---|---|
2016-01-30 | patch 7.4.1213 | Bram Moolenaar | |
Problem: Using old style function declarations. Solution: Change to new style function declarations. (script by Hirohito Higashi) | |||
2016-01-29 | patch 7.4.1199 | Bram Moolenaar | |
Problem: Still using __ARGS. Solution: Remove __ARGS in several files. (script by Hirohito Higashi) | |||
2015-03-21 | updated for version 7.4.672 | Bram Moolenaar | |
Problem: When completing a shell command, directories in the current directory are not listed. Solution: When "." is not in $PATH also look in the current directory for directories. | |||
2014-04-01 | updated for version 7.4.235 | Bram Moolenaar | |
Problem: It is not easy to get the full path of a command. Solution: Add the exepath() function. | |||
2013-05-06 | updated for version 7.3.925 | Bram Moolenaar | |
Problem: Typos in source files. Solution: Fix the typos. (Ken Takata) | |||
2012-11-20 | updated for version 7.3.719 | Bram Moolenaar | |
Problem: Cannot run new version of cproto, it fails on missing include files. Solution: Add lots of #ifndef PROTO | |||
2012-06-29 | updated for version 7.3.577 | Bram Moolenaar | |
Problem: Size of memory does not fit in 32 bit unsigned. Solution: Use Kbyte instead of byte. Call GlobalMemoryStatusEx() instead of GlobalMemoryStatus() when available. | |||
2011-10-20 | updated for version 7.3.342 | Bram Moolenaar | |
Problem: Code not in Vim style. Solution: Fix the style. (Elias Diem) | |||
2008-06-24 | updated for version 7.2a | Bram Moolenaar | |
2007-05-10 | updated for version 7.1b | Bram Moolenaar | |
2006-11-01 | updated for version 7.0-156 | Bram Moolenaar | |
2006-09-14 | updated for version 7.0-108 | Bram Moolenaar | |
2006-03-07 | updated for version 7.0217 | Bram Moolenaar | |
2005-12-18 | updated for version 7.0173 | Bram Moolenaar | |
2005-07-18 | updated for version 7.0109 | Bram Moolenaar | |
2005-06-27 | updated for version 7.0095 | Bram Moolenaar | |
2005-03-15 | updated for version 7.0060 | Bram Moolenaar | |
2004-12-19 | updated for version 7.0023 | Bram Moolenaar | |
2004-06-13 | updated for version 7.0001 | Bram Moolenaar | |