summaryrefslogtreecommitdiff
path: root/src/evalfunc.c
AgeCommit message (Expand)Author
2017-11-18patch 8.0.1312: balloon_show() only works in terminal when compiled with GUIBram Moolenaar
2017-11-18patch 8.0.1309: cannot use 'balloonexpr' in a terminalBram Moolenaar
2017-11-16patch 8.0.1305: writefile() never calls fsync()Bram Moolenaar
2017-11-12patch 8.0.1295: cannot automatically get a server name in a terminalBram Moolenaar
2017-11-06patch 8.0.1274: setbufline() fails when using foldingBram Moolenaar
2017-10-30patch 8.0.1239: cannot use a lambda for the skip argument to searchpair()Bram Moolenaar
2017-10-28patch 8.0.1236: Mac features are confusingBram Moolenaar
2017-09-29patch 8.0.1160: getting tab-local variable fails after closing windowBram Moolenaar
2017-09-22patch 8.0.1136: W_WIDTH() is always the sameBram 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-09-16patch 8.0.1115: crash when using foldtextresult() recursivelyBram Moolenaar
2017-09-14patch 8.0.1108: cannot specify mappings for the terminal windowBram Moolenaar
2017-09-11patch 8.0.1093: various small quickfix issuesBram Moolenaar
2017-09-09patch 8.0.1079: memory leak when remote_foreground() failsBram Moolenaar
2017-09-08patch 8.0.1074: ":term NONE" does not work on MS-WindowsBram Moolenaar
2017-09-04patch 8.0.1053: setline() does not work on startupBram Moolenaar
2017-09-03patch 8.0.1048: no test for what 8.0.1020 fixesBram Moolenaar
2017-09-02patch 8.0.1039: cannot change a line in not current bufferBram Moolenaar
2017-09-02patch 8.0.1038: strike-through text not supportedBram Moolenaar
2017-08-27patch 8.0.1006: quickfix list changes when parsing text with 'erroformat'Bram Moolenaar
2017-08-27patch 8.0.1004: matchstrpos() without a match returns too many itemsBram Moolenaar
2017-08-17patch 8.0.0952: has('terminal') does not check existence of dll fileBram Moolenaar
2017-08-16patch 8.0.0948: crash if timer closes window while dragging status lineBram Moolenaar
2017-08-13patch 8.0.0936: mode() returns wrong value for a terminal windowBram Moolenaar
2017-08-13patch 8.0.0931: getwininfo() does not indicate a terminal windowBram Moolenaar
2017-08-11patch 8.0.0908: cannot set terminal size with optionsBram Moolenaar
2017-08-11patch 8.0.0898: can't use the alternate screen in a terminal windowBram Moolenaar
2017-08-08patch 8.0.0893: cannot get the scroll count of a terminal windowBram Moolenaar
2017-08-07patch 8.0.0887: can create a logfile in the sandboxBram Moolenaar
2017-08-06patch 8.0.0884: can't specify the wait time for term_wait()Bram Moolenaar
2017-08-06patch 8.0.0882: term_scrape() and term_getline() require two argumentsBram Moolenaar
2017-08-03patch 8.0.0846: cannot get the name of the pty of a jobBram Moolenaar
2017-07-30patch 8.0.0821: cannot get the title and status of a terminal windowBram Moolenaar
2017-07-30patch 8.0.0818: cannot get the cursor position of a terminalBram Moolenaar
2017-07-30patch 8.0.0817: cannot get the terminal line at the cursorBram Moolenaar
2017-07-29patch 8.0.0804: running tests fails when stdin is /dev/nullBram Moolenaar
2017-07-29patch 8.0.0804: terminal window functions not yet implementedBram Moolenaar
2017-07-28patch 8.0.0794: checking translations fails with multiple NLBram Moolenaar
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