summaryrefslogtreecommitdiffstats
path: root/src/evalfunc.c
AgeCommit message (Expand)Author
2017-09-16patch 8.0.1115: crash when using foldtextresult() recursivelyv8.0.1115Bram Moolenaar
2017-09-14patch 8.0.1108: cannot specify mappings for the terminal windowv8.0.1108Bram Moolenaar
2017-09-11patch 8.0.1093: various small quickfix issuesv8.0.1093Bram Moolenaar
2017-09-09patch 8.0.1079: memory leak when remote_foreground() failsv8.0.1079Bram Moolenaar
2017-09-08patch 8.0.1074: ":term NONE" does not work on MS-Windowsv8.0.1074Bram Moolenaar
2017-09-04patch 8.0.1053: setline() does not work on startupv8.0.1053Bram Moolenaar
2017-09-03patch 8.0.1048: no test for what 8.0.1020 fixesv8.0.1048Bram Moolenaar
2017-09-02patch 8.0.1039: cannot change a line in not current bufferv8.0.1039Bram Moolenaar
2017-09-02patch 8.0.1038: strike-through text not supportedv8.0.1038Bram Moolenaar
2017-08-27patch 8.0.1006: quickfix list changes when parsing text with 'erroformat'v8.0.1006Bram Moolenaar
2017-08-27patch 8.0.1004: matchstrpos() without a match returns too many itemsv8.0.1004Bram Moolenaar
2017-08-17patch 8.0.0952: has('terminal') does not check existence of dll filev8.0.0952Bram Moolenaar
2017-08-16patch 8.0.0948: crash if timer closes window while dragging status linev8.0.0948Bram Moolenaar
2017-08-13patch 8.0.0936: mode() returns wrong value for a terminal windowv8.0.0936Bram Moolenaar
2017-08-13patch 8.0.0931: getwininfo() does not indicate a terminal windowv8.0.0931Bram Moolenaar
2017-08-11patch 8.0.0908: cannot set terminal size with optionsv8.0.0908Bram Moolenaar
2017-08-11patch 8.0.0898: can't use the alternate screen in a terminal windowv8.0.0898Bram Moolenaar
2017-08-08patch 8.0.0893: cannot get the scroll count of a terminal windowv8.0.0893Bram Moolenaar
2017-08-07patch 8.0.0887: can create a logfile in the sandboxv8.0.0887Bram Moolenaar
2017-08-06patch 8.0.0884: can't specify the wait time for term_wait()v8.0.0884Bram Moolenaar
2017-08-06patch 8.0.0882: term_scrape() and term_getline() require two argumentsv8.0.0882Bram Moolenaar
2017-08-03patch 8.0.0846: cannot get the name of the pty of a jobv8.0.0846Bram Moolenaar
2017-07-30patch 8.0.0821: cannot get the title and status of a terminal windowv8.0.0821Bram Moolenaar
2017-07-30patch 8.0.0818: cannot get the cursor position of a terminalv8.0.0818Bram Moolenaar
2017-07-30patch 8.0.0817: cannot get the terminal line at the cursorv8.0.0817Bram Moolenaar
2017-07-29patch 8.0.0804: running tests fails when stdin is /dev/nullv8.0.0804Bram Moolenaar
2017-07-29patch 8.0.0804: terminal window functions not yet implementedv8.0.0803Bram Moolenaar
2017-07-28patch 8.0.0794: checking translations fails with multiple NLv8.0.0794Bram Moolenaar
2017-07-17patch 8.0.0728: the terminal structure is never freedv8.0.0728Bram Moolenaar
2017-07-16patch 8.0.0718: output of job in terminal is not displayedv8.0.0718Bram Moolenaar
2017-07-11patch 8.0.0709: libvterm cannot use vsnprintf()v8.0.0709Bram Moolenaar
2017-07-07patch 8.0.0693: no terminal emulator supportv8.0.0693Bram Moolenaar
2017-06-25patch 8.0.0676: crash when closing quickfix window in autocmdv8.0.0676Bram Moolenaar
2017-06-25patch 8.0.0674: cannot build with eval but without timersv8.0.0674Bram Moolenaar
2017-06-24patch 8.0.0670: can't use input() in a timer callbackv8.0.0670Bram Moolenaar
2017-06-22patch 8.0.0659: no test for conceal modev8.0.0659Bram Moolenaar
2017-06-17patch 8.0.0643: when a pattern search is slow Vim becomes unusablev8.0.0643Bram Moolenaar
2017-06-13patch 8.0.0642: writefile() continues after detecting an errorv8.0.0642Bram Moolenaar
2017-06-05patch 8.0.0625: shellescape() always escapes a newlinev8.0.0625Bram Moolenaar
2017-06-04patch 8.0.0614: float2nr() is not exactly rightv8.0.0614Bram Moolenaar
2017-04-30patch 8.0.0593: duplication of code for adding a list or dict return valuev8.0.0593Bram Moolenaar
2017-04-09patch 8.0.0556: getting window position fails if GUI and term possiblev8.0.0556Bram Moolenaar
2017-04-04patch 8.0.0543: test_edit causes older xfce4-terminal to closev8.0.0543Bram Moolenaar
2017-03-29patch 8.0.0517: there is no way to remove quickfix listsv8.0.0517Bram Moolenaar
2017-03-26patch 8.0.0513: getting name of cleared highlight group is wrongv8.0.0513Bram Moolenaar
2017-03-21patch 8.0.0499: taglist() does not prioritize tags for a bufferv8.0.0499Bram Moolenaar
2017-03-19patch 8.0.0494: build failure with older compiler on MS-Windowsv8.0.0494Bram Moolenaar
2017-03-19patch 8.0.0492: a failing client-server request can make Vim hangv8.0.0492Bram Moolenaar
2017-03-18patch 8.0.0477: the client-server test may hang when failingv8.0.0477Bram Moolenaar
2017-03-18patch 8.0.0475: not enough testing for the client-server featurev8.0.0475Bram Moolenaar