summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* patch 8.2.3803: GUI: crash with 'writedelay' set using a terminal windowv8.2.3803Bram Moolenaar2021-12-142-3/+5
* patch 8.2.3802: terminal in two windows test fails on some systemsv8.2.3802Bram Moolenaar2021-12-132-2/+6
* patch 8.2.3801: if a terminal shows in two windows, only one is redrawnv8.2.3801Bram Moolenaar2021-12-135-2/+53
* patch 8.2.3800: when cross compiling the output of "uname" cannot be setv8.2.3800Bram Moolenaar2021-12-133-44/+105
* patch 8.2.3799: edit test hangs or failsv8.2.3799Bram Moolenaar2021-12-132-1/+3
* patch 8.2.3798: a :def callback function postpones an error messagev8.2.3798Bram Moolenaar2021-12-134-10/+65
* patch 8.2.3797: no good reason to limit the message history in tiny versionv8.2.3797Bram Moolenaar2021-12-133-9/+6
* patch 8.2.3796: the funcexe_T struct members are not named consistentlyv8.2.3796Bram Moolenaar2021-12-138-84/+87
* patch 8.2.3795: too many #ifdefsv8.2.3795Bram Moolenaar2021-12-1317-122/+9
* patch 8.2.3794: Vim9: cannot find script-local func using "s:"v8.2.3794Bram Moolenaar2021-12-133-3/+18
* patch 8.2.3793: using "g:Func" as a funcref does not work in script contextv8.2.3793Bram Moolenaar2021-12-123-2/+28
* patch 8.2.3792: setting *func options insufficiently testedv8.2.3792Yegappan Lakshmanan2021-12-126-304/+386
* patch 8.2.3791: build error with +cindent but without +smartindentv8.2.3791Bram Moolenaar2021-12-122-3/+5
* patch 8.2.3790: test for term_gettitle() fails in some environmentsv8.2.3790Bram Moolenaar2021-12-122-9/+7
* patch 8.2.3789: Test_window_minimal_size can fail on a slow machinev8.2.3789ichizok2021-12-122-3/+9
* patch 8.2.3788: lambda for option that is a function may be freedv8.2.3788Yegappan Lakshmanan2021-12-1219-898/+1091
* patch 8.2.3787: no proper formatting of a C line comment after a statementv8.2.3787Bram Moolenaar2021-12-1211-24/+118
* Use text area for environment in the bug template.Bram Moolenaar2021-12-121-5/+10
* Update issue template.Bram Moolenaar2021-12-121-2/+2
* patch 8.2.3786: test fails because of using Vim9 syntax in legacy functionv8.2.3786Bram Moolenaar2021-12-112-1/+3
* patch 8.2.3785: running CI on MacOS with gcc is not usefulv8.2.3785ichizok2021-12-112-3/+6
* patch 8.2.3784: the help for options is outdatedv8.2.3784Bram Moolenaar2021-12-112-2/+18
* patch 8.2.3783: confusing error for using a variable as a functionv8.2.3783Bram Moolenaar2021-12-119-19/+51
* patch 8.2.3782: Vim9: no error if a function shadows a script variablev8.2.3782Bram Moolenaar2021-12-115-10/+46
* patch 8.2.3781: the option window script is outdatedv8.2.3781Bram Moolenaar2021-12-112-1/+3
* patch 8.2.3780: ":cd" works differently on MS-Windowsv8.2.3780Bakudankun2021-12-119-12/+49
* patch 8.2.3779: using freed memory when defining a user command recursivelyv8.2.3779Bram Moolenaar2021-12-103-2/+30
* patch 8.2.3778: lambda debug test fails in some configurationsv8.2.3778Bram Moolenaar2021-12-102-1/+8
* patch 8.2.3777: spell file write error not checkedv8.2.3777=?UTF-8?q?Bj=C3=B6rn=20Linse?=2021-12-102-8/+8
* patch 8.2.3776: when a tags file line is long a tag may not be foundv8.2.3776Bram Moolenaar2021-12-103-2/+28
* patch 8.2.3775: Vim9: lambda compiled without outer context when debuggingv8.2.3775Bram Moolenaar2021-12-103-4/+32
* patch 8.2.3774: test for command line height failsv8.2.3774Bram Moolenaar2021-12-103-28/+29
* patch 8.2.3773: wrong window size when a modeline changes 'columns'v8.2.3773Bram Moolenaar2021-12-102-13/+26
* patch 8.2.3772: timer info test fails on slow machinev8.2.3772Bram Moolenaar2021-12-102-2/+3
* patch 8.2.3771: Vim9: accessing freed memory when checking typev8.2.3771Bram Moolenaar2021-12-105-3/+49
* patch 8.2.3770: new compiler warnings from clang-12 and clang-13v8.2.3770ichizok2021-12-095-8/+29
* patch 8.2.3769: zig files are not recognizedv8.2.3769Gregory Anders2021-12-093-1/+7
* patch 8.2.3768: timer_info() has the wrong repeat value in a timer callbackv8.2.3768Bram Moolenaar2021-12-093-1/+11
* patch 8.2.3767: crash when using NULL partialv8.2.3767Bram Moolenaar2021-12-092-1/+3
* patch 8.2.3766: converting a funcref to a string leaves out "g:"v8.2.3766Bram Moolenaar2021-12-093-1/+16
* patch 8.2.3765: Vim9: cannot use a lambda for 'opfunc' and othersv8.2.3765Bram Moolenaar2021-12-096-19/+90
* patch 8.2.3764: cannot see any text when window was made zero linesv8.2.3764Bram Moolenaar2021-12-096-0/+59
* patch 8.2.3763: when editing the cmdline a callback may cause a scroll upv8.2.3763Bram Moolenaar2021-12-0916-42/+45
* patch 8.2.3762: if quickfix buffer is wiped out getqflist() still returns itv8.2.3762Yegappan Lakshmanan2021-12-093-3/+17
* patch 8.2.3761: focus change is not passed on to a terminal windowv8.2.3761Bram Moolenaar2021-12-087-8/+86
* patch 8.2.3760: not automatically handling gnome terminal mouse like xtermv8.2.3760Bram Moolenaar2021-12-082-0/+3
* patch 8.2.3759: quickfix buffer becomes hidden while still in a windowv8.2.3759Yegappan Lakshmanan2021-12-084-10/+50
* patch 8.2.3758: options that take a function insufficiently testedv8.2.3758Yegappan Lakshmanan2021-12-084-400/+483
* patch 8.2.3757: an overlong highlight group name is silently truncatedv8.2.3757erw72021-12-074-2/+14
* patch 8.2.3756: might crash when callback is not validv8.2.3756Yegappan Lakshmanan2021-12-079-8/+59