summaryrefslogtreecommitdiffstats
path: root/src/evalfunc.c
AgeCommit message (Expand)Author
2018-02-10patch 8.0.1492: memory leak in balloon_split()v8.0.1492Bram Moolenaar
2018-02-09patch 8.0.1489: there is no easy way to get the global directoryv8.0.1489Bram Moolenaar
2018-02-09patch 8.0.1480: patch missing changev8.0.1480Bram Moolenaar
2018-01-28patch 8.0.1436: not enough information about what Python version may workv8.0.1436Bram Moolenaar
2017-12-25patch 8.0.1425: execute() does not work in completion of user commandv8.0.1425Bram Moolenaar
2017-12-21patch 8.0.1419: cursor column is not updated after ]sv8.0.1419Bram Moolenaar
2017-12-19patch 8.0.1410: hang when using count() with an empty stringv8.0.1410Bram Moolenaar
2017-12-10patch 8.0.1386: cannot select modified buffers with getbufinfo()v8.0.1386Bram Moolenaar
2017-12-02patch 8.0.1364: there is no easy way to get the window positionv8.0.1364Bram Moolenaar
2017-11-25patch 8.0.1335: writefile() using fsync() may give an error.v8.0.1335Bram Moolenaar
2017-11-19patch 8.0.1319: can't build GUI on MS-Windowsv8.0.1319Bram Moolenaar
2017-11-19patch 8.0.1318: terminal balloon only shows one linev8.0.1318Bram Moolenaar
2017-11-18patch 8.0.1312: balloon_show() only works in terminal when compiled with GUIv8.0.1312Bram Moolenaar
2017-11-18patch 8.0.1309: cannot use 'balloonexpr' in a terminalv8.0.1309Bram Moolenaar
2017-11-16patch 8.0.1305: writefile() never calls fsync()v8.0.1305Bram Moolenaar
2017-11-12patch 8.0.1295: cannot automatically get a server name in a terminalv8.0.1295Bram Moolenaar
2017-11-06patch 8.0.1274: setbufline() fails when using foldingv8.0.1274Bram Moolenaar
2017-10-30patch 8.0.1239: cannot use a lambda for the skip argument to searchpair()v8.0.1239Bram Moolenaar
2017-10-28patch 8.0.1236: Mac features are confusingv8.0.1236Bram Moolenaar
2017-09-29patch 8.0.1160: getting tab-local variable fails after closing windowv8.0.1160Bram Moolenaar
2017-09-22patch 8.0.1136: W_WIDTH() is always the samev8.0.1136Bram Moolenaar
2017-09-17patch 8.0.1123: cannot define a toolbar for a windowv8.0.1123Bram Moolenaar
2017-09-16patch 8.0.1118: FEAT_WINDOWS adds a lot of #ifdefsv8.0.1118Bram Moolenaar
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