summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* patch 8.2.4830: possible endless loop if there is unused typaheadv8.2.4830Bram Moolenaar2022-04-262-12/+38
* patch 8.2.4829: a key may be simplified to NULv8.2.4829zeertzjq2022-04-264-2/+14
* patch 8.2.4828: fix for unmapping simplified key not fully testedv8.2.4828zeertzjq2022-04-263-1/+10
* patch 8.2.4827: typo in variable namev8.2.4827Bram Moolenaar2022-04-252-5/+7
* patch 8.2.4826: .cshtml files are not recognizedv8.2.4826jvoisin2022-04-253-0/+4
* patch 8.2.4825: can only get a list of mappingsv8.2.4825Ernie Rael2022-04-258-40/+74
* patch 8.2.4824: expression is evaluated multiple timesv8.2.4824zeertzjq2022-04-252-6/+7
* patch 8.2.4823: concat more than 2 strings in :def function is inefficientv8.2.4823LemonBoy2022-04-259-32/+100
* patch 8.2.4822: setting ufunc to NULL twicev8.2.4822LemonBoy2022-04-243-2/+5
* patch 8.2.4821: crash when imported autoload script was deletedv8.2.4821Bram Moolenaar2022-04-244-1/+25
* patch 8.2.4820: not simple programmatic way to find a specific mappingv8.2.4820Ernie Rael2022-04-247-29/+182
* patch 8.2.4819: unmapping simplified keys also deletes other mappingv8.2.4819zeertzjq2022-04-243-1/+20
* patch 8.2.4818: no test for what 8.2.4806 fixesv8.2.4818zeertzjq2022-04-242-0/+30
* patch 8.2.4817: Win32 GUI: modifiers are not always usedv8.2.4817LemonBoy2022-04-242-37/+42
* patch 8.2.4816: still using older codecov app in some places of CIv8.2.4816Philip H2022-04-242-3/+5
* patch 8.2.4815: cannot build with older GTK versionv8.2.4815Ernie Rael2022-04-232-28/+41
* patch 8.2.4814: possible to leave a popup window with win_gotoid()v8.2.4814LemonBoy2022-04-233-0/+21
* patch 8.2.4813: pasting text while indent folding may mess up foldsv8.2.4813Brandon Simmons2022-04-233-2/+25
* patch 8.2.4812: unused struct itemv8.2.4812zeertzjq2022-04-233-7/+4
* patch 8.2.4811: Win32 GUI: caps lock doesn't workv8.2.4811LemonBoy2022-04-232-0/+4
* patch 8.2.4810: missing changes in one filev8.2.4810Bram Moolenaar2022-04-232-2/+2
* patch 8.2.4809: various things no6 properly testedv8.2.4809Yegappan Lakshmanan2022-04-237-6/+121
* patch 8.2.4808: unused item in engine structv8.2.4808Bram Moolenaar2022-04-232-1/+7
* patch 8.2.4807: processing key eveints in Win32 GUI is not idealv8.2.4807LemonBoy2022-04-222-60/+85
* patch 8.2.4806: a mapping using <LeftDrag> does not start Select modev8.2.4806Bram Moolenaar2022-04-222-2/+5
* patch 8.2.4805: CurSearch used for all matches in current linev8.2.4805Bram Moolenaar2022-04-227-15/+59
* patch 8.2.4804: expression in heredoc doesn't work for compiled functionv8.2.4804Yegappan Lakshmanan2022-04-218-58/+187
* patch 8.2.4803: WinScrolled not always triggered when scrolling with mousev8.2.4803LemonBoy2022-04-213-1/+36
* patch 8.2.4802: test is not cleaned upv8.2.4802zeertzjq2022-04-212-3/+5
* patch 8.2.4801: fix for cursorbind fix not fully testedv8.2.4801Christian Brabandt2022-04-203-1/+15
* patch 8.2.4800: missing test update for adjusted t_8u behaviorv8.2.4800Bram Moolenaar2022-04-202-16/+28
* patch 8.2.4799: popup does not use correct toplinev8.2.4799LemonBoy2022-04-203-1/+16
* patch 8.2.4798: t_8u option was reset even when set by the userv8.2.4798Bram Moolenaar2022-04-202-1/+5
* patch 8.2.4797: getwininfo() may get oudated valuesv8.2.4797LemonBoy2022-04-203-0/+27
* patch 8.2.4796: file left behind after running cursorline testsv8.2.4796Bram Moolenaar2022-04-202-1/+3
* patch 8.2.4795: 'cursorbind' scrolling depends on whether 'cursorline' is setv8.2.4795Christian Brabandt2022-04-208-10/+92
* patch 8.2.4794: compiler warning for not initialized variablev8.2.4794Bram Moolenaar2022-04-202-1/+3
* patch 8.2.4793: recognizing Maxima filetype even though it might be anotherv8.2.4793Bram Moolenaar2022-04-193-5/+11
* patch 8.2.4792: indent operator creates an undo entry for every linev8.2.4792Bram Moolenaar2022-04-193-27/+56
* patch 8.2.4791: events triggered in different order when reusing bufferv8.2.4791Charlie Groves2022-04-193-20/+26
* patch 8.2.4790: lilypond filetype not recognizedv8.2.4790Bram Moolenaar2022-04-193-0/+6
* patch 8.2.4789: cursor pos wrong when using :redraw while editing the cmdlinev8.2.4789Bram Moolenaar2022-04-195-0/+44
* patch 8.2.4788: large payload for LSP message not testedv8.2.4788Yegappan Lakshmanan2022-04-194-19/+46
* patch 8.2.4787: prop_find() does not find the right propertyv8.2.4787LemonBoy2022-04-183-13/+43
* patch 8.2.4786: test for win_gotoid() in Visual mode fails on Macv8.2.4786Bram Moolenaar2022-04-182-1/+4
* patch 8.2.4785: Visual mode not stopped if win_gotoid() goes to other bufferv8.2.4785Bram Moolenaar2022-04-186-0/+91
* patch 8.2.4784: lamba test with timer is flakyv8.2.4784Bram Moolenaar2022-04-182-1/+5
* patch 8.2.4783: Coverity warns for leaking memoryv8.2.4783Bram Moolenaar2022-04-182-9/+5
* Update runtime filesBram Moolenaar2022-04-1831-3188/+4264
* patch 8.2.4782: accessing freed memoryv8.2.4782Bram Moolenaar2022-04-183-1/+20