summaryrefslogtreecommitdiff
path: root/src/eval.c
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* patch 8.0.1529: assert_equalfile() does not close file descriptorsv8.0.1529Bram Moolenaar2018-02-201-0/+2
* patch 8.0.1523: cannot write and read terminal screendumpsv8.0.1523Bram Moolenaar2018-02-181-0/+67
* patch 8.0.1511: some code for the debugger watch expression is clumsyv8.0.1511Bram Moolenaar2018-02-131-184/+171
* patch 8.0.1510: cannot test if a command causes a beepv8.0.1510Bram Moolenaar2018-02-131-0/+23
* patch 8.0.1505: debugger can't break on a conditionv8.0.1505Bram Moolenaar2018-02-111-213/+274
* patch 8.0.1496: clearing a pointer takes two linesv8.0.1496Bram Moolenaar2018-02-101-22/+8
* patch 8.0.1394: cannot intercept a yank commandv8.0.1394Bram Moolenaar2017-12-161-14/+14
* patch 8.0.1377: cannot call a dict function in autoloaded dictv8.0.1377Bram Moolenaar2017-12-071-1/+6
* patch 8.0.1242: function argument with only dash is seen as number zerov8.0.1242Bram Moolenaar2017-11-021-1/+6
* patch 8.0.1239: cannot use a lambda for the skip argument to searchpair()v8.0.1239Bram Moolenaar2017-10-301-33/+66
* patch 8.0.1215: newer gcc warns for implicit fallthroughv8.0.1215Bram Moolenaar2017-10-241-2/+2
* patch 8.0.1194: actual fg and bg colors of terminal are unknownv8.0.1194Bram Moolenaar2017-10-141-1/+2
* patch 8.0.1172: when E734 is given option is still setv8.0.1172Bram Moolenaar2017-10-021-0/+3
* patch 8.0.1123: cannot define a toolbar for a windowv8.0.1123Bram Moolenaar2017-09-171-7/+1
* patch 8.0.1118: FEAT_WINDOWS adds a lot of #ifdefsv8.0.1118Bram Moolenaar2017-09-161-47/+0
* patch 8.0.1016: gnome terminal echoes t_RCv8.0.1016Bram Moolenaar2017-08-301-0/+4
* patch 8.0.0867: job and channel in a dict value not quotedv8.0.0867Bram Moolenaar2017-08-051-6/+17
* patch 8.0.0804: running tests fails when stdin is /dev/nullv8.0.0804Bram Moolenaar2017-07-291-2/+3
* patch 8.0.0784: job of terminal may be garbage collectedv8.0.0784Bram Moolenaar2017-07-271-0/+4
* patch 8.0.0593: duplication of code for adding a list or dict return valuev8.0.0593Bram Moolenaar2017-04-301-6/+2
* patch 8.0.0590: cannot add a context to locationsv8.0.0590Bram Moolenaar2017-04-301-0/+4
* patch 8.0.0547: extra line break in verbosefilev8.0.0547Bram Moolenaar2017-04-071-1/+0
* patch 8.0.0542: getpos() can return a negative line numberv8.0.0542Bram Moolenaar2017-04-031-2/+5
* patch 8.0.0477: the client-server test may hang when failingv8.0.0477Bram Moolenaar2017-03-181-0/+11
* patch 8.0.0467: using g< after :for does not show the right outputv8.0.0467Bram Moolenaar2017-03-161-0/+9
* patch 8.0.0452: some macros are in lower casev8.0.0452Bram Moolenaar2017-03-121-6/+6
* patch 8.0.0451: some macros are in lower casev8.0.0451Bram Moolenaar2017-03-121-11/+11
* patch 8.0.0371: leaking memory when setting v:completed_itemv8.0.0371Bram Moolenaar2017-02-251-1/+1
* patch 8.0.0360: sometimes VimL is used instead of "Vim script"v8.0.0360Bram Moolenaar2017-02-231-4/+4