summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* patch 8.2.0813: libvterm code is slightly different from upstreamv8.2.0813Bram Moolenaar2020-05-2214-164/+170
* patch 8.2.0812: mapset() does not properly handle <> notationv8.2.0812Bram Moolenaar2020-05-223-2/+77
* patch 8.2.0811: terminal keycode test is flakyv8.2.0811Bram Moolenaar2020-05-222-7/+7
* patch 8.2.0810: error when appending "tagfile" to 'wildoptions'v8.2.0810Bram Moolenaar2020-05-223-1/+10
* patch 8.2.0809: build failure with small featuresv8.2.0809Bram Moolenaar2020-05-222-7/+8
* patch 8.2.0808: not enough testing for the terminal windowv8.2.0808Bram Moolenaar2020-05-224-19/+41
* patch 8.2.0807: cannot easily restore a mappingv8.2.0807Bram Moolenaar2020-05-226-61/+231
* patch 8.2.0806: using "func!" after vim9script gives confusing errorv8.2.0806Bram Moolenaar2020-05-213-1/+14
* patch 8.2.0805: terminal key codes test fails on some systemsv8.2.0805Bram Moolenaar2020-05-212-11/+36
* patch 8.2.0804: libvterm code lags behind the upstream versionv8.2.0804Bram Moolenaar2020-05-2112-187/+404
* patch 8.2.0803: libvterm code lags behind the upstream versionv8.2.0803Bram Moolenaar2020-05-208-30/+47
* patch 8.2.0802: libvterm code lags behind the upstream versionv8.2.0802Bram Moolenaar2020-05-2011-17/+90
* patch 8.2.0801: terminal test fails on Macv8.2.0801Bram Moolenaar2020-05-192-3/+19
* patch 8.2.0800: errors from failing test are unclearv8.2.0800Bram Moolenaar2020-05-193-31/+35
* patch 8.2.0799: build fails if snprintf is not availablev8.2.0799Bram Moolenaar2020-05-192-3/+5
* patch 8.2.0798: libvterm code lags behind the upstream versionv8.2.0798Bram Moolenaar2020-05-1914-312/+396
* patch 8.2.0797: MS-Windows: compiler still can't handle C99 constructv8.2.0797Bram Moolenaar2020-05-192-2/+3
* patch 8.2.0796: MS-Windows: compiler can't handle C99 construct in libvtermv8.2.0796Bram Moolenaar2020-05-182-3/+5
* patch 8.2.0795: libvterm code lags behind the upstream versionv8.2.0795Bram Moolenaar2020-05-1810-75/+153
* patch 8.2.0794: libvterm code lags behind the upstream versionv8.2.0794Bram Moolenaar2020-05-187-44/+87
* patch 8.2.0793: MS-Windows: cannot build GUI with small featuresv8.2.0793Bram Moolenaar2020-05-182-2/+5
* patch 8.2.0792: build failure with small featuresv8.2.0792Bram Moolenaar2020-05-182-0/+4
* patch 8.2.0791: a second popup window with terminal causes troublev8.2.0791Bram Moolenaar2020-05-186-12/+46
* patch 8.2.0790: Vim9: list index not well testedv8.2.0790Bram Moolenaar2020-05-182-20/+38
* patch 8.2.0789: Vim9: expression testing lost coverage using constantsv8.2.0789Bram Moolenaar2020-05-182-0/+37
* patch 8.2.0788: memory leak in libvtermv8.2.0788Bram Moolenaar2020-05-172-0/+10
* patch 8.2.0787: libvterm code lags behind the upstream versionv8.2.0787Bram Moolenaar2020-05-173-138/+166
* patch 8.2.0786: channel test is flaky on FreeBSDv8.2.0786Bram Moolenaar2020-05-173-1/+6
* patch 8.2.0785: libvterm code lags behind the upstream versionv8.2.0785Bram Moolenaar2020-05-179-13/+97
* patch 8.2.0784: libvterm code lags behind the upstream versionv8.2.0784Bram Moolenaar2020-05-176-43/+84
* patch 8.2.0783: libvterm code lags behind the upstream versionv8.2.0783Bram Moolenaar2020-05-1710-52/+67
* patch 8.2.0782: cannot build with Lua on MS-Windowsv8.2.0782Bram Moolenaar2020-05-172-0/+5
* patch 8.2.0781: compiler warning for not using value in Luav8.2.0781Bram Moolenaar2020-05-172-1/+3
* patch 8.2.0780: libvterm code lags behind the upstream versionv8.2.0780Bram Moolenaar2020-05-1714-10/+14
* patch 8.2.0779: tmode_T not used everywherev8.2.0779Bram Moolenaar2020-05-173-2/+4
* patch 8.2.0778: libvterm code lags behind the upstream versionv8.2.0778Bram Moolenaar2020-05-176-3/+161
* Update feature_request.mdBram Moolenaar2020-05-171-1/+1
* patch 8.2.0777: terminal test failsv8.2.0777Bram Moolenaar2020-05-172-4/+6
* patch 8.2.0776: libvterm code lags behind the upstream versionv8.2.0776Bram Moolenaar2020-05-177-0/+155
* patch 8.2.0775: not easy to call a Vim function from Luav8.2.0775Bram Moolenaar2020-05-174-22/+118
* patch 8.2.0774: t_TI and t_TE are output when using 'visualbell'v8.2.0774Bram Moolenaar2020-05-1714-25/+37
* patch 8.2.0773: switching to raw mode every time ":" is usedv8.2.0773Bram Moolenaar2020-05-166-8/+26
* patch 8.2.0772: Vim9: some variable initializations not testedv8.2.0772Bram Moolenaar2020-05-162-2/+33
* patch 8.2.0771: Vim9: cannot call a compiled closure from not compiled codev8.2.0771Bram Moolenaar2020-05-166-17/+34
* patch 8.2.0770: cannot map CTRL-B when using the GUIv8.2.0770Bram Moolenaar2020-05-162-4/+10
* patch 8.2.0769: VimLeavePre not triggered when Vim is terminatedv8.2.0769Bram Moolenaar2020-05-163-1/+25
* patch 8.2.0768: Vim9: memory leak in script testv8.2.0768Bram Moolenaar2020-05-162-1/+3
* patch 8.2.0767: modifyOtherKeys active when using a shell command in autocmdv8.2.0767Bram Moolenaar2020-05-162-0/+8
* patch 8.2.0766: display error when using 'number' and 'breakindent'v8.2.0766Bram Moolenaar2020-05-163-0/+55
* patch 8.2.0765: In the GUI can't use all the modifiers.v8.2.0765Bram Moolenaar2020-05-166-179/+84