summaryrefslogtreecommitdiffstats
path: root/src/eval.c
AgeCommit message (Expand)Author
2022-09-07patch 9.0.0405: arguments in a partial not used by a :def functionv9.0.0405Bram Moolenaar
2022-09-06patch 9.0.0397: :defer not tested with exceptions and ":qa!"v9.0.0397Bram Moolenaar
2022-09-03patch 9.0.0371: compiler warning for uninitialized variablev9.0.0371Bram Moolenaar
2022-09-03patch 9.0.0366: cannot use import->Func() in lambdav9.0.0366Bram Moolenaar
2022-09-02patch 9.0.0356: :echowindow sets the in_echowindow flag too earlyv9.0.0356Yasuhiro Matsumoto
2022-09-01patch 9.0.0351: message window may obscure the command linev9.0.0351Bram Moolenaar
2022-08-31patch 9.0.0340: the 'cmdheight' zero support causes too much troublev9.0.0340Bram Moolenaar
2022-08-29patch 9.0.0321: cannot use the message popup window directlyv9.0.0321Bram Moolenaar
2022-08-28patch 9.0.0307: :echomsg doesn't work properly with cmdheight=0v9.0.0307Bram Moolenaar
2022-08-24patch 9.0.0253: a symlink to an autoload script results in two entriesv9.0.0253Bram Moolenaar
2022-08-18patch 9.0.0225: using freed memory with multiple line breaks in expressionv9.0.0225Bram Moolenaar
2022-08-06patch 9.0.0156: giving E1170 only in an expression is confusingv9.0.0156Bram Moolenaar
2022-08-06patch 9.0.0150: error for using #{ in an expression is a bit confusingv9.0.0150Bram Moolenaar
2022-06-27patch 8.2.5169: nested :source may use NULL pointerv8.2.5169Bram Moolenaar
2022-06-03patch 8.2.5053: cannot have a comment halfway an expression in a blockv8.2.5053Bram Moolenaar
2022-05-30patch 8.2.5046: vim_regsub() can overwrite the destinationv8.2.5046Bram Moolenaar
2022-05-27patch 8.2.5029: "textlock" is always zerov8.2.5029zeertzjq
2022-05-22patch 8.2.5006: asan warns for undefined behaviorv8.2.5006Bram Moolenaar
2022-05-22patch 8.2.5004: right shift on negative number does not work as documentedv8.2.5004Bram Moolenaar
2022-05-22patch 8.2.5003: cannot do bitwise shiftsv8.2.5003Yegappan Lakshmanan
2022-05-10patch 8.2.4930: interpolated string expression requires escapingv8.2.4930Bram Moolenaar
2022-05-07patch 8.2.4912: using execute() to define a lambda doesn't workv8.2.4912Bram Moolenaar
2022-05-06patch 8.2.4897: comment inside an expression in lambda ignores the restv8.2.4897Bram Moolenaar
2022-05-06patch 8.2.4896: expression in command block does not look after NLv8.2.4896Bram Moolenaar
2022-05-06patch 8.2.4883: string interpolation only works in heredocv8.2.4883LemonBoy
2022-05-05patch 8.2.4869: expression in command block does not look after NLv8.2.4869Bram Moolenaar
2022-04-29patch 8.2.4847: crash when using uninitialized function pointerv8.2.4847LemonBoy
2022-04-24patch 8.2.4822: setting ufunc to NULL twicev8.2.4822LemonBoy
2022-04-24patch 8.2.4821: crash when imported autoload script was deletedv8.2.4821Bram Moolenaar
2022-04-17patch 8.2.4774: crash when using a number for lambda namev8.2.4774Bram Moolenaar
2022-04-15patch 8.2.4755: cannot use <SID>FuncRef in completion specv8.2.4755Bram Moolenaar
2022-04-15patch 8.2.4753: error from setting an option is silently ignoredv8.2.4753Bram Moolenaar
2022-04-11patch 8.2.4734: getcharpos() may change a mark positionv8.2.4734Bram Moolenaar
2022-04-04patch 8.2.4682: Vim9: can use :unlockvar for const variablev8.2.4682Bram Moolenaar
2022-04-01patch 8.2.4662: no error for using out of range list indexv8.2.4662Bram Moolenaar
2022-03-31patch 8.2.4657: errors for functions are sometimes hard to readv8.2.4657Bram Moolenaar
2022-03-25patch 8.2.4622: Vim9: crash with :execute and :finishv8.2.4622Bram Moolenaar
2022-03-19patch 8.2.4594: need to write script to a file to be able to source themv8.2.4594Yegappan Lakshmanan
2022-03-18patch 8.2.4589: cannot index the g: dictionaryv8.2.4589Bram Moolenaar
2022-03-17patch 8.2.4584: error for using autoload function in custom completionv8.2.4584Bram Moolenaar
2022-03-16patch 8.2.4582: useless code handling a type declarationv8.2.4582Bram Moolenaar
2022-03-16patch 8.2.4578: no warning when autoload script for completion has an errorv8.2.4578Bram Moolenaar
2022-03-15patch 8.2.4575: Vim9: test for profiling still failsv8.2.4575Bram Moolenaar
2022-03-13patch 8.2.4556: test fails without the +job or +channel featurev8.2.4556Bram Moolenaar
2022-03-10patch 8.2.4540: line number for error is off by onev8.2.4540Bram Moolenaar
2022-03-08patch 8.2.4526: Vim9: cannot set variables to a null valuev8.2.4526Bram Moolenaar
2022-02-13patch 8.2.4375: ctx_imports is not usedv8.2.4375Bram Moolenaar
2022-02-13patch 8.2.4367: calling in_vim9script() multiple timesv8.2.4367Bram Moolenaar
2022-02-12patch 8.2.4360: Vim9: allowing use of "s:" leads to inconsistenciesv8.2.4360Bram Moolenaar
2022-02-11patch 8.2.4348: "legacy exe cmd" does not do what one would expectv8.2.4348Bram Moolenaar