summaryrefslogtreecommitdiff
path: root/src/structs.h
Commit message (Expand)AuthorAgeFilesLines
* patch 8.1.1457: cannot reuse a buffer when loading a screen dumpv8.1.1457Bram Moolenaar2019-06-031-0/+2
* patch 8.1.1453: popup window "moved" property not implemented yetv8.1.1453Bram Moolenaar2019-06-021-0/+6
* patch 8.1.1449: popup text truncated at end of screenv8.1.1449Bram Moolenaar2019-06-021-4/+5
* patch 8.1.1446: popup window callback not implemented yetv8.1.1446Bram Moolenaar2019-06-011-0/+1
* patch 8.1.1445: popup window border highlight not implemented yetv8.1.1445Bram Moolenaar2019-06-011-0/+2
* patch 8.1.1443: popup window padding and border not implemented yetv8.1.1443Bram Moolenaar2019-06-011-0/+2
* patch 8.1.1441: popup window filter not yet implementedv8.1.1441Bram Moolenaar2019-06-011-0/+1
* patch 8.1.1437: code to handle callbacks is duplicatedv8.1.1437Bram Moolenaar2019-06-011-36/+33
* patch 8.1.1429: "pos" option of popup window not supported yetv8.1.1429Bram Moolenaar2019-05-301-1/+11
* patch 8.1.1421: drawing "~" line in popup windowv8.1.1421Bram Moolenaar2019-05-301-0/+2
* patch 8.1.1413: error when the drive of the swap file was disconnectedv8.1.1413Bram Moolenaar2019-05-271-20/+22
* patch 8.1.1410: popup_move() is not implemented yetv8.1.1410Bram Moolenaar2019-05-271-0/+4
* patch 8.1.1406: popup_hide() and popup_show() not implemented yetv8.1.1406Bram Moolenaar2019-05-261-0/+1
* patch 8.1.1403: cannot build without the timer featurev8.1.1403Bram Moolenaar2019-05-261-0/+2
* patch 8.1.1402: "timer" option of popup windows not supportedv8.1.1402Bram Moolenaar2019-05-261-18/+19
* patch 8.1.1391: no popup window supportv8.1.1391Bram Moolenaar2019-05-251-24/+34
* patch 8.1.1335: listener callback is called after inserting textv8.1.1335Bram Moolenaar2019-05-161-0/+1
* patch 8.1.1320: it is not possible to track changes to a bufferv8.1.1320Bram Moolenaar2019-05-111-0/+15
* patch 8.1.1310: named function arguments are never optionalv8.1.1310Bram Moolenaar2019-05-091-30/+31
* patch 8.1.1291: not easy to change directory and restorev8.1.1291Bram Moolenaar2019-05-071-0/+7
* patch 8.1.1276: cannot combine text properties with syntax highlightingv8.1.1276Bram Moolenaar2019-05-051-0/+1
* patch 8.1.1228: not possible to process tags with a functionv8.1.1228Bram Moolenaar2019-04-281-4/+18
* patch 8.1.1218: cannot set a directory for a tab pagev8.1.1218Bram Moolenaar2019-04-271-0/+3
* patch 8.1.1210: support for user commands is spread outv8.1.1210Bram Moolenaar2019-04-271-4/+2
* patch 8.1.1205: a BufReadPre autocommand may cause the cursor to movev8.1.1205Bram Moolenaar2019-04-251-0/+12
* patch 8.1.1116: cannot enforce a Vim script stylev8.1.1116Bram Moolenaar2019-04-041-0/+1
* patch 8.1.1076: file for Insert mode is much too bigv8.1.1076Bram Moolenaar2019-03-301-25/+15
* patch 8.1.0992: a :normal command resets the reg_executing() resultv8.1.0992Bram Moolenaar2019-03-041-11/+12
* patch 8.1.0941: macros for MS-Windows are inconsistentv8.1.0941Bram Moolenaar2019-02-171-8/+8
* patch 8.1.0932: Farsi support is outdated and unusedv8.1.0932Bram Moolenaar2019-02-161-4/+0
* patch 8.1.0880: MS-Windows: inconsistent selection of winpty/conptyv8.1.0880Bram Moolenaar2019-02-081-4/+5
* patch 8.1.0870: Vim doesn't use the new ConPTY support in Windows 10v8.1.0870Bram Moolenaar2019-02-031-6/+12
* patch 8.1.0864: cannot have a local value for 'scrolloff' and 'sidescrolloff'v8.1.0864Bram Moolenaar2019-01-311-0/+2
* patch 8.1.0863: cannot see what signal caused a job to endv8.1.0863Bram Moolenaar2019-01-311-1/+4
* patch 8.1.0826: too many #ifdefsv8.1.0826Bram Moolenaar2019-01-261-15/+6
* patch 8.1.0811: too many #ifdefsv8.1.0811Bram Moolenaar2019-01-241-14/+2
* patch 8.1.0810: too many #ifdefsv8.1.0810Bram Moolenaar2019-01-241-16/+0
* patch 8.1.0773: not all crypt code is testedv8.1.0773Bram Moolenaar2019-01-181-0/+4
* 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