summaryrefslogtreecommitdiff
path: root/src/eval.c
Commit message (Expand)AuthorAgeFilesLines
* patch 8.1.0941: macros for MS-Windows are inconsistentv8.1.0941Bram Moolenaar2019-02-171-9/+9
* patch 8.1.0902: incomplete set of assignment operatorsv8.1.0902Bram Moolenaar2019-02-121-33/+55
* patch 8.1.0899: no need to check restricted mode for setwinvar()v8.1.0899Bram Moolenaar2019-02-121-1/+1
* patch 8.1.0897: can modify a:000 when using a referencev8.1.0897Bram Moolenaar2019-02-111-37/+69
* patch 8.1.0892: failure when closing a window when location list is in usev8.1.0892Bram Moolenaar2019-02-101-1/+1
* patch 8.1.0888: the a: dict is not immutable as documentedv8.1.0888Bram Moolenaar2019-02-101-6/+7
* patch 8.1.0826: too many #ifdefsv8.1.0826Bram Moolenaar2019-01-261-6/+0
* patch 8.1.0819: a failed assert with a long string is hard to readv8.1.0819Bram Moolenaar2019-01-251-22/+66
* patch 8.1.0805: too many #ifdefsv8.1.0805Bram Moolenaar2019-01-241-14/+0
* patch 8.1.0804: crash when setting v:errmsg to empty listv8.1.0804Bram Moolenaar2019-01-241-2/+9
* patch 8.1.0802: negative index doesn't work for Blobv8.1.0802Bram Moolenaar2019-01-241-4/+5
* patch 8.1.0798: changing a blob while iterating over it works strangelyv8.1.0798Bram Moolenaar2019-01-231-23/+11
* patch 8.1.0779: argument for message functions is inconsistentv8.1.0779Bram Moolenaar2019-01-191-26/+23
* patch 8.1.0766: various problems when using Vim on VMSv8.1.0766Bram Moolenaar2019-01-171-1/+1
* patch 8.1.0765: string format of a Blob can't be parsed backv8.1.0765Bram Moolenaar2019-01-171-0/+2
* patch 8.1.0756: copy() does not make a copy of a Blobv8.1.0756Bram Moolenaar2019-01-151-1/+15
* patch 8.1.0753: printf format not checked for semsg()v8.1.0753Bram Moolenaar2019-01-151-1/+1
* patch 8.1.0749: error message contains garbagev8.1.0749Bram Moolenaar2019-01-141-1/+2
* patch 8.1.0747: map() with a bad expression doesn't give an errorv8.1.0747Bram Moolenaar2019-01-141-12/+28
* patch 8.1.0743: giving error messages is not flexiblev8.1.0743Bram Moolenaar2019-01-131-119/+119
* patch 8.1.0741: viminfo with Blob is not testedv8.1.0741Bram Moolenaar2019-01-131-31/+27
* patch 8.1.0740: Tcl test failsv8.1.0740Bram Moolenaar2019-01-131-1/+3
* patch 8.1.0738: using freed memory, for loop over blob leaks memoryv8.1.0738Bram Moolenaar2019-01-131-7/+11
* patch 8.1.0737: compiler warning for uninitialized variablev8.1.0737Bram Moolenaar2019-01-131-1/+1
* patch 8.1.0736: code for Blob not sufficiently testedv8.1.0736Bram Moolenaar2019-01-131-18/+42
* patch 8.1.0735: cannot handle binary datav8.1.0735Bram Moolenaar2019-01-121-23/+400
* patch 8.1.0619: :echomsg and :echoerr do not handle List and Dictv8.1.0619Bram Moolenaar2018-12-221-1/+30
* patch 8.1.0615: get_tv function names are not consistentv8.1.0615Bram Moolenaar2018-12-211-107/+107
* patch 8.1.0583: using illogical name for get_dict_number()/get_dict_string()v8.1.0583Bram Moolenaar2018-12-141-1/+1
* patch 8.1.0564: setting v:errors to wrong type still possiblev8.1.0564Bram Moolenaar2018-12-051-0/+3
* patch 8.1.0563: setting v:errors to a string give confusing errorv8.1.0563Bram Moolenaar2018-12-041-1/+1
* patch 8.1.0551: expression evaluation may repeat an error messagev8.1.0551Bram Moolenaar2018-11-281-2/+2
* patch 8.1.0550: expression evaluation may repeat an error messagev8.1.0550Bram Moolenaar2018-11-281-1/+2
* patch 8.1.0495: :filter only supports some commandsv8.1.0495Bram Moolenaar2018-10-251-0/+8
* patch 8.1.0493: argv() and argc() only work on the current argument listv8.1.0493Bram Moolenaar2018-10-251-3/+15
* patch 8.1.0475: memory not freed on exit when quit in autocmdv8.1.0475Bram Moolenaar2018-10-141-6/+6
* patch 8.1.0460: assert_fails() does not take a message argumentv8.1.0460Bram Moolenaar2018-10-071-1/+10
* patch 8.1.0443: unnecessary static function prototypesv8.1.0443Bram Moolenaar2018-09-301-8/+1
* patch 8.1.0362: cannot get the script line number when executing a functionv8.1.0362Bram Moolenaar2018-09-101-9/+14
* patch 8.1.0233: "safe" argument of call_vim_function() is always FALSEv8.1.0233Bram Moolenaar2018-08-011-24/+7
* patch 8.1.0211: expanding a file name "~" results in $HOMEv8.1.0211Bram Moolenaar2018-07-251-6/+7
* patch 8.1.0210: still a few K&R function declarationsv8.1.0210Bram Moolenaar2018-07-251-2/+1
* patch 8.1.0181: memory leak with trailing characters in skip expressionv8.1.0181Bram Moolenaar2018-07-141-0/+1
* patch 8.1.0053: first argument of 'completefunc' has inconsistent typev8.1.0053Bram Moolenaar2018-06-121-60/+18
* patch 8.0.1832: cannot use :unlet for an environment variablev8.0.1832Bram Moolenaar2018-05-131-0/+14
* patch 8.0.1817: a timer may change v:count unexpectedlyv8.0.1817Bram Moolenaar2018-05-121-0/+23
* patch 8.0.1770: assert functions don't return anythingv8.0.1770Bram Moolenaar2018-04-281-12/+34
* patch 8.0.1677: no compiler warning for wrong format in vim_snprintf()v8.0.1677Bram Moolenaar2018-04-081-1/+1
* patch 8.0.1660: the terminal API "drop" command doesn't support optionsv8.0.1660Bram Moolenaar2018-04-041-2/+4
* patch 8.0.1564: too many #ifdefsv8.0.1564Bram Moolenaar2018-03-041-6/+2