summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* 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
* patch 8.2.3755: Coverity warns for using a buffer in another scopev8.2.3755Bram Moolenaar2021-12-072-3/+4
* patch 8.2.3754: undesired changing of the indent of the first formatted linev8.2.3754Bram Moolenaar2021-12-063-8/+42
* Add Huntr badge.Bram Moolenaar2021-12-061-1/+1
* patch 8.2.3753: Vim9: function unreferenced while called is never deletedv8.2.3753Bram Moolenaar2021-12-064-3/+7
* patch 8.2.3752: build error when using Photon GUIv8.2.3752h-east2021-12-062-4/+6
* patch 8.2.3751: cannot assign a lambda to an option that takes a functionv8.2.3751Yegappan Lakshmanan2021-12-0618-85/+344
* patch 8.2.3750: error messages are everywherev8.2.3750Bram Moolenaar2021-12-0518-36/+65
* Update runtime filesBram Moolenaar2021-12-0527-113/+223
* patch 8.2.3749: error messages are everywherev8.2.3749Bram Moolenaar2021-12-0511-33/+57
* patch 8.2.3748: giving an error for an empty sign argument breaks a pluginv8.2.3748Bram Moolenaar2021-12-054-37/+2
* patch 8.2.3747: cannot remove highlight from an existing signv8.2.3747Bram Moolenaar2021-12-053-10/+56
* patch 8.2.3746: cannot disassemble function starting with "debug" or "profile"v8.2.3746Bram Moolenaar2021-12-053-2/+39
* patch 8.2.3745: autochdir test fails without the +channel featurev8.2.3745Dominique Pelle2021-12-052-1/+2
* patch 8.2.3744: E854 is not tested; some spelling suggestions are not testedv8.2.3744Dominique Pelle2021-12-053-0/+13
* patch 8.2.3743: ":sign" can add a highlight group without a namev8.2.3743Bram Moolenaar2021-12-054-0/+34
* patch 8.2.3742: dec mouse test fails without gnome terminfo entryv8.2.3742Dominique Pelle2021-12-053-3/+9
* patch 8.2.3741: using freed memory in open commandv8.2.3741Bram Moolenaar2021-12-053-3/+22
* patch 8.2.3740: memory left allocated on exit when using Tclv8.2.3740Bram Moolenaar2021-12-054-0/+14
* patch 8.2.3739: in wrong directory when using win_execute() with 'acd' setv8.2.3739Bram Moolenaar2021-12-043-0/+36
* patch 8.2.3738: screen is cleared when a FocusLost autocommand triggersv8.2.3738Bram Moolenaar2021-12-042-1/+4
* patch 8.2.3737: test fails without the 'autochdir' optionv8.2.3737Dominique Pelle2021-12-042-0/+4
* patch 8.2.3736: test fails without the channel featurev8.2.3736Bram Moolenaar2021-12-042-1/+7