Age | Commit message (Collapse) | Author | |
---|---|---|---|
2015-12-31 | patch 7.4.1008 | Bram Moolenaar | |
Problem: The OS/2 code pollutes the source while nobody uses it these days. Solution: Drop the support for OS/2. | |||
2015-09-15 | patch 7.4.866 | Bram 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-09 | patch 7.4.863 | Bram Moolenaar | |
Problem: plines_nofill() used without the diff feature. Solution: Define PLINES_NOFILL(). | |||
2015-07-10 | patch 7.4.774 | Bram 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-05 | updated for version 7.4.502 | Bram 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-13 | updated for version 7.4.295 | Bram Moolenaar | |
Problem: Various typos, bad white space and unclear comments. Solution: Fix typos. Improve white space. Update comments. | |||
2013-06-12 | updated for version 7.3.1175 | Bram Moolenaar | |
Problem: Using isalpha() and isalnum() can be slow. Solution: Use range checks. (Mike Williams) | |||
2013-06-12 | updated for version 7.3.1171 | Bram Moolenaar | |
Problem: Check for digits and ascii letters can be faster. Solution: Use a trick with one comparison. (Dominique Pelle) | |||
2013-06-08 | updated for version 7.3.1149 | Bram 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-19 | updated for version 7.3.606 | Bram Moolenaar | |
Problem: CTRL-P completion has a problem with multi-byte characters. Solution: Check for next character being NUL properly. (Yasuhiro Matsumoto) | |||
2010-09-21 | updated for version 7.3.008 | Bram Moolenaar | |
Problem: 'cursorbind' is kept in places where 'scrollbind' is reset. Solution: Reset 'cursorbind'. | |||
2010-07-17 | Whitespace cleanup. | Bram Moolenaar | |
2010-06-01 | Made crypt/decrypt faster. | Bram Moolenaar | |
2009-11-03 | updated for version 7.2-269 | Bram Moolenaar | |
2009-05-17 | updated for version 7.2-180 | Bram Moolenaar | |
2009-02-21 | updated for version 7.2-109 | Bram Moolenaar | |
2007-08-15 | updated for version 7.1-079 | Bram Moolenaar | |
2007-05-10 | updated for version 7.1b | Bram Moolenaar | |
2006-09-05 | updated for version 7.0-087 | Bram Moolenaar | |
2006-03-01 | updated for version 7.0211 | Bram Moolenaar | |
2005-08-23 | updated for version 7.0135 | Bram Moolenaar | |
2005-08-10 | updated for version 7.0127 | Bram Moolenaar | |
2005-08-01 | updated for version 7.0121 | Bram Moolenaar | |
2005-06-30 | updated for version 7.0098 | Bram Moolenaar | |
2005-06-14 | updated for version 7.0085 | Bram Moolenaar | |
2005-04-15 | updated for version 7.0066 | Bram Moolenaar | |
2005-01-25 | updated for version 7.0044 | Bram Moolenaar | |
2005-01-14 | updated for version 7.0038 | Bram Moolenaar | |
2004-12-19 | updated for version 7.0023 | Bram Moolenaar | |
2004-07-29 | updated for version 7.0013 | Bram Moolenaar | |
2004-07-03 | updated for version 7.0005 | Bram Moolenaar | |
2004-06-13 | updated for version 7.0001 | Bram Moolenaar | |