summaryrefslogtreecommitdiff
path: root/src/evalfunc.c
AgeCommit message (Expand)Author
2017-07-17patch 8.0.0728: the terminal structure is never freedBram Moolenaar
2017-07-16patch 8.0.0718: output of job in terminal is not displayedBram Moolenaar
2017-07-11patch 8.0.0709: libvterm cannot use vsnprintf()Bram Moolenaar
2017-07-07patch 8.0.0693: no terminal emulator supportBram Moolenaar
2017-06-25patch 8.0.0676: crash when closing quickfix window in autocmdBram Moolenaar
2017-06-25patch 8.0.0674: cannot build with eval but without timersBram Moolenaar
2017-06-24patch 8.0.0670: can't use input() in a timer callbackBram Moolenaar
2017-06-22patch 8.0.0659: no test for conceal modeBram Moolenaar
2017-06-17patch 8.0.0643: when a pattern search is slow Vim becomes unusableBram Moolenaar
2017-06-13patch 8.0.0642: writefile() continues after detecting an errorBram Moolenaar
2017-06-05patch 8.0.0625: shellescape() always escapes a newlineBram Moolenaar
2017-06-04patch 8.0.0614: float2nr() is not exactly rightBram Moolenaar
2017-04-30patch 8.0.0593: duplication of code for adding a list or dict return valueBram Moolenaar
2017-04-09patch 8.0.0556: getting window position fails if GUI and term possibleBram Moolenaar
2017-04-04patch 8.0.0543: test_edit causes older xfce4-terminal to closeBram Moolenaar
2017-03-29patch 8.0.0517: there is no way to remove quickfix listsBram Moolenaar
2017-03-26patch 8.0.0513: getting name of cleared highlight group is wrongBram Moolenaar
2017-03-21patch 8.0.0499: taglist() does not prioritize tags for a bufferBram Moolenaar
2017-03-19patch 8.0.0494: build failure with older compiler on MS-WindowsBram Moolenaar
2017-03-19patch 8.0.0492: a failing client-server request can make Vim hangBram Moolenaar
2017-03-18patch 8.0.0477: the client-server test may hang when failingBram Moolenaar
2017-03-18patch 8.0.0475: not enough testing for the client-server featureBram Moolenaar
2017-03-12patch 8.0.0452: some macros are in lower caseBram Moolenaar
2017-03-12patch 8.0.0448: some macros are in lower caseBram Moolenaar
2017-03-09patch 8.0.0440: not enough test coverage in Insert modeBram Moolenaar
2017-03-02patch 8.0.0399: crash when using balloon_show() when not supportedBram Moolenaar
2017-03-01patch 8.0.0396: 'balloonexpr' only works synchronouslyBram Moolenaar
2017-03-01patch 8.0.0392: GUI test fails with Athena and MotifBram Moolenaar
2017-02-25patch 8.0.0365: might free a dict item that wasn't allocatedBram Moolenaar
2017-02-21patch 8.0.0345: islocked('d.changedtick') does not workBram Moolenaar
2017-02-17patch 8.0.0334: can't access b:changedtick from a dict referenceBram Moolenaar
2017-02-01patch 8.0.0283: mode() does not indicate Insert mode completionBram Moolenaar
2017-01-29patch 8.0.0264: memory error reported by ubsanBram Moolenaar
2017-01-28patch 8.0.0256: missing changes to one file breaks testBram Moolenaar
2017-01-28patch 8.0.0251: not easy to select Python 2 or 3Bram Moolenaar
2017-01-26patch 8.0.0243: tolower() does not work if the byte count changesBram Moolenaar
2017-01-22patch 8.0.0219: ubsan reports errors for overflowBram Moolenaar
2017-01-21patch 8.0.0210: no support for bracketed pasteBram Moolenaar
2017-01-20patch 8.0.0207: leaking file descriptor when system() failsBram Moolenaar
2017-01-17patch 8.0.0199: compiler warnings for libcallBram Moolenaar
2017-01-12patch 8.0.0173: build fails with EBCDIC definedBram Moolenaar
2017-01-10patch 8.0.0167: str2nr()/str2float() fail with negative valuesBram Moolenaar
2017-01-10patch 8.0.0166: JSON with a duplicate key gives an internal errorBram Moolenaar
2017-01-08patch 8.0.0151: passing buffer content to system() is clumsyBram Moolenaar
2017-01-06patch 8.0.0147: searchpair() fails when 'magic' is offBram Moolenaar
2017-01-06patch 8.0.0143: line number of current buffer in getbufinfo() is wrongBram Moolenaar
2016-12-04patch 8.0.0124Bram Moolenaar
2016-12-01patch 8.0.0107Bram Moolenaar
2016-11-29patch 8.0.0105Bram Moolenaar
2016-11-24patch 8.0.0096Bram Moolenaar