summaryrefslogtreecommitdiffstats
path: root/src/eval.c
AgeCommit message (Expand)Author
2019-04-27patch 8.1.1210: support for user commands is spread outv8.1.1210Bram Moolenaar
2019-04-26patch 8.1.1207: some compilers give warning messagesv8.1.1207Bram Moolenaar
2019-04-20patch 8.1.1188: not all Vim variables require the v: prefixv8.1.1188Bram Moolenaar
2019-04-05patch 8.1.1120: cannot easily get directory entry matchesv8.1.1120Bram Moolenaar
2019-04-04patch 8.1.1116: cannot enforce a Vim script stylev8.1.1116Bram Moolenaar
2019-04-04patch 8.1.1114: confusing overloaded operator "." for string concatenationv8.1.1114Bram Moolenaar
2019-03-30patch 8.1.1090: MS-Windows: modify_fname() has problems with some 'encoding'v8.1.1090Bram Moolenaar
2019-03-21patch 8.1.1032: warnings from clang static analyzerv8.1.1032Bram Moolenaar
2019-03-19patch 8.1.1023: may use NULL pointer when indexing a blobv8.1.1023Bram Moolenaar
2019-03-17patch 8.1.1012: memory leak with E461v8.1.1012Bram Moolenaar
2019-03-02patch 8.1.0990: floating point exception with "%= 0" and "/= 0"v8.1.0990Bram Moolenaar
2019-02-20patch 8.1.0958: compiling weird regexp pattern is very slowv8.1.0958Bram Moolenaar
2019-02-17patch 8.1.0941: macros for MS-Windows are inconsistentv8.1.0941Bram Moolenaar
2019-02-12patch 8.1.0902: incomplete set of assignment operatorsv8.1.0902Bram Moolenaar
2019-02-12patch 8.1.0899: no need to check restricted mode for setwinvar()v8.1.0899Bram Moolenaar
2019-02-11patch 8.1.0897: can modify a:000 when using a referencev8.1.0897Bram Moolenaar
2019-02-10patch 8.1.0892: failure when closing a window when location list is in usev8.1.0892Bram Moolenaar
2019-02-10patch 8.1.0888: the a: dict is not immutable as documentedv8.1.0888Bram Moolenaar
2019-01-26patch 8.1.0826: too many #ifdefsv8.1.0826Bram Moolenaar
2019-01-25patch 8.1.0819: a failed assert with a long string is hard to readv8.1.0819Bram Moolenaar
2019-01-24patch 8.1.0805: too many #ifdefsv8.1.0805Bram Moolenaar
2019-01-24patch 8.1.0804: crash when setting v:errmsg to empty listv8.1.0804Bram Moolenaar
2019-01-24patch 8.1.0802: negative index doesn't work for Blobv8.1.0802Bram Moolenaar
2019-01-23patch 8.1.0798: changing a blob while iterating over it works strangelyv8.1.0798Bram Moolenaar
2019-01-19patch 8.1.0779: argument for message functions is inconsistentv8.1.0779Bram Moolenaar
2019-01-17patch 8.1.0766: various problems when using Vim on VMSv8.1.0766Bram Moolenaar
2019-01-17patch 8.1.0765: string format of a Blob can't be parsed backv8.1.0765Bram Moolenaar
2019-01-15patch 8.1.0756: copy() does not make a copy of a Blobv8.1.0756Bram Moolenaar
2019-01-15patch 8.1.0753: printf format not checked for semsg()v8.1.0753Bram Moolenaar
2019-01-14patch 8.1.0749: error message contains garbagev8.1.0749Bram Moolenaar
2019-01-14patch 8.1.0747: map() with a bad expression doesn't give an errorv8.1.0747Bram Moolenaar
2019-01-13patch 8.1.0743: giving error messages is not flexiblev8.1.0743Bram Moolenaar
2019-01-13patch 8.1.0741: viminfo with Blob is not testedv8.1.0741Bram Moolenaar
2019-01-13patch 8.1.0740: Tcl test failsv8.1.0740Bram Moolenaar
2019-01-13patch 8.1.0738: using freed memory, for loop over blob leaks memoryv8.1.0738Bram Moolenaar
2019-01-13patch 8.1.0737: compiler warning for uninitialized variablev8.1.0737Bram Moolenaar
2019-01-13patch 8.1.0736: code for Blob not sufficiently testedv8.1.0736Bram Moolenaar
2019-01-12patch 8.1.0735: cannot handle binary datav8.1.0735Bram Moolenaar
2018-12-22patch 8.1.0619: :echomsg and :echoerr do not handle List and Dictv8.1.0619Bram Moolenaar
2018-12-21patch 8.1.0615: get_tv function names are not consistentv8.1.0615Bram Moolenaar
2018-12-14patch 8.1.0583: using illogical name for get_dict_number()/get_dict_string()v8.1.0583Bram Moolenaar
2018-12-05patch 8.1.0564: setting v:errors to wrong type still possiblev8.1.0564Bram Moolenaar
2018-12-04patch 8.1.0563: setting v:errors to a string give confusing errorv8.1.0563Bram Moolenaar
2018-11-28patch 8.1.0551: expression evaluation may repeat an error messagev8.1.0551Bram Moolenaar
2018-11-28patch 8.1.0550: expression evaluation may repeat an error messagev8.1.0550Bram Moolenaar
2018-10-25patch 8.1.0495: :filter only supports some commandsv8.1.0495Bram Moolenaar
2018-10-25patch 8.1.0493: argv() and argc() only work on the current argument listv8.1.0493Bram Moolenaar
2018-10-14patch 8.1.0475: memory not freed on exit when quit in autocmdv8.1.0475Bram Moolenaar
2018-10-07patch 8.1.0460: assert_fails() does not take a message argumentv8.1.0460Bram Moolenaar
2018-09-30patch 8.1.0443: unnecessary static function prototypesv8.1.0443Bram Moolenaar