summaryrefslogtreecommitdiff
path: root/src/vim.h
Commit message (Expand)AuthorAgeFilesLines
* 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
* patch 8.0.1564: too many #ifdefsv8.0.1564Bram Moolenaar2018-03-041-0/+14
* patch 8.0.1494: no autocmd triggered in Insert mode with visible popup menuv8.0.1494Bram Moolenaar2018-02-101-2/+5
* patch 8.0.1475: invalid memory access in read_redo()v8.0.1475Bram Moolenaar2018-02-061-0/+4
* patch 8.0.1459: cannot handle change of directoryv8.0.1459Bram Moolenaar2018-02-031-0/+1
* patch 8.0.1445: cannot act on edits in the command linev8.0.1445Bram Moolenaar2018-01-311-0/+1
* patch 8.0.1394: cannot intercept a yank commandv8.0.1394Bram Moolenaar2017-12-161-1/+3
* patch 8.0.1375: window size wrong after maximizing with WinBarv8.0.1375Bram Moolenaar2017-12-051-0/+2
* patch 8.0.1357: startup test fails on OpenBSDv8.0.1357Bram Moolenaar2017-11-281-1/+2
* patch 8.0.1338: USE_IM_CONTROL is confusing and incompletev8.0.1338Bram Moolenaar2017-11-251-7/+0
* patch 8.0.1336: cannot use imactivatefunc() unless compiled with +ximv8.0.1336Bram Moolenaar2017-11-251-3/+1
* patch 8.0.1334: splitting a window with a WinBar damages window layoutv8.0.1334Bram Moolenaar2017-11-251-0/+5
* patch 8.0.1321: can't build huge version with Athenav8.0.1321Bram Moolenaar2017-11-191-3/+4
* patch 8.0.1312: balloon_show() only works in terminal when compiled with GUIv8.0.1312Bram Moolenaar2017-11-181-0/+1
* patch 8.0.1310: cproto generates errors because of missing typev8.0.1310Bram Moolenaar2017-11-181-0/+5
* patch 8.0.1236: Mac features are confusingv8.0.1236Bram Moolenaar2017-10-281-35/+14
* patch 8.0.1206: no autocmd for entering or leaving the command linev8.0.1206Bram Moolenaar2017-10-191-0/+2
* patch 8.0.1194: actual fg and bg colors of terminal are unknownv8.0.1194Bram Moolenaar2017-10-141-5/+6
* patch 8.0.1143: macros always expand to the same thingv8.0.1143Bram Moolenaar2017-09-241-2/+0
* patch 8.0.1138: click in window toolbar starts Visual modev8.0.1138Bram Moolenaar2017-09-231-0/+1
* patch 8.0.1136: W_WIDTH() is always the samev8.0.1136Bram Moolenaar2017-09-221-1/+0
* patch 8.0.1135: W_WINCOL() is always the samev8.0.1135Bram Moolenaar2017-09-221-1/+0
* patch 8.0.1129: window toolbar missing a part of the patchv8.0.1129Bram Moolenaar2017-09-191-1/+5