summaryrefslogtreecommitdiffstats
path: root/src/eval.c
AgeCommit message (Expand)Author
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
2018-09-10patch 8.1.0362: cannot get the script line number when executing a functionv8.1.0362Bram Moolenaar
2018-08-01patch 8.1.0233: "safe" argument of call_vim_function() is always FALSEv8.1.0233Bram Moolenaar
2018-07-25patch 8.1.0211: expanding a file name "~" results in $HOMEv8.1.0211Bram Moolenaar
2018-07-25patch 8.1.0210: still a few K&R function declarationsv8.1.0210Bram Moolenaar
2018-07-14patch 8.1.0181: memory leak with trailing characters in skip expressionv8.1.0181Bram Moolenaar
2018-06-12patch 8.1.0053: first argument of 'completefunc' has inconsistent typev8.1.0053Bram Moolenaar
2018-05-13patch 8.0.1832: cannot use :unlet for an environment variablev8.0.1832Bram Moolenaar
2018-05-12patch 8.0.1817: a timer may change v:count unexpectedlyv8.0.1817Bram Moolenaar
2018-04-28patch 8.0.1770: assert functions don't return anythingv8.0.1770Bram Moolenaar
2018-04-08patch 8.0.1677: no compiler warning for wrong format in vim_snprintf()v8.0.1677Bram Moolenaar
2018-04-04patch 8.0.1660: the terminal API "drop" command doesn't support optionsv8.0.1660Bram Moolenaar
2018-03-04patch 8.0.1564: too many #ifdefsv8.0.1564Bram Moolenaar
2018-02-20patch 8.0.1529: assert_equalfile() does not close file descriptorsv8.0.1529Bram Moolenaar
2018-02-18patch 8.0.1523: cannot write and read terminal screendumpsv8.0.1523Bram Moolenaar
2018-02-13patch 8.0.1511: some code for the debugger watch expression is clumsyv8.0.1511Bram Moolenaar
2018-02-13patch 8.0.1510: cannot test if a command causes a beepv8.0.1510Bram Moolenaar
2018-02-11patch 8.0.1505: debugger can't break on a conditionv8.0.1505Bram Moolenaar
2018-02-10patch 8.0.1496: clearing a pointer takes two linesv8.0.1496Bram Moolenaar
2017-12-16patch 8.0.1394: cannot intercept a yank commandv8.0.1394Bram Moolenaar
2017-12-07patch 8.0.1377: cannot call a dict function in autoloaded dictv8.0.1377Bram Moolenaar
2017-11-02patch 8.0.1242: function argument with only dash is seen as number zerov8.0.1242Bram Moolenaar
2017-10-30patch 8.0.1239: cannot use a lambda for the skip argument to searchpair()v8.0.1239Bram Moolenaar
2017-10-24patch 8.0.1215: newer gcc warns for implicit fallthroughv8.0.1215Bram Moolenaar
2017-10-14patch 8.0.1194: actual fg and bg colors of terminal are unknownv8.0.1194Bram Moolenaar
2017-10-02patch 8.0.1172: when E734 is given option is still setv8.0.1172Bram Moolenaar
2017-09-17patch 8.0.1123: cannot define a toolbar for a windowv8.0.1123Bram Moolenaar
2017-09-16patch 8.0.1118: FEAT_WINDOWS adds a lot of #ifdefsv8.0.1118Bram Moolenaar
2017-08-30patch 8.0.1016: gnome terminal echoes t_RCv8.0.1016Bram Moolenaar
2017-08-05patch 8.0.0867: job and channel in a dict value not quotedv8.0.0867Bram Moolenaar
2017-07-29patch 8.0.0804: running tests fails when stdin is /dev/nullv8.0.0804Bram Moolenaar
2017-07-27patch 8.0.0784: job of terminal may be garbage collectedv8.0.0784Bram Moolenaar
2017-04-30patch 8.0.0593: duplication of code for adding a list or dict return valuev8.0.0593Bram Moolenaar
2017-04-30patch 8.0.0590: cannot add a context to locationsv8.0.0590Bram Moolenaar
2017-04-07patch 8.0.0547: extra line break in verbosefilev8.0.0547Bram Moolenaar
2017-04-03patch 8.0.0542: getpos() can return a negative line numberv8.0.0542Bram Moolenaar
2017-03-18patch 8.0.0477: the client-server test may hang when failingv8.0.0477Bram Moolenaar
2017-03-16patch 8.0.0467: using g< after :for does not show the right outputv8.0.0467Bram Moolenaar
2017-03-12patch 8.0.0452: some macros are in lower casev8.0.0452Bram Moolenaar