summaryrefslogtreecommitdiff
path: root/src/eval.c
AgeCommit message (Expand)Author
2018-06-12patch 8.1.0053: first argument of 'completefunc' has inconsistent typeBram Moolenaar
2018-05-13patch 8.0.1832: cannot use :unlet for an environment variableBram Moolenaar
2018-05-12patch 8.0.1817: a timer may change v:count unexpectedlyBram Moolenaar
2018-04-28patch 8.0.1770: assert functions don't return anythingBram Moolenaar
2018-04-08patch 8.0.1677: no compiler warning for wrong format in vim_snprintf()Bram Moolenaar
2018-04-04patch 8.0.1660: the terminal API "drop" command doesn't support optionsBram Moolenaar
2018-03-04patch 8.0.1564: too many #ifdefsBram Moolenaar
2018-02-20patch 8.0.1529: assert_equalfile() does not close file descriptorsBram Moolenaar
2018-02-18patch 8.0.1523: cannot write and read terminal screendumpsBram Moolenaar
2018-02-13patch 8.0.1511: some code for the debugger watch expression is clumsyBram Moolenaar
2018-02-13patch 8.0.1510: cannot test if a command causes a beepBram Moolenaar
2018-02-11patch 8.0.1505: debugger can't break on a conditionBram Moolenaar
2018-02-10patch 8.0.1496: clearing a pointer takes two linesBram Moolenaar
2017-12-16patch 8.0.1394: cannot intercept a yank commandBram Moolenaar
2017-12-07patch 8.0.1377: cannot call a dict function in autoloaded dictBram Moolenaar
2017-11-02patch 8.0.1242: function argument with only dash is seen as number zeroBram Moolenaar
2017-10-30patch 8.0.1239: cannot use a lambda for the skip argument to searchpair()Bram Moolenaar
2017-10-24patch 8.0.1215: newer gcc warns for implicit fallthroughBram Moolenaar
2017-10-14patch 8.0.1194: actual fg and bg colors of terminal are unknownBram Moolenaar
2017-10-02patch 8.0.1172: when E734 is given option is still setBram Moolenaar
2017-09-17patch 8.0.1123: cannot define a toolbar for a windowBram Moolenaar
2017-09-16patch 8.0.1118: FEAT_WINDOWS adds a lot of #ifdefsBram Moolenaar
2017-08-30patch 8.0.1016: gnome terminal echoes t_RCBram Moolenaar
2017-08-05patch 8.0.0867: job and channel in a dict value not quotedBram Moolenaar
2017-07-29patch 8.0.0804: running tests fails when stdin is /dev/nullBram Moolenaar
2017-07-27patch 8.0.0784: job of terminal may be garbage collectedBram Moolenaar
2017-04-30patch 8.0.0593: duplication of code for adding a list or dict return valueBram Moolenaar
2017-04-30patch 8.0.0590: cannot add a context to locationsBram Moolenaar
2017-04-07patch 8.0.0547: extra line break in verbosefileBram Moolenaar
2017-04-03patch 8.0.0542: getpos() can return a negative line numberBram Moolenaar
2017-03-18patch 8.0.0477: the client-server test may hang when failingBram Moolenaar
2017-03-16patch 8.0.0467: using g< after :for does not show the right outputBram Moolenaar
2017-03-12patch 8.0.0452: some macros are in lower caseBram Moolenaar
2017-03-12patch 8.0.0451: some macros are in lower caseBram Moolenaar
2017-02-25patch 8.0.0371: leaking memory when setting v:completed_itemBram Moolenaar
2017-02-23patch 8.0.0360: sometimes VimL is used instead of "Vim script"Bram Moolenaar
2017-02-23patch 8.0.0352: not easy to see when a typval needs to be clearedBram Moolenaar
2017-02-21patch 8.0.0345: islocked('d.changedtick') does not workBram Moolenaar
2017-02-20patch 8.0.0344: unlet command leaks memoryBram Moolenaar
2017-02-20patch 8.0.0343: b:changedtick can be unlockedBram Moolenaar
2017-02-17patch 8.0.0334: can't access b:changedtick from a dict referenceBram Moolenaar
2017-01-28patch 8.0.0254: error message of assert functions is sometimes incompleteBram Moolenaar
2017-01-22patch 8.0.0219: ubsan reports errors for overflowBram Moolenaar
2017-01-14patch 8.0.0186: confusing error message from assert_notequal()Bram Moolenaar
2017-01-12patch 8.0.0173: build fails with EBCDIC definedBram Moolenaar
2017-01-08patch 8.0.0160: EMSG() is sometimes used where it should be IEMSG()Bram Moolenaar
2017-01-08patch 8.0.0158: float funcion test fails on MS-WindowsBram Moolenaar
2016-11-17patch 8.0.0087Bram Moolenaar
2016-11-14patch 8.0.0085Bram Moolenaar
2016-11-10patch 8.0.0074Bram Moolenaar