summaryrefslogtreecommitdiff
path: root/src/eval.c
Commit message (Expand)AuthorAgeFilesLines
* patch 9.0.0712: wrong column when calling setcursorcharpos() with zero lnumv9.0.0712Bram Moolenaar2022-10-101-3/+7
* patch 9.0.0683: cannot specify a time for :echowindowv9.0.0683Bram Moolenaar2022-10-071-1/+1
* patch 9.0.0634: evaluating "expr" options has more overhead than neededv9.0.0634Bram Moolenaar2022-10-011-32/+97
* patch 9.0.0632: calling a function from an "expr" option has overheadv9.0.0632Bram Moolenaar2022-10-011-2/+17
* patch 9.0.0618: calling function for reduce() has too much overheadv9.0.0618Bram Moolenaar2022-09-281-4/+33
* patch 9.0.0558: Coverity warns for possibly using NULL pointerv9.0.0558Bram Moolenaar2022-09-231-1/+2
* patch 9.0.0556: leaking memory with nested functionsv9.0.0556Bram Moolenaar2022-09-231-0/+1
* patch 9.0.0554: using freed memory when command follows lambdav9.0.0554Bram Moolenaar2022-09-231-5/+16
* patch 9.0.0552: crash when using NUL in buffer that uses :sourcev9.0.0552Bram Moolenaar2022-09-221-2/+2
* patch 9.0.0502: a closure in a nested loop in a :def function does not workv9.0.0502Bram Moolenaar2022-09-191-7/+15
* patch 9.0.0491: no good reason to build without the float featurev9.0.0491Bram Moolenaar2022-09-171-59/+6
* patch 9.0.0487: using freed memory with combination of closuresv9.0.0487Bram Moolenaar2022-09-171-2/+7
* patch 9.0.0485: in :def function all closures in loop get the same variablesv9.0.0485Bram Moolenaar2022-09-171-2/+17
* patch 9.0.0460: loop variable can't be foundv9.0.0460Bram Moolenaar2022-09-141-17/+2
* patch 9.0.0444: trying to declare g:variable gives confusing errorv9.0.0444Bram Moolenaar2022-09-111-1/+5
* patch 9.0.0437: no error when custom completion function returns wrong typev9.0.0437Bram Moolenaar2022-09-101-0/+3
* patch 9.0.0435: compiler warning for uninitialized variablev9.0.0435Bram Moolenaar2022-09-101-1/+1
* patch 9.0.0433: Coverity warns for not checking allocation failurev9.0.0433Bram Moolenaar2022-09-101-3/+7
* patch 9.0.0406: deferred functions not invoked when partial func exitsv9.0.0406Bram Moolenaar2022-09-071-3/+10
* patch 9.0.0405: arguments in a partial not used by a :def functionv9.0.0405Bram Moolenaar2022-09-071-1/+2
* patch 9.0.0397: :defer not tested with exceptions and ":qa!"v9.0.0397Bram Moolenaar2022-09-061-1/+2
* patch 9.0.0371: compiler warning for uninitialized variablev9.0.0371Bram Moolenaar2022-09-031-1/+1
* patch 9.0.0366: cannot use import->Func() in lambdav9.0.0366Bram Moolenaar2022-09-031-3/+17
* patch 9.0.0356: :echowindow sets the in_echowindow flag too earlyv9.0.0356Yasuhiro Matsumoto2022-09-021-9/+11
* patch 9.0.0351: message window may obscure the command linev9.0.0351Bram Moolenaar2022-09-011-12/+3
* patch 9.0.0340: the 'cmdheight' zero support causes too much troublev9.0.0340Bram Moolenaar2022-08-311-2/+3
* patch 9.0.0321: cannot use the message popup window directlyv9.0.0321Bram Moolenaar2022-08-291-3/+11
* patch 9.0.0307: :echomsg doesn't work properly with cmdheight=0v9.0.0307Bram Moolenaar2022-08-281-0/+11
* patch 9.0.0253: a symlink to an autoload script results in two entriesv9.0.0253Bram Moolenaar2022-08-241-0/+1
* patch 9.0.0225: using freed memory with multiple line breaks in expressionv9.0.0225Bram Moolenaar2022-08-181-42/+60
* patch 9.0.0156: giving E1170 only in an expression is confusingv9.0.0156Bram Moolenaar2022-08-061-5/+0
* patch 9.0.0150: error for using #{ in an expression is a bit confusingv9.0.0150Bram Moolenaar2022-08-061-0/+5
* patch 8.2.5169: nested :source may use NULL pointerv8.2.5169Bram Moolenaar2022-06-271-19/+25
* patch 8.2.5053: cannot have a comment halfway an expression in a blockv8.2.5053Bram Moolenaar2022-06-031-2/+31
* patch 8.2.5046: vim_regsub() can overwrite the destinationv8.2.5046Bram Moolenaar2022-05-301-3/+4
* patch 8.2.5029: "textlock" is always zerov8.2.5029zeertzjq2022-05-271-5/+5
* patch 8.2.5006: asan warns for undefined behaviorv8.2.5006Bram Moolenaar2022-05-221-1/+1
* patch 8.2.5004: right shift on negative number does not work as documentedv8.2.5004Bram Moolenaar2022-05-221-5/+1
* patch 8.2.5003: cannot do bitwise shiftsv8.2.5003Yegappan Lakshmanan2022-05-221-24/+139
* patch 8.2.4930: interpolated string expression requires escapingv8.2.4930Bram Moolenaar2022-05-101-2/+2
* patch 8.2.4912: using execute() to define a lambda doesn't workv8.2.4912Bram Moolenaar2022-05-071-1/+1
* patch 8.2.4897: comment inside an expression in lambda ignores the restv8.2.4897Bram Moolenaar2022-05-061-2/+9
* patch 8.2.4896: expression in command block does not look after NLv8.2.4896Bram Moolenaar2022-05-061-1/+2
* patch 8.2.4883: string interpolation only works in heredocv8.2.4883LemonBoy2022-05-061-1/+5
* patch 8.2.4869: expression in command block does not look after NLv8.2.4869Bram Moolenaar2022-05-051-14/+20
* patch 8.2.4847: crash when using uninitialized function pointerv8.2.4847LemonBoy2022-04-291-1/+2
* patch 8.2.4822: setting ufunc to NULL twicev8.2.4822LemonBoy2022-04-241-1/+1
* patch 8.2.4821: crash when imported autoload script was deletedv8.2.4821Bram Moolenaar2022-04-241-1/+1
* patch 8.2.4774: crash when using a number for lambda namev8.2.4774Bram Moolenaar2022-04-171-6/+10
* patch 8.2.4755: cannot use <SID>FuncRef in completion specv8.2.4755Bram Moolenaar2022-04-151-1/+9