summaryrefslogtreecommitdiff
path: root/src/structs.h
Commit message (Expand)AuthorAgeFilesLines
* patch 8.0.1827: compiler warning for signed/unsigned char pointersv8.0.1827Bram Moolenaar2018-05-131-1/+1
* patch 8.0.1817: a timer may change v:count unexpectedlyv8.0.1817Bram Moolenaar2018-05-121-0/+6
* patch 8.0.1745: build failure on MS-Windowsv8.0.1745Bram Moolenaar2018-04-211-1/+1
* patch 8.0.1742: cannot get a list of all the jobsv8.0.1742Bram Moolenaar2018-04-211-4/+8
* patch 8.0.1735: flexible array member feature not supported by HP-UXv8.0.1735Bram Moolenaar2018-04-181-2/+2
* patch 8.0.1729: no comma after last enum itemv8.0.1729Bram Moolenaar2018-04-171-27/+27
* patch 8.0.1723: using one item array size declaration is misleadingv8.0.1723Bram Moolenaar2018-04-161-2/+2
* patch 8.0.1685: can't set ANSI colors of a terminal windowv8.0.1685Bram Moolenaar2018-04-101-1/+4
* patch 8.0.1593: :qall never exits with an active terminal windowv8.0.1593Bram Moolenaar2018-03-101-1/+3
* patch 8.0.1592: terminal windows in a session are not properly restoredv8.0.1592Bram Moolenaar2018-03-091-1/+3
* patch 8.0.1590: padding in list type wastes memoryv8.0.1590Bram Moolenaar2018-03-081-5/+6
* patch 8.0.1566: too many #ifdefsv8.0.1566Bram Moolenaar2018-03-041-11/+5
* patch 8.0.1564: too many #ifdefsv8.0.1564Bram Moolenaar2018-03-041-24/+4
* patch 8.0.1554: custom plugins loaded with --cleanv8.0.1554Bram Moolenaar2018-03-011-0/+1
* patch 8.0.1544: when using 'termguicolors' SpellBad doesn't showv8.0.1544Bram Moolenaar2018-02-271-0/+3
* patch 8.0.1505: debugger can't break on a conditionv8.0.1505Bram Moolenaar2018-02-111-0/+16
* patch 8.0.1494: no autocmd triggered in Insert mode with visible popup menuv8.0.1494Bram Moolenaar2018-02-101-0/+9
* patch 8.0.1493: completion items cannot be annotatedv8.0.1493Bram Moolenaar2018-02-101-5/+6
* patch 8.0.1336: cannot use imactivatefunc() unless compiled with +ximv8.0.1336Bram Moolenaar2017-11-251-6/+2
* patch 8.0.1236: Mac features are confusingv8.0.1236Bram Moolenaar2017-10-281-11/+4
* patch 8.0.1143: macros always expand to the same thingv8.0.1143Bram Moolenaar2017-09-241-2/+2
* patch 8.0.1139: using window toolbar changes statev8.0.1139Bram Moolenaar2017-09-231-0/+13
* patch 8.0.1136: W_WIDTH() is always the samev8.0.1136Bram Moolenaar2017-09-221-2/+1
* patch 8.0.1135: W_WINCOL() is always the samev8.0.1135Bram Moolenaar2017-09-221-2/+1
* patch 8.0.1123: cannot define a toolbar for a windowv8.0.1123Bram Moolenaar2017-09-171-3/+19
* patch 8.0.1118: FEAT_WINDOWS adds a lot of #ifdefsv8.0.1118Bram Moolenaar2017-09-161-25/+2
* patch 8.0.1074: ":term NONE" does not work on MS-Windowsv8.0.1074Bram Moolenaar2017-09-081-1/+5
* patch 8.0.1036: ++eof argument for terminal only available on MS-Windowsv8.0.1036Bram Moolenaar2017-09-021-2/+0
* patch 8.0.1035: sending buffer lines to terminal doesn't work on MS-Windowsv8.0.1035Bram Moolenaar2017-09-021-0/+1
* patch 8.0.1034: sending buffer lines to terminal doesn't work on MS-Windowsv8.0.1034Bram Moolenaar2017-09-021-1/+5
* patch 8.0.1000: cannot open a terminal without running a job in itv8.0.1000Bram Moolenaar2017-08-261-0/+1
* patch 8.0.0957: a terminal job can deadlock when sending many keysv8.0.0957Bram Moolenaar2017-08-181-0/+10
* patch 8.0.0934: change to struts.h missing in patchv8.0.0934Bram Moolenaar2017-08-131-0/+8
* patch 8.0.0916: cannot specify properties of window for terminal openv8.0.0916Bram Moolenaar2017-08-121-1/+3
* patch 8.0.0912: cannot run a job in a hidden terminalv8.0.0912Bram Moolenaar2017-08-121-1/+3
* patch 8.0.0910: cannot create a terminal in the current windowv8.0.0910Bram Moolenaar2017-08-111-1/+3
* patch 8.0.0908: cannot set terminal size with optionsv8.0.0908Bram Moolenaar2017-08-111-1/+5
* patch 8.0.0902: cannot specify directory or environment for a jobv8.0.0902Bram Moolenaar2017-08-111-1/+6
* patch 8.0.0896: cannot close a terminal window when the job endsv8.0.0896Bram Moolenaar2017-08-101-1/+3
* patch 8.0.0864: cannot specify the name of a terminalv8.0.0864Bram Moolenaar2017-08-051-2/+4
* patch 8.0.0846: cannot get the name of the pty of a jobv8.0.0846Bram Moolenaar2017-08-031-4/+7
* patch 8.0.0761: options not set properly for a terminal bufferv8.0.0761Bram Moolenaar2017-07-231-1/+1
* patch 8.0.0744: terminal window does not use a ptyv8.0.0744Bram Moolenaar2017-07-221-0/+1
* patch 8.0.0739: terminal resizing doesn't work well.v8.0.0739Bram Moolenaar2017-07-201-0/+6
* patch 8.0.0712: the terminal implementation is incompletev8.0.0712Bram Moolenaar2017-07-151-0/+2
* patch 8.0.0702: an error in a timer can make Vim unusablev8.0.0702Bram Moolenaar2017-07-081-0/+1
* patch 8.0.0693: no terminal emulator supportv8.0.0693Bram Moolenaar2017-07-071-0/+10
* patch 8.0.0647: syntax highlighting can make cause a freezev8.0.0647Bram Moolenaar2017-06-181-0/+3
* patch 8.0.0607: after :bwipe + :new bufref might still be validv8.0.0607Bram Moolenaar2017-06-041-1/+3
* patch 8.0.0548: saving the redo buffer only works one timev8.0.0548Bram Moolenaar2017-04-071-0/+6