summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* 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
* patch 8.2.0764: Vim9: assigning to option not fully testedv8.2.0764Bram Moolenaar2020-05-154-9/+14
* patch 8.2.0763: GUI test fails without the terminal featurev8.2.0763Bram Moolenaar2020-05-152-0/+3
* patch 8.2.0762: buffer is not considered modified after setting crypt keyv8.2.0762Bram Moolenaar2020-05-153-0/+31
* patch 8.2.0761: Vim9: instructions not testedv8.2.0761Bram Moolenaar2020-05-152-30/+44
* patch 8.2.0760: Vim9: dict member errors not testedv8.2.0760Bram Moolenaar2020-05-153-10/+9
* patch 8.2.0759: Vim9: missing changes for performance improvementsv8.2.0759Bram Moolenaar2020-05-152-19/+26
* patch 8.2.0758: Vim9: no test for STORELIST and STOREDICTv8.2.0758Bram Moolenaar2020-05-152-189/+263
* patch 8.2.0757: Vim9: no test for MEMBER instructionv8.2.0757Bram Moolenaar2020-05-152-92/+103
* patch 8.2.0756: MS-Windows: still a compiler warningv8.2.0756Bram Moolenaar2020-05-152-3/+6
* patch 8.2.0755: Vim9: No error when variable initializer is not a constantv8.2.0755Bram Moolenaar2020-05-154-11/+47
* patch 8.2.0754: Vim9: No test for forward declarationv8.2.0754Bram Moolenaar2020-05-142-0/+25
* patch 8.2.0753: Vim9: expressions are evaluated in the discovery phasev8.2.0753Bram Moolenaar2020-05-1412-128/+211
* patch 8.2.0752: terminal in popup window test is a bit flakyv8.2.0752Bram Moolenaar2020-05-132-1/+6
* Update version.c for missing patch numberBram Moolenaar2020-05-131-0/+2
* patch 8.2.0751: Vim9: performance can be improvedv8.2.0751Bram Moolenaar2020-05-1317-82/+92
* patch 8.2.0750: netbeans test is a bit flakyv8.2.0750Bram Moolenaar2020-05-132-5/+6
* patch 8.2.0749: TERM signal test fails on FreeBSDv8.2.0749Bram Moolenaar2020-05-132-2/+2
* patch 8.2.0748: cannot get a list of all popupsv8.2.0748Bram Moolenaar2020-05-138-3/+43
* patch 8.2.0747: cannot forcefully close all popupsv8.2.0747Bram Moolenaar2020-05-1312-56/+63
* patch 8.2.0746: popup_clear() hangs when a popup can't be closedv8.2.0746Bram Moolenaar2020-05-133-11/+19
* patch 8.2.0745: crash on exit when not all popups are closedv8.2.0745Bram Moolenaar2020-05-123-7/+11
* Update runtime filesBram Moolenaar2020-05-1255-2382/+579
* patch 8.2.0744: the name vim is not capatilized in a messagev8.2.0744Bram Moolenaar2020-05-122-1/+3
* patch 8.2.0743: can move to another buffer from a terminal in popup windowv8.2.0743Bram Moolenaar2020-05-124-0/+19
* patch 8.2.0742: handling of a TERM signal not testedv8.2.0742Bram Moolenaar2020-05-122-0/+48
* patch 8.2.0741: Python tests fail because of changed messagev8.2.0741Bram Moolenaar2020-05-123-59/+61
* patch 8.2.0740: minor message mistakesv8.2.0740Bram Moolenaar2020-05-114-17/+19
* patch 8.2.0739: incomplete profiling when exiting because of a dealy signalv8.2.0739Bram Moolenaar2020-05-114-3/+17