summaryrefslogtreecommitdiffstats
path: root/src/evalfunc.c
AgeCommit message (Expand)Author
2019-07-13patch 8.1.1682: placing a larger number of signs is slowv8.1.1682Bram Moolenaar
2019-07-12patch 8.1.1673: cannot easily find the popup window at a certain positionv8.1.1673Bram Moolenaar
2019-07-12patch 8.1.1667: flags for Ex commands may clash with other symbolsv8.1.1667Bram Moolenaar
2019-07-07patch 8.1.1645: cannot use a popup window for a balloonv8.1.1645Bram Moolenaar
2019-07-04patch 8.1.1626: no test for closing a popup window with a modified bufferv8.1.1626Bram Moolenaar
2019-07-03patch 8.1.1621: Amiga: time.h included twicev8.1.1621Bram Moolenaar
2019-06-30patch 8.1.1612: cannot show an existing buffer in a popup windowv8.1.1612Bram Moolenaar
2019-06-30patch 8.1.1611: bufadd() reuses existing buffer without a namev8.1.1611Bram Moolenaar
2019-06-30patch 8.1.1610: there is no way to add or load a buffer without side effectsv8.1.1610Bram Moolenaar
2019-06-29patch 8.1.1608: the evalfunc.c file is too bigv8.1.1608Bram Moolenaar
2019-06-25patch 8.1.1588: in :let-heredoc line continuation is recognizedv8.1.1588Bram Moolenaar
2019-06-24patch 8.1.1584: the evalfunc.c file is getting too bigv8.1.1584Bram Moolenaar
2019-06-22patch 8.1.1579: dict and list could be GC'ed while displaying errorv8.1.1579Bram Moolenaar
2019-06-18patch 8.1.1567: localtime_r() does not respond to $TZ changesv8.1.1567Bram Moolenaar
2019-06-16patch 8.1.1561: popup_setoptions() is not implemented yetv8.1.1561Bram Moolenaar
2019-06-16patch 8.1.1558: popup_menu() and popup_filter_menu() are not implemented yetv8.1.1558Bram Moolenaar
2019-06-16patch 8.1.1553: not easy to change the text in a popup windowv8.1.1553Bram Moolenaar
2019-06-15patch 8.1.1548: popup_dialog() is not implementedv8.1.1548Bram Moolenaar
2019-06-15patch 8.1.1547: functionality of bt_nofile() is confusingv8.1.1547Bram Moolenaar
2019-06-12patch 8.1.1522: poup_notification() not implemented yetv8.1.1522Bram Moolenaar
2019-06-12patch 8.1.1520: popup windows are ignored when dealing with mouse positionv8.1.1520Bram Moolenaar
2019-06-10patch 8.1.1513: all popup functionality is in functions, except :popupclearv8.1.1513Bram Moolenaar
2019-06-09patch 8.1.1510: a plugin cannot easily expand a command like done internallyv8.1.1510Bram Moolenaar
2019-06-09patch 8.1.1502: cannot play any soundv8.1.1502Bram Moolenaar
2019-06-01patch 8.1.1446: popup window callback not implemented yetv8.1.1446Bram Moolenaar
2019-06-01patch 8.1.1437: code to handle callbacks is duplicatedv8.1.1437Bram Moolenaar
2019-05-30patch 8.1.1432: can't build with eval featurev8.1.1432Bram Moolenaar
2019-05-30patch 8.1.1428: popup_atcursor() not implemented yetv8.1.1428Bram Moolenaar
2019-05-30patch 8.1.1425: win_execute() does not set window pointers properlyv8.1.1425Bram Moolenaar
2019-05-30patch 8.1.1422: popup_getoptions() not implemented yetv8.1.1422Bram Moolenaar
2019-05-29patch 8.1.1418: win_execute() is not implemented yetv8.1.1418Bram Moolenaar
2019-05-29patch 8.1.1416: popup_getposition() not implemented yetv8.1.1416Bram Moolenaar
2019-05-28patch 8.1.1414: alloc() returning "char_u *" causes a lot of type castsv8.1.1414Bram Moolenaar
2019-05-27patch 8.1.1410: popup_move() is not implemented yetv8.1.1410Bram Moolenaar
2019-05-26patch 8.1.1406: popup_hide() and popup_show() not implemented yetv8.1.1406Bram Moolenaar
2019-05-25patch 8.1.1393: unnecessary type castsv8.1.1393Bram Moolenaar
2019-05-25patch 8.1.1391: no popup window supportv8.1.1391Bram Moolenaar
2019-05-24patch 8.1.1384: using "int" for alloc() often results in compiler warningsv8.1.1384Bram Moolenaar
2019-05-24patch 8.1.1378: delete() can not handle a file name that looks like a patternv8.1.1378Bram Moolenaar
2019-05-19patch 8.1.1355: obvious mistakes are accepted as valid expressionsv8.1.1355Bram Moolenaar
2019-05-19patch 8.1.1352: undofile() reports wrong namev8.1.1352Bram Moolenaar
2019-05-16patch 8.1.1334: when buffer is hidden "F" in 'shortmess' is not usedv8.1.1334Bram Moolenaar
2019-05-14patch 8.1.1332: cannot flush listeners without redrawing, mix of changesv8.1.1332Bram Moolenaar
2019-05-12patch 8.1.1325: cannot build with +eval but without +channel and +timersv8.1.1325Bram Moolenaar
2019-05-11patch 8.1.1321: no docs or tests for listener functionsv8.1.1321Bram Moolenaar
2019-05-11patch 8.1.1319: computing function length name in many placesv8.1.1319Bram Moolenaar
2019-05-10patch 8.1.1313: warnings for using localtime() and ctime()v8.1.1313Bram Moolenaar
2019-05-09patch 8.1.1306: Borland support is outdated and doesn't workv8.1.1306Bram Moolenaar
2019-05-09patch 8.1.1305: there is no easy way to manipulate environment variablesv8.1.1305Bram Moolenaar
2019-05-09patch 8.1.1303: not possible to hide a balloonv8.1.1303Bram Moolenaar