summaryrefslogtreecommitdiffstats
path: root/runtime
AgeCommit message (Collapse)Author
2019-06-16patch 8.1.1561: popup_setoptions() is not implemented yetv8.1.1561Bram Moolenaar
Problem: Popup_setoptions() is not implemented yet. Solution: Implement popup_setoptions(). Also add more fields to popup_getoptions().
2019-06-16patch 8.1.1559: popup window title property not implemented yetv8.1.1559Bram Moolenaar
Problem: Popup window title property not implemented yet. Solution: Implement the title property.
2019-06-16patch 8.1.1558: popup_menu() and popup_filter_menu() are not implemented yetv8.1.1558Bram Moolenaar
Problem: Popup_menu() and popup_filter_menu() are not implemented yet. Solution: Implement the functions. Fix that centering didn't take the border and padding into account.
2019-06-16patch 8.1.1554: docs and tests for :const can be improvedv8.1.1554Bram Moolenaar
Problem: Docs and tests for :const can be improved. Solution: Improve documentation, add a few more tests. (Ryuichi Hayashida, closes #4551)
2019-06-16patch 8.1.1553: not easy to change the text in a popup windowv8.1.1553Bram Moolenaar
Problem: Not easy to change the text in a popup window. Solution: Add popup_settext(). (Ben Jackson, closes #4549) Also display a space for an empty popup.
2019-06-15patch 8.1.1548: popup_dialog() is not implementedv8.1.1548Bram Moolenaar
Problem: Popup_dialog() is not implemented. Solution: Implement popup_dialog() and popup_filter_yesno().
2019-06-15patch 8.1.1542: an OptionSet autocommand does not get enough infov8.1.1542Bram Moolenaar
Problem: An OptionSet autocommand does not get enough info. Solution: Add v:option_command, v:option_oldlocal and v:option_oldglobal. (Latrice Wilgus, closes #4118)
2019-06-15patch 8.1.1539: not easy to define a variable and lock itv8.1.1539Bram Moolenaar
Problem: Not easy to define a variable and lock it. Solution: Add ":const".
2019-06-15patch 8.1.1538: cannot specify highlighting for notificationsv8.1.1538Bram Moolenaar
Problem: Cannot specify highlighting for notifications. Solution: Use the PopupNotification group if it exists. Add a minimal width to notifications.
2019-06-15patch 8.1.1537: using "tab" for popup window can be confusingv8.1.1537Bram Moolenaar
Problem: Using "tab" for popup window can be confusing. Solution: Use "tabpage". (Hirohito Higashi, closes #4532)
2019-06-14patch 8.1.1526: no numerical value for the patchlevelv8.1.1526Bram Moolenaar
Problem: No numerical value for the patchlevel. Solution: Add v:versionlong.
2019-06-13patch 8.1.1525: cannot move a popup window with the mousev8.1.1525Bram Moolenaar
Problem: Cannot move a popup window with the mouse. Solution: Add the "drag" property and make it possible to drag a popup window by its border.
2019-06-12patch 8.1.1523: cannot show range of buffer lines in popup windowv8.1.1523Bram Moolenaar
Problem: Cannot show range of buffer lines in popup window. Solution: Add the "firstline" property. (closes #4523)
2019-06-12patch 8.1.1522: poup_notification() not implemented yetv8.1.1522Bram Moolenaar
Problem: Popup_notification() not implemented yet. Solution: Implement it.
2019-06-10Update runtime filesBram Moolenaar
2019-06-10patch 8.1.1513: all popup functionality is in functions, except :popupclearv8.1.1513Bram Moolenaar
Problem: All popup functionality is in functions, except :popupclear. Solution: Add popup_clear() for consistency. Also rename sound_stopall() to sound_clear().
2019-06-09patch 8.1.1510: a plugin cannot easily expand a command like done internallyv8.1.1510Bram Moolenaar
Problem: A plugin cannot easily expand a command like done internally. Solution: Add the expandcmd() function. (Yegappan Lakshmanan, closes #4514)
2019-06-09patch 8.1.1502: cannot play any soundv8.1.1502Bram Moolenaar
Problem: Cannot play any sound. Solution: Use libcanberra if available. Add sound functions.
2019-06-08patch 8.1.1498: ":write" increments b:changedtick even though nothing changedv8.1.1498Bram Moolenaar
Problem: ":write" increments b:changedtick even though nothing changed. (Daniel Hahler) Solution: Only increment b:changedtick if the modified flag is reset.
2019-06-06Update runtime files - Add typescript syntax and indent.Bram Moolenaar
2019-06-06Update runtime files.Bram Moolenaar
2019-06-04patch 8.1.1466: not updating priority on existing signv8.1.1466Bram Moolenaar
Problem: Not updating priority on existing sign. Solution: Set the sign priority. Add a test. (Yegappan Lakshmanan)
2019-06-03patch 8.1.1457: cannot reuse a buffer when loading a screen dumpv8.1.1457Bram Moolenaar
Problem: Cannot reuse a buffer when loading a screen dump. Solution: Add the "bufnr" option.
2019-06-02patch 8.1.1453: popup window "moved" property not implemented yetv8.1.1453Bram Moolenaar
Problem: Popup window "moved" property not implemented yet. Solution: Implement it.
2019-06-02patch 8.1.1449: popup text truncated at end of screenv8.1.1449Bram Moolenaar
Problem: Popup text truncated at end of screen. Solution: Move popup left if needed. Add the "fixed" property to disable that. (Ben Jackson , closes #4466)
2019-06-01patch 8.1.1446: popup window callback not implemented yetv8.1.1446Bram Moolenaar
Problem: Popup window callback not implemented yet. Solution: Implement the callback.
2019-06-01patch 8.1.1445: popup window border highlight not implemented yetv8.1.1445Bram Moolenaar
Problem: Popup window border highlight not implemented yet. Solution: Implement the "borderhighlight" option.
2019-06-01patch 8.1.1443: popup window padding and border not implemented yetv8.1.1443Bram Moolenaar
Problem: Popup window padding and border not implemented yet. Solution: Implement padding and border. Add core position and size to popup_getpos().
2019-06-01patch 8.1.1441: popup window filter not yet implementedv8.1.1441Bram Moolenaar
Problem: Popup window filter not yet implemented. Solution: Implement the popup filter.
2019-05-31Update runtime files.Bram Moolenaar
2019-05-30patch 8.1.1431: popup window listed as "Scratch"v8.1.1431Bram Moolenaar
Problem: Popup window listed as "Scratch". Solution: List them as "Popup".
2019-05-30patch 8.1.1429: "pos" option of popup window not supported yetv8.1.1429Bram Moolenaar
Problem: "pos" option of popup window not supported yet. Solution: Implement the option. Rename popup_getposition() to popup_getpos().
2019-05-30patch 8.1.1428: popup_atcursor() not implemented yetv8.1.1428Bram Moolenaar
Problem: Popup_atcursor() not implemented yet. Solution: Implement it. (Yasuhiro Matsumoto, closes #4456)
2019-05-30patch 8.1.1426: no test for syntax highlight in popup windowv8.1.1426Bram Moolenaar
Problem: No test for syntax highlight in popup window. Solution: Add a screenshot test. Update associated documentation. Avoid 'buftype' being reset by setbufvar().
2019-05-30patch 8.1.1422: popup_getoptions() not implemented yetv8.1.1422Bram Moolenaar
Problem: Popup_getoptions() not implemented yet. Solution: Implement it. (closes #4452)
2019-05-29patch 8.1.1418: win_execute() is not implemented yetv8.1.1418Bram Moolenaar
Problem: Win_execute() is not implemented yet. Solution: Implement it.
2019-05-29patch 8.1.1416: popup_getposition() not implemented yetv8.1.1416Bram Moolenaar
Problem: Popup_getposition() not implemented yet. Solution: Implement it. (Yasuhiro Matsumoto, closes #4449)
2019-05-27patch 8.1.1410: popup_move() is not implemented yetv8.1.1410Bram Moolenaar
Problem: Popup_move() is not implemented yet. Solution: Implement it. (Yasuhiro Matsumoto, closes #4441) Improve the positioning and resizing.
2019-05-26patch 8.1.1407: popup_create() does not support text propertiesv8.1.1407Bram Moolenaar
Problem: Popup_create() does not support text properties. Solution: Support the third form of the text argument.
2019-05-26patch 8.1.1406: popup_hide() and popup_show() not implemented yetv8.1.1406Bram Moolenaar
Problem: popup_hide() and popup_show() not implemented yet. Solution: Implement the functions.
2019-05-26Update runtime files.Bram Moolenaar
2019-05-26patch 8.1.1405: "highlight" option of popup windows not supportedv8.1.1405Bram Moolenaar
Problem: "highlight" option of popup windows not supported. Solution: Implement the "highlight" option.
2019-05-26patch 8.1.1402: "timer" option of popup windows not supportedv8.1.1402Bram Moolenaar
Problem: "timer" option of popup windows not supported. Solution: Implement the "timer" option. (Yasuhiro Matsumoto, closes #4439)
2019-05-26patch 8.1.1401: misspelled mkspellmem as makespellmemv8.1.1401Bram Moolenaar
Problem: Misspelled mkspellmem as makespellmem. Solution: Drop duplicate help entry, fix test. (Naruhiko Nishino, Ken Takata, closes #4437)
2019-05-25patch 8.1.1391: no popup window supportv8.1.1391Bram Moolenaar
Problem: No popup window support. Solution: Add initial code for popup windows. Add the 'wincolor' option.
2019-05-23patch 8.1.1372: when evaluating 'statusline' the current window is unknownv8.1.1372Bram Moolenaar
Problem: When evaluating 'statusline' the current window is unknown. (Daniel Hahler) Solution: Set "g:actual_curwin" for %{} items. Set "g:statusline_winid" when evaluationg %!. (closes #4406, closes #3299)
2019-05-23patch 8.1.1366: using expressions in a modeline is unsafev8.1.1366Bram Moolenaar
Problem: Using expressions in a modeline is unsafe. Solution: Disallow using expressions in a modeline, unless the 'modelineexpr' option is set. Update help, add more tests.
2019-05-21patch 8.1.1364: design for popup window support needs more detailsv8.1.1364Bram Moolenaar
Problem: Design for popup window support needs more details. Solution: Add details about using a window and buffer. Rename popup_show() to popup_create() and add popup_show() and popup_hide().
2019-05-19patch 8.1.1354: getting a list of text lines is clumsyv8.1.1354Bram Moolenaar
Problem: Getting a list of text lines is clumsy. Solution: Add the =<< assignment. (Yegappan Lakshmanan, closes #4386)
2019-05-16patch 8.1.1334: when buffer is hidden "F" in 'shortmess' is not usedv8.1.1334Bram Moolenaar
Problem: When buffer is hidden "F" in 'shortmess' is not used. Solution: Check the "F" flag in 'shortmess' when the buffer is already loaded. (Jason Franklin) Add test_getvalue() to be able to test this.