Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | patch 8.2.1049: Vim9: leaking memory when using continuation linev8.2.1049 | Bram Moolenaar | 2020-06-24 | 1 | -1/+1 |
| | | | | | | Problem: Vim9: leaking memory when using continuation line. Solution: Keep a pointer to the continuation line in evalarg_T. Centralize checking for a next command. | ||||
* | patch 8.1.2145: cannot map <C-H> when modifyOtherKeys is enabledv8.1.2145 | Bram Moolenaar | 2019-10-13 | 1 | -1/+1 |
| | | | | | | Problem: Cannot map <C-H> when modifyOtherKeys is enabled. Solution: Add the <C-H> mapping twice, both with modifier and as 0x08. Use only the first one when modifyOtherKeys has been detected. | ||||
* | patch 8.1.1393: unnecessary type castsv8.1.1393 | Bram Moolenaar | 2019-05-25 | 1 | -1/+1 |
| | | | | | Problem: Unnecessary type casts. Solution: Remove type casts from alloc() and lalloc() calls. (Mike Williams) | ||||
* | patch 8.1.1306: Borland support is outdated and doesn't workv8.1.1306 | Bram Moolenaar | 2019-05-09 | 1 | -10/+0 |
| | | | | | | Problem: Borland support is outdated and doesn't work. Solution: Remove Borland support, there are other (free) compilers available. (Thomas Dziedzic, Ken Takata, closes #4364) | ||||
* | patch 8.1.0949: MS-windows defines GUI macros different than other systemsv8.1.0949 | Bram Moolenaar | 2019-02-18 | 1 | -1/+1 |
| | | | | | Problem: MS-windows defines GUI macros different than other systems. Solution: Swap FEAT_GUI and FEAT_GUI_MSWIN. (Hirohito Higashi, closes #3996) | ||||
* | patch 8.1.0941: macros for MS-Windows are inconsistentv8.1.0941 | Bram Moolenaar | 2019-02-17 | 1 | -1/+1 |
| | | | | | | | Problem: Macros for MS-Windows are inconsistent, using "32", "3264 and others. Solution: Use MSWIN for all MS-Windows builds. Use FEAT_GUI_MSWIN for the GUI build. (Hirohito Higashi, closes #3932) | ||||
* | patch 8.1.0178: warning for passing pointer to non-pointer argumentv8.1.0178 | Bram Moolenaar | 2018-07-11 | 1 | -1/+1 |
| | | | | | Problem: Warning for passing pointer to non-pointer argument. Solution: Use zero instead of NULL. | ||||
* | 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.1610v7.4.1610 | Bram Moolenaar | 2016-03-19 | 1 | -2/+8 |
| | | | | | Problem: Compiler warnings for non-virtual destructor. Solution: Mark the classe final. (Ken Takata) | ||||
* | patch 7.4.1442v7.4.1442 | Bram Moolenaar | 2016-02-27 | 1 | -1/+2 |
| | | | | | Problem: MS-Windows: more compilation warnings for destructor. Solution: Add "virtual". (Ken Takata) | ||||
* | updated for version 7.3.925v7.3.925 | Bram Moolenaar | 2013-05-06 | 1 | -3/+3 |
| | | | | | Problem: Typos in source files. Solution: Fix the typos. (Ken Takata) | ||||
* | Take OLE registration back to 32 bit registry, the unregister wasn't working | Bram Moolenaar | 2010-08-02 | 1 | -12/+3 |
| | | | | for the 64 registry. | ||||
* | Workaround for missing RegDeleteKeyEx() method. | Bram Moolenaar | 2010-08-02 | 1 | -0/+1 |
| | |||||
* | Define the WOW64 key when needed. | Bram Moolenaar | 2010-08-01 | 1 | -0/+8 |
| | |||||
* | Add the WOW64 flag back to OLE registration. (untested) | Bram Moolenaar | 2010-08-01 | 1 | -3/+3 |
| | |||||
* | Fix that uninstaller isn't found on 64-bit Windows. | Bram Moolenaar | 2010-07-31 | 1 | -11/+4 |
| | |||||
* | Possibly make OLE work on Windows 64 bit. (untested) | Bram Moolenaar | 2010-07-31 | 1 | -2/+11 |
| | |||||
* | Fix definition of UINT_PTR for 64 bit systems. | Bram Moolenaar | 2010-05-26 | 1 | -1/+2 |
| | |||||
* | updated for version 7.2-089v7.2.089 | Bram Moolenaar | 2009-01-28 | 1 | -2/+6 |
| | |||||
* | updated for version 7.1-282v7.1.282 | Bram Moolenaar | 2008-03-16 | 1 | -3/+9 |
| | |||||
* | updated for version 7.0-057v7.0.057 | Bram Moolenaar | 2006-08-16 | 1 | -1/+10 |
| | |||||
* | updated for version 7.0-045v7.0.045 | Bram Moolenaar | 2006-08-08 | 1 | -1/+4 |
| | |||||
* | updated for version 7.0g02 | Bram Moolenaar | 2006-05-03 | 1 | -1/+1 |
| | |||||
* | updated for version 7.0216v7.0216 | Bram Moolenaar | 2006-03-06 | 1 | -1/+1 |
| | |||||
* | updated for version 7.0101v7.0101 | Bram Moolenaar | 2005-07-03 | 1 | -1/+1 |
| | |||||
* | updated for version 7.0099 | Bram Moolenaar | 2005-07-01 | 1 | -16/+17 |
| | |||||
* | updated for version 7.0084 | Bram Moolenaar | 2005-06-13 | 1 | -0/+2 |
| | |||||
* | updated for version 7.0001v7.0001 | Bram Moolenaar | 2004-06-13 | 1 | -0/+778 |