summaryrefslogtreecommitdiff
path: root/src/macros.h
AgeCommit message (Collapse)Author
2015-12-31patch 7.4.1008Bram Moolenaar
Problem: The OS/2 code pollutes the source while nobody uses it these days. Solution: Drop the support for OS/2.
2015-09-15patch 7.4.866Bram Moolenaar
Problem: Crash when changing the 'tags' option from a remote command. (Benjamin Fritz) Solution: Instead of executing messages immediately, use a queue, like for netbeans. (James Kolb)
2015-09-09patch 7.4.863Bram Moolenaar
Problem: plines_nofill() used without the diff feature. Solution: Define PLINES_NOFILL().
2015-07-10patch 7.4.774Bram Moolenaar
Problem: When using the CompleteDone autocommand event it's difficult to get to the completed items. Solution: Add the v:completed_items variable. (Shougo Matsu)
2014-11-05updated for version 7.4.502Bram Moolenaar
Problem: Language mapping also applies to mapped characters. Solution: Add the 'langnoremap' option, when on 'langmap' does not apply to mapped characters. (Christian Brabandt)
2014-05-13updated for version 7.4.295Bram Moolenaar
Problem: Various typos, bad white space and unclear comments. Solution: Fix typos. Improve white space. Update comments.
2013-06-12updated for version 7.3.1175Bram Moolenaar
Problem: Using isalpha() and isalnum() can be slow. Solution: Use range checks. (Mike Williams)
2013-06-12updated for version 7.3.1171Bram Moolenaar
Problem: Check for digits and ascii letters can be faster. Solution: Use a trick with one comparison. (Dominique Pelle)
2013-06-08updated for version 7.3.1149Bram Moolenaar
Problem: New regexp engine: Matching plain text could be faster. Solution: Detect a plain text match and handle it specifically. Add vim_regfree().
2012-07-19updated for version 7.3.606Bram Moolenaar
Problem: CTRL-P completion has a problem with multi-byte characters. Solution: Check for next character being NUL properly. (Yasuhiro Matsumoto)
2010-09-21updated for version 7.3.008Bram Moolenaar
Problem: 'cursorbind' is kept in places where 'scrollbind' is reset. Solution: Reset 'cursorbind'.
2010-07-17Whitespace cleanup.Bram Moolenaar
2010-06-01Made crypt/decrypt faster.Bram Moolenaar
2009-11-03updated for version 7.2-269Bram Moolenaar
2009-05-17updated for version 7.2-180Bram Moolenaar
2009-02-21updated for version 7.2-109Bram Moolenaar
2007-08-15updated for version 7.1-079Bram Moolenaar
2007-05-10updated for version 7.1bBram Moolenaar
2006-09-05updated for version 7.0-087Bram Moolenaar
2006-03-01updated for version 7.0211Bram Moolenaar
2005-08-23updated for version 7.0135Bram Moolenaar
2005-08-10updated for version 7.0127Bram Moolenaar
2005-08-01updated for version 7.0121Bram Moolenaar
2005-06-30updated for version 7.0098Bram Moolenaar
2005-06-14updated for version 7.0085Bram Moolenaar
2005-04-15updated for version 7.0066Bram Moolenaar
2005-01-25updated for version 7.0044Bram Moolenaar
2005-01-14updated for version 7.0038Bram Moolenaar
2004-12-19updated for version 7.0023Bram Moolenaar
2004-07-29updated for version 7.0013Bram Moolenaar
2004-07-03updated for version 7.0005Bram Moolenaar
2004-06-13updated for version 7.0001Bram Moolenaar