summaryrefslogtreecommitdiff
path: root/src/vim.h
Commit message (Expand)AuthorAgeFilesLines
* patch 8.1.1359: text property wrong after :substitute with backslashv8.1.1359Bram Moolenaar2019-05-191-0/+4
* patch 8.1.1306: Borland support is outdated and doesn't workv8.1.1306Bram Moolenaar2019-05-091-30/+0
* patch 8.1.1228: not possible to process tags with a functionv8.1.1228Bram Moolenaar2019-04-281-10/+11
* patch 8.1.1138: plugins don't get notified when the popup menu changesv8.1.1138Bram Moolenaar2019-04-081-0/+1
* patch 8.1.1103: MS-Windows: old API calls are no longer neededv8.1.1103Bram Moolenaar2019-04-021-2/+1
* patch 8.1.0953: a very long file is truncated at 2^31 linesv8.1.0953Bram Moolenaar2019-02-191-10/+10
* patch 8.1.0949: MS-windows defines GUI macros different than other systemsv8.1.0949Bram Moolenaar2019-02-181-3/+0
* patch 8.1.0941: macros for MS-Windows are inconsistentv8.1.0941Bram Moolenaar2019-02-171-29/+26
* patch 8.1.0918: MS-Windows: startup messages are not convertedv8.1.0918Bram Moolenaar2019-02-141-1/+1
* patch 8.1.0866: build file dependencies are outdatedv8.1.0866Bram Moolenaar2019-02-011-3/+6
* patch 8.1.0826: too many #ifdefsv8.1.0826Bram Moolenaar2019-01-261-6/+0
* patch 8.1.0818: MS-Windows: cannot send large data with ch_sendraw()v8.1.0818Bram Moolenaar2019-01-241-0/+4
* patch 8.1.0812: Unicode 16 feature is not usefulv8.1.0812Bram Moolenaar2019-01-241-8/+2
* patch 8.1.0811: too many #ifdefsv8.1.0811Bram Moolenaar2019-01-241-9/+9
* patch 8.1.0810: too many #ifdefsv8.1.0810Bram Moolenaar2019-01-241-72/+39
* patch 8.1.0779: argument for message functions is inconsistentv8.1.0779Bram Moolenaar2019-01-191-7/+0
* patch 8.1.0770: inconsistent use of ELAPSED_FUNCv8.1.0770Bram Moolenaar2019-01-171-11/+9
* patch 8.1.0766: various problems when using Vim on VMSv8.1.0766Bram Moolenaar2019-01-171-0/+11
* patch 8.1.0763: nobody is using the Sun Workshop supportv8.1.0763Bram Moolenaar2019-01-171-12/+0
* patch 8.1.0743: giving error messages is not flexiblev8.1.0743Bram Moolenaar2019-01-131-10/+2
* patch 8.1.0735: cannot handle binary datav8.1.0735Bram Moolenaar2019-01-121-7/+9
* patch 8.1.0729: there is a SourcePre autocommand event but not a SourcePostv8.1.0729Bram Moolenaar2019-01-121-0/+1
* patch 8.1.0528: various typos in commentsv8.1.0528Bram Moolenaar2018-11-161-1/+1
* patch 8.1.0466: autocmd test failsv8.1.0466Bram Moolenaar2018-10-071-0/+7
* patch 8.1.0405: too many #ifdefs for GTKv8.1.0405Bram Moolenaar2018-09-181-0/+49
* patch 8.1.0397: no event triggered after updating diffsv8.1.0397Bram Moolenaar2018-09-161-98/+99
* patch 8.1.0380: "make proto" doesn't work wellv8.1.0380Bram Moolenaar2018-09-131-4/+1
* patch 8.1.0368: GTK code has too many #ifdefs and GTK 2.10 building failsv8.1.0368Bram Moolenaar2018-09-111-1/+7
* patch 8.1.0306: plural messages are not translated properlyv8.1.0306Bram Moolenaar2018-08-211-0/+4
* patch 8.1.0268: file type checking has too many #ifdefv8.1.0268Bram Moolenaar2018-08-111-10/+52
* patch 8.1.0254: cannot build on MS-Windows; unused macro HAVE_HANDLE_DROPv8.1.0254Bram Moolenaar2018-08-071-7/+0
* patch 8.1.0253: saving and restoring window title does not always workv8.1.0253Bram Moolenaar2018-08-071-0/+12
* patch 8.1.0226: too many #ifdefsv8.1.0226Bram Moolenaar2018-07-291-4/+2
* patch 8.1.0098: segfault when pattern with \z() is very slowv8.1.0098Bram Moolenaar2018-06-231-0/+1
* patch 8.0.1777: cannot cleanup before loading another colorschemev8.0.1777Bram Moolenaar2018-04-301-0/+1
* patch 8.0.1773: dialog messages are not translatedv8.0.1773Bram Moolenaar2018-04-291-6/+6
* patch 8.0.1768: SET_NO_HLSEARCH() used in a wrong wayv8.0.1768Bram Moolenaar2018-04-271-6/+0
* patch 8.0.1749: VMS: 100% CPU use, redefining mch_open() failsv8.0.1749Bram Moolenaar2018-04-231-2/+3
* patch 8.0.1681: the format attribute fails with MinGWv8.0.1681Bram Moolenaar2018-04-101-0/+4
* patch 8.0.1677: no compiler warning for wrong format in vim_snprintf()v8.0.1677Bram Moolenaar2018-04-081-7/+0
* patch 8.0.1676: no compiler warning for wrong printf formatv8.0.1676Bram Moolenaar2018-04-081-0/+7
* patch 8.0.1649: no completion for argument list commandsv8.0.1649Bram Moolenaar2018-03-291-0/+1
* patch 8.0.1609: shell commands in the GUI use a dumb terminalv8.0.1609Bram Moolenaar2018-03-161-0/+5
* patch 8.0.1597: autocommand events are not sortedv8.0.1597Bram Moolenaar2018-03-111-37/+36
* patch 8.0.1596: no autocommand specifically for opening a terminal windowv8.0.1596Bram Moolenaar2018-03-111-0/+1
* patch 8.0.1595: no autocommand triggered before exitingv8.0.1595Bram Moolenaar2018-03-111-0/+1
* patch 8.0.1586: imactivatefunc does not work on non-GUI Macv8.0.1586Bram Moolenaar2018-03-061-2/+1
* patch 8.0.1581: cannot build Win32 GUI without +evalv8.0.1581Bram Moolenaar2018-03-061-3/+9
* patch 8.0.1567: cannot build Win32 GUI without IMEv8.0.1567Bram Moolenaar2018-03-041-7/+5
* patch 8.0.1565: can't build Mac version without GUIv8.0.1565Bram Moolenaar2018-03-041-4/+7