summaryrefslogtreecommitdiffstats
path: root/src
AgeCommit message (Expand)Author
2021-12-13patch 8.2.3800: when cross compiling the output of "uname" cannot be setv8.2.3800Bram Moolenaar
2021-12-13patch 8.2.3799: edit test hangs or failsv8.2.3799Bram Moolenaar
2021-12-13patch 8.2.3798: a :def callback function postpones an error messagev8.2.3798Bram Moolenaar
2021-12-13patch 8.2.3797: no good reason to limit the message history in tiny versionv8.2.3797Bram Moolenaar
2021-12-13patch 8.2.3796: the funcexe_T struct members are not named consistentlyv8.2.3796Bram Moolenaar
2021-12-13patch 8.2.3795: too many #ifdefsv8.2.3795Bram Moolenaar
2021-12-13patch 8.2.3794: Vim9: cannot find script-local func using "s:"v8.2.3794Bram Moolenaar
2021-12-12patch 8.2.3793: using "g:Func" as a funcref does not work in script contextv8.2.3793Bram Moolenaar
2021-12-12patch 8.2.3792: setting *func options insufficiently testedv8.2.3792Yegappan Lakshmanan
2021-12-12patch 8.2.3791: build error with +cindent but without +smartindentv8.2.3791Bram Moolenaar
2021-12-12patch 8.2.3790: test for term_gettitle() fails in some environmentsv8.2.3790Bram Moolenaar
2021-12-12patch 8.2.3789: Test_window_minimal_size can fail on a slow machinev8.2.3789ichizok
2021-12-12patch 8.2.3788: lambda for option that is a function may be freedv8.2.3788Yegappan Lakshmanan
2021-12-12patch 8.2.3787: no proper formatting of a C line comment after a statementv8.2.3787Bram Moolenaar
2021-12-11patch 8.2.3786: test fails because of using Vim9 syntax in legacy functionv8.2.3786Bram Moolenaar
2021-12-11patch 8.2.3785: running CI on MacOS with gcc is not usefulv8.2.3785ichizok
2021-12-11patch 8.2.3784: the help for options is outdatedv8.2.3784Bram Moolenaar
2021-12-11patch 8.2.3783: confusing error for using a variable as a functionv8.2.3783Bram Moolenaar
2021-12-11patch 8.2.3782: Vim9: no error if a function shadows a script variablev8.2.3782Bram Moolenaar
2021-12-11patch 8.2.3781: the option window script is outdatedv8.2.3781Bram Moolenaar
2021-12-11patch 8.2.3780: ":cd" works differently on MS-Windowsv8.2.3780Bakudankun
2021-12-10patch 8.2.3779: using freed memory when defining a user command recursivelyv8.2.3779Bram Moolenaar
2021-12-10patch 8.2.3778: lambda debug test fails in some configurationsv8.2.3778Bram Moolenaar
2021-12-10patch 8.2.3777: spell file write error not checkedv8.2.3777=?UTF-8?q?Bj=C3=B6rn=20Linse?=
2021-12-10patch 8.2.3776: when a tags file line is long a tag may not be foundv8.2.3776Bram Moolenaar
2021-12-10patch 8.2.3775: Vim9: lambda compiled without outer context when debuggingv8.2.3775Bram Moolenaar
2021-12-10patch 8.2.3774: test for command line height failsv8.2.3774Bram Moolenaar
2021-12-10patch 8.2.3773: wrong window size when a modeline changes 'columns'v8.2.3773Bram Moolenaar
2021-12-10patch 8.2.3772: timer info test fails on slow machinev8.2.3772Bram Moolenaar
2021-12-10patch 8.2.3771: Vim9: accessing freed memory when checking typev8.2.3771Bram Moolenaar
2021-12-09patch 8.2.3770: new compiler warnings from clang-12 and clang-13v8.2.3770ichizok
2021-12-09patch 8.2.3769: zig files are not recognizedv8.2.3769Gregory Anders
2021-12-09patch 8.2.3768: timer_info() has the wrong repeat value in a timer callbackv8.2.3768Bram Moolenaar
2021-12-09patch 8.2.3767: crash when using NULL partialv8.2.3767Bram Moolenaar
2021-12-09patch 8.2.3766: converting a funcref to a string leaves out "g:"v8.2.3766Bram Moolenaar
2021-12-09patch 8.2.3765: Vim9: cannot use a lambda for 'opfunc' and othersv8.2.3765Bram Moolenaar
2021-12-09patch 8.2.3764: cannot see any text when window was made zero linesv8.2.3764Bram Moolenaar
2021-12-09patch 8.2.3763: when editing the cmdline a callback may cause a scroll upv8.2.3763Bram Moolenaar
2021-12-09patch 8.2.3762: if quickfix buffer is wiped out getqflist() still returns itv8.2.3762Yegappan Lakshmanan
2021-12-08patch 8.2.3761: focus change is not passed on to a terminal windowv8.2.3761Bram Moolenaar
2021-12-08patch 8.2.3760: not automatically handling gnome terminal mouse like xtermv8.2.3760Bram Moolenaar
2021-12-08patch 8.2.3759: quickfix buffer becomes hidden while still in a windowv8.2.3759Yegappan Lakshmanan
2021-12-08patch 8.2.3758: options that take a function insufficiently testedv8.2.3758Yegappan Lakshmanan
2021-12-07patch 8.2.3757: an overlong highlight group name is silently truncatedv8.2.3757erw7
2021-12-07patch 8.2.3756: might crash when callback is not validv8.2.3756Yegappan Lakshmanan
2021-12-07patch 8.2.3755: Coverity warns for using a buffer in another scopev8.2.3755Bram Moolenaar
2021-12-06patch 8.2.3754: undesired changing of the indent of the first formatted linev8.2.3754Bram Moolenaar
2021-12-06patch 8.2.3753: Vim9: function unreferenced while called is never deletedv8.2.3753Bram Moolenaar
2021-12-06patch 8.2.3752: build error when using Photon GUIv8.2.3752h-east
2021-12-06patch 8.2.3751: cannot assign a lambda to an option that takes a functionv8.2.3751Yegappan Lakshmanan