Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | patch 8.0.0367: types in include files may be inconsistentv8.0.0367 | Bram Moolenaar | 2017-02-25 | 1 | -2/+2 |
| | | | | | | Problem: If configure defines _LARGE_FILES some include files are included before it is defined. Solution: Include vim.h first. (Sam Thursfield, closes #1508) | ||||
* | 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.1212v7.4.1212 | Bram Moolenaar | 2016-01-30 | 1 | -1/+1 |
| | | | | | Problem: Can't build with Motif. Solution: Fix function declaration.(Dominique Pelle) | ||||
* | patch 7.4.1207v7.4.1207 | Bram Moolenaar | 2016-01-30 | 1 | -221/+169 |
| | | | | | | Problem: Using old style function declarations. Solution: Change to new style function declarations. (script by Hirohito Higashi) | ||||
* | patch 7.4.1204v7.4.1204 | Bram Moolenaar | 2016-01-30 | 1 | -1/+1 |
| | | | | | Problem: Latin1 characters cause encoding conversion. Solution: Remove the characters. | ||||
* | patch 7.4.1197v7.4.1197 | Bram Moolenaar | 2016-01-29 | 1 | -32/+32 |
| | | | | | Problem: Still using __ARGS. Solution: Remove __ARGS in several files. (script by Hirohito Higashi) | ||||
* | patch 7.4.731v7.4.731 | Bram Moolenaar | 2015-06-09 | 1 | -8/+11 |
| | | | | | Problem: The tab menu shows "Close tab" even when it doesn't work. Solution: Don't show "Close tab" for the last tab. (John Marriott) | ||||
* | updated for version 7.3.1225v7.3.1225 | Bram Moolenaar | 2013-06-22 | 1 | -2/+2 |
| | | | | | Problem: Compiler warnings when building with Motif. Solution: Change set_label() argument. (Kazunobu Kuriyama) | ||||
* | updated for version 7.3.925v7.3.925 | Bram Moolenaar | 2013-05-06 | 1 | -2/+2 |
| | | | | | Problem: Typos in source files. Solution: Fix the typos. (Ken Takata) | ||||
* | updated for version 7.3.102v7.3.102 | Bram Moolenaar | 2011-01-17 | 1 | -1/+2 |
| | | | | | | | | Problem: When using ":make", typing the next command and then getting the "reload" prompt the next command is (partly) eaten by the reload prompt. Solution: Accept ':' as a special character at the reload prompt to accept the default choice and execute the command. | ||||
* | Remove unused code. | Bram Moolenaar | 2010-08-08 | 1 | -18/+0 |
| | |||||
* | Fix uninit memory read in undo code. Fix uint32_t in proto file. | Bram Moolenaar | 2010-05-24 | 1 | -1/+1 |
| | | | | A few minor changes. | ||||
* | updated for version 7.2.419v7.2.419 | Bram Moolenaar | 2010-05-13 | 1 | -0/+1 |
| | | | | | Problem: Memory leak in Motif when clicking on "Search Vim Help". Solution: Free string returned by XmTextGetString(). (Dominique Pelle) | ||||
* | updated for version 7.2-184v7.2.184 | Bram Moolenaar | 2009-05-21 | 1 | -71/+50 |
| | |||||
* | updated for version 7.1-317v7.1.317 | Bram Moolenaar | 2008-06-20 | 1 | -10/+10 |
| | |||||
* | updated for version 7.1-237v7.1.237 | Bram Moolenaar | 2008-01-22 | 1 | -1/+1 |
| | |||||
* | updated for version 7.1b | Bram Moolenaar | 2007-05-10 | 1 | -2/+2 |
| | |||||
* | updated for version 7.0gv7.0g | Bram Moolenaar | 2006-04-30 | 1 | -6/+6 |
| | |||||
* | updated for version 7.0f02v7.0f02 | Bram Moolenaar | 2006-04-27 | 1 | -5/+42 |
| | |||||
* | updated for version 7.0f01v7.0f01 | Bram Moolenaar | 2006-04-25 | 1 | -0/+2 |
| | |||||
* | updated for version 7.0e05v7.0e05 | Bram Moolenaar | 2006-04-21 | 1 | -2/+3 |
| | |||||
* | updated for version 7.0e04v7.0e04 | Bram Moolenaar | 2006-04-20 | 1 | -1/+3 |
| | |||||
* | updated for version 7.0d02v7.0d02 | Bram Moolenaar | 2006-04-12 | 1 | -1/+15 |
| | |||||
* | updated for version 7.0c13v7.0c13 | Bram Moolenaar | 2006-04-09 | 1 | -11/+98 |
| | |||||
* | updated for version 7.0c10v7.0c10 | Bram Moolenaar | 2006-04-05 | 1 | -26/+424 |
| | |||||
* | updated for version 7.0c01 | Bram Moolenaar | 2006-03-27 | 1 | -2/+2 |
| | |||||
* | updated for version 7.0109 | Bram Moolenaar | 2005-07-18 | 1 | -4/+1 |
| | |||||
* | updated for version 7.0061 | Bram Moolenaar | 2005-03-18 | 1 | -1/+1 |
| | |||||
* | updated for version 7.0049 | Bram Moolenaar | 2005-02-07 | 1 | -22/+57 |
| | |||||
* | updated for version 7.0046 | Bram Moolenaar | 2005-01-31 | 1 | -0/+3 |
| | |||||
* | updated for version 7.0030 | Bram Moolenaar | 2005-01-04 | 1 | -1/+1 |
| | |||||
* | updated for version 7.0029 | Bram Moolenaar | 2005-01-03 | 1 | -49/+11 |
| | |||||
* | updated for version 7.0028 | Bram Moolenaar | 2005-01-02 | 1 | -70/+136 |
| | |||||
* | updated for version 7.0027 | Bram Moolenaar | 2004-12-31 | 1 | -79/+527 |
| | |||||
* | updated for version 7.0001v7.0001 | Bram Moolenaar | 2004-06-13 | 1 | -0/+3090 |