summaryrefslogtreecommitdiffstats
path: root/src/evalfunc.c
AgeCommit message (Expand)Author
2018-06-07patch 8.1.0039: cannot easily delete lines in another bufferv8.1.0039Bram Moolenaar
2018-06-06patch 8.1.0037: cannot easily append lines to another bufferv8.1.0037Bram Moolenaar
2018-06-03patch 8.1.0027: difficult to make a plugin that feeds a line to a jobv8.1.0027Bram Moolenaar
2018-05-22patch 8.1.0020: cannot tell whether a register is executing or recordingv8.1.0020Bram Moolenaar
2018-05-21patch 8.1.0011: maparg() and mapcheck() confuse empty and non-existingv8.1.0011Bram Moolenaar
2018-05-13patch 8.0.1831: sometimes the quickfix title is incorrectly prefixed with ':'v8.0.1831Bram Moolenaar
2018-05-08patch 8.0.1804: using :normal in terminal window causes problemsv8.0.1804Bram Moolenaar
2018-05-01patch 8.0.1786: no test for 'termwinkey'v8.0.1786Bram Moolenaar
2018-04-28patch 8.0.1770: assert functions don't return anythingv8.0.1770Bram Moolenaar
2018-04-24patch 8.0.1753: various warnings from a static analyserv8.0.1753Bram Moolenaar
2018-04-21patch 8.0.1742: cannot get a list of all the jobsv8.0.1742Bram Moolenaar
2018-04-14patch 8.0.1711: term_setsize() is not implemented yetv8.0.1711Bram Moolenaar
2018-04-14patch 8.0.1708: mkdir with 'p' flag fails on existing directoryv8.0.1708Bram Moolenaar
2018-04-10patch 8.0.1685: can't set ANSI colors of a terminal windowv8.0.1685Bram Moolenaar
2018-04-05patch 8.0.1666: % argument in ch_log() causes troublev8.0.1666Bram Moolenaar
2018-03-29patch 8.0.1650: too many #ifdefsv8.0.1650Bram Moolenaar
2018-03-22patch 8.0.1630: trimming white space is not that easyv8.0.1630Bram Moolenaar
2018-03-16patch 8.0.1609: shell commands in the GUI use a dumb terminalv8.0.1609Bram Moolenaar
2018-03-12patch 8.0.1601: highlight test fails on Win32v8.0.1601Bram Moolenaar
2018-03-10patch 8.0.1593: :qall never exits with an active terminal windowv8.0.1593Bram Moolenaar
2018-03-09patch 8.0.1592: terminal windows in a session are not properly restoredv8.0.1592Bram Moolenaar
2018-03-04patch 8.0.1566: too many #ifdefsv8.0.1566Bram Moolenaar
2018-03-04patch 8.0.1564: too many #ifdefsv8.0.1564Bram Moolenaar
2018-03-03patch 8.0.1563: timeout of getwinposx() can be too shortv8.0.1563Bram Moolenaar
2018-03-03patch 8.0.1557: printf() does not work with only one argumentv8.0.1557Bram Moolenaar
2018-02-22patch 8.0.1531: cannot use 24 bit colors in MS-Windows consolev8.0.1531Bram Moolenaar
2018-02-18patch 8.0.1523: cannot write and read terminal screendumpsv8.0.1523Bram Moolenaar
2018-02-13patch 8.0.1519: getchangelist() does not use argument as bufname()v8.0.1519Bram Moolenaar
2018-02-13patch 8.0.1514: getting the list of changes is not easyv8.0.1514Bram Moolenaar
2018-02-13patch 8.0.1513: the jumplist is not always properly cleaned upv8.0.1513Bram Moolenaar
2018-02-13patch 8.0.1510: cannot test if a command causes a beepv8.0.1510Bram Moolenaar
2018-02-11patch 8.0.1505: debugger can't break on a conditionv8.0.1505Bram Moolenaar
2018-02-11patch 8.0.1498: getjumplist() returns duplicate entriesv8.0.1498Bram Moolenaar
2018-02-10patch 8.0.1497: getting the jump list requires parsing the output of :jumpsv8.0.1497Bram Moolenaar
2018-02-10patch 8.0.1496: clearing a pointer takes two linesv8.0.1496Bram Moolenaar
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