summaryrefslogtreecommitdiff
path: root/src/structs.h
Commit message (Expand)AuthorAgeFilesLines
* patch 8.1.0743: giving error messages is not flexiblev8.1.0743Bram Moolenaar2019-01-131-3/+3
* patch 8.1.0735: cannot handle binary datav8.1.0735Bram Moolenaar2019-01-121-0/+14
* patch 8.1.0688: text properties are not restored by undov8.1.0688Bram Moolenaar2019-01-041-2/+10
* patch 8.1.0675: text property column in screen columns is not practicalv8.1.0675Bram Moolenaar2019-01-011-1/+1
* patch 8.1.0659: build failure without the sign featurev8.1.0659Bram Moolenaar2018-12-291-6/+5
* patch 8.1.0644: finding next sign ID is inefficientv8.1.0644Bram Moolenaar2018-12-271-0/+1
* patch 8.1.0638: text property highlighting is off by one columnv8.1.0638Bram Moolenaar2018-12-261-1/+1
* patch 8.1.0636: line2byte() gives wrong values with text propertiesv8.1.0636Bram Moolenaar2018-12-251-1/+2
* patch 8.1.0632: using sign group names is inefficientv8.1.0632Bram Moolenaar2018-12-241-1/+12
* patch 8.1.0630: "wincmd p" does not work after using an autocmd windowv8.1.0630Bram Moolenaar2018-12-241-0/+1
* patch 8.1.0614: placing signs can be complicatedv8.1.0614Bram Moolenaar2018-12-211-0/+5
* patch 8.1.0579: cannot attach properties to textv8.1.0579Bram Moolenaar2018-12-131-0/+39
* patch 8.1.0515: reloading a script gives errors for existing functionsv8.1.0515Bram Moolenaar2018-11-101-0/+1
* patch 8.1.0487: no menus specifically for the terminal windowv8.1.0487Bram Moolenaar2018-10-191-2/+4
* patch 8.1.0477: tiny build failsv8.1.0477Bram Moolenaar2018-10-141-0/+4
* patch 8.1.0475: memory not freed on exit when quit in autocmdv8.1.0475Bram Moolenaar2018-10-141-2/+8
* patch 8.1.0470: pointer ownership around fname_expand() is unclearv8.1.0470Bram Moolenaar2018-10-111-3/+5
* patch 8.1.0448: cursorline not removed when using 'cursorbind'v8.1.0448Bram Moolenaar2018-10-021-0/+4
* patch 8.1.0394: diffs are not always updated correctlyv8.1.0394Bram Moolenaar2018-09-161-1/+2
* patch 8.1.0384: sign ordering depends on +netbeans featurev8.1.0384Bram Moolenaar2018-09-131-2/+0
* patch 8.1.0362: cannot get the script line number when executing a functionv8.1.0362Bram Moolenaar2018-09-101-6/+19
* patch 8.1.0360: using an external diff program is slow and inflexiblev8.1.0360Bram Moolenaar2018-09-101-1/+3
* patch 8.1.0350: Vim may block on ch_sendraw()v8.1.0350Bram Moolenaar2018-09-061-0/+2
* patch 8.1.0130: ":profdel func" does not work if func was called alreadyv8.1.0130Bram Moolenaar2018-06-301-0/+1
* patch 8.1.0105: all tab stops are the samev8.1.0105Bram Moolenaar2018-06-231-0/+7
* patch 8.1.0070: missing part of the changes for prompt_setinterrupt()v8.1.0070Bram Moolenaar2018-06-171-0/+2
* patch 8.1.0035: not easy to switch between prompt buffer and other windowsv8.1.0035Bram Moolenaar2018-06-061-0/+2
* patch 8.1.0027: difficult to make a plugin that feeds a line to a jobv8.1.0027Bram Moolenaar2018-06-031-0/+5
* 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