summaryrefslogtreecommitdiffstats
path: root/runtime
AgeCommit message (Collapse)Author
2019-09-10patch 8.1.2020: it is not easy to change the window layoutv8.1.2020Bram Moolenaar
Problem: It is not easy to change the window layout. Solution: Add win_splitmove(). (Andy Massimino, closes #4561)
2019-09-09patch 8.1.2019: 'cursorline' always highlights the whole linev8.1.2019Bram Moolenaar
Problem: 'cursorline' always highlights the whole line. Solution: Add 'cursorlineopt' to specify what is highlighted. (closes #4693)
2019-09-09patch 8.1.2017: cannot execute commands after closing the cmdline windowv8.1.2017Bram Moolenaar
Problem: Cannot execute commands after closing the cmdline window. Solution: Also trigger BufEnter and WinEnter. (closes #4762)
2019-09-08patch 8.1.2013: more functions can be used as methodsv8.1.2013Bram Moolenaar
Problem: More functions can be used as methods. Solution: Make various functions usable as a method.
2019-09-08patch 8.1.2012: more functions can be used as methodsv8.1.2012Bram Moolenaar
Problem: More functions can be used as methods. Solution: Make terminal functions usable as a method. Fix term_getattr().
2019-09-08patch 8.1.2011: more functions can be used as methodsv8.1.2011Bram Moolenaar
Problem: More functions can be used as methods. Solution: Make various functions usable as a method. Make the window command test faster.
2019-09-07patch 8.1.2004: more functions can be used as methodsv8.1.2004Bram Moolenaar
Problem: More functions can be used as methods. Solution: Make various functions usable as a method.
2019-09-07Update runtime filesBram Moolenaar
2019-09-07patch 8.1.2000: plugin cannot get the current IME statusv8.1.2000Bram Moolenaar
Problem: Plugin cannot get the current IME status. Solution: Add the getimstatus() function. (closes #4904)
2019-09-06patch 8.1.1996: more functions can be used as methodsv8.1.1996Bram Moolenaar
Problem: More functions can be used as methods. Solution: Make various functions usable as a method.
2019-09-06patch 8.1.1995: more functions can be used as methodsv8.1.1995Bram Moolenaar
Problem: More functions can be used as methods. Solution: Make sign functions usable as a method.
2019-09-06patch 8.1.1993: more functions can be used as methodsv8.1.1993Bram Moolenaar
Problem: More functions can be used as methods. Solution: Make various functions usable as a method.
2019-09-04patch 8.1.1987: more functions can be used as methodsv8.1.1987Bram Moolenaar
Problem: More functions can be used as methods. Solution: Make various functions usable as a method.
2019-09-04patch 8.1.1986: more functions can be used as methodsv8.1.1986Bram Moolenaar
Problem: More functions can be used as methods. Solution: Make textprop functions usable as a method.
2019-09-04patch 8.1.1984: more functions can be used as methodsv8.1.1984Bram Moolenaar
Problem: More functions can be used as methods. Solution: Make various functions usable as a method.
2019-09-04patch 8.1.1982: more functions can be used as methodsv8.1.1982Bram Moolenaar
Problem: More functions can be used as methods. Solution: Make popup functions usable as a method.
2019-09-04patch 8.1.1977: terminal debugger plugin may hangv8.1.1977Bram Moolenaar
Problem: Terminal debugger plugin may hang. Solution: Wait longer when still reading symbols.
2019-09-03patch 8.1.1969: popup window filter is used in all modesv8.1.1969Bram Moolenaar
Problem: Popup window filter is used in all modes. Solution: Add the "filtermode" property.
2019-09-01patch 8.1.1961: more functions can be used as a methodv8.1.1961Bram Moolenaar
Problem: More functions can be used as a method. Solution: Allow more functions to be used as a method. Add a test for mapcheck().
2019-08-31patch 8.1.1954: more functions can be used as a methodv8.1.1954Bram Moolenaar
Problem: More functions can be used as a method. Solution: Allow more functions to be used as a method.
2019-08-31patch 8.1.1953: more functions can be used as a methodv8.1.1953Bram Moolenaar
Problem: More functions can be used as a method. Solution: Allow more functions to be used as a method.
2019-08-31patch 8.1.1952: more functions can be used as a methodv8.1.1952Bram Moolenaar
Problem: More functions can be used as a method. Solution: Allow more functions to be used as a method.
2019-08-31Runtime files update.Bram Moolenaar
2019-08-29patch 8.1.1937: errors when using javascriptreactv8.1.1937Bram Moolenaar
Problem: Errors when using javascriptreact. Solution: Use ":runtime" instead of ":source". (closes #4875)
2019-08-26patch 8.1.1930: cannot recognize .jsx and .tsx filesv8.1.1930Bram Moolenaar
Problem: Cannot recognize .jsx and .tsx files. Solution: Recognize them as javascriptreact and typescriptreact. (closes #4830)
2019-08-25patch 8.1.1928: popup windows don't move with the text when making changesv8.1.1928Bram Moolenaar
Problem: Popup windows don't move with the text when making changes. Solution: Add the 'textprop" property to the popup window options, position the popup relative to a text property. (closes #4560) No tests yet.
2019-08-24patch 8.1.1925: more functions can be used as methodsv8.1.1925Bram Moolenaar
Problem: More functions can be used as methods. Solution: Make various functions usable as a method.
2019-08-24patch 8.1.1924: using empty string for current buffer is unexpectedv8.1.1924Bram Moolenaar
Problem: Using empty string for current buffer is unexpected. Solution: Make the argument optional for bufname() and bufnr().
2019-08-24patch 8.1.1921: more functions can be used as methodsv8.1.1921Bram Moolenaar
Problem: More functions can be used as methods. Solution: Make various functions usable as a method.
2019-08-23patch 8.1.1915: more functions can be used as methodsv8.1.1915Bram Moolenaar
Problem: More functions can be used as methods. Solution: Make various functions usable as a method.
2019-08-23patch 8.1.1913: not easy to compute the space on the command linev8.1.1913Bram Moolenaar
Problem: Not easy to compute the space on the command line. Solution: Add v:echospace. (Daniel Hahler, closes #4732)
2019-08-22patch 8.1.1912: more functions can be used as methodsv8.1.1912Bram Moolenaar
Problem: More functions can be used as methods. Solution: Make channel and job functions usable as a method.
2019-08-22patch 8.1.1911: more functions can be used as methodsv8.1.1911Bram Moolenaar
Problem: More functions can be used as methods. Solution: Make a few more functions usable as a method.
2019-08-21patch 8.1.1909: more functions can be used as methodsv8.1.1909Bram Moolenaar
Problem: More functions can be used as methods. Solution: Make a few more functions usable as a method.
2019-08-21patch 8.1.1905: cannot set all properties of the info popupv8.1.1905Bram Moolenaar
Problem: Cannot set all properties of the info popup. Solution: Add popup_findinfo(). Rename popup_getpreview() to popup_findpreview().
2019-08-21patch 8.1.1904: cannot have an info popup align with the popup menuv8.1.1904Bram Moolenaar
Problem: Cannot have an info popup align with the popup menu. Solution: Add the "align" item to 'completepopup'.
2019-08-21patch 8.1.1901: the +insert_expand feature is not always availablev8.1.1901Bram Moolenaar
Problem: The +insert_expand feature is not always available. Solution: Graduate the +insert_expand feature.
2019-08-20patch 8.1.1892: missing index entry and option menu for 'completepopup'v8.1.1892Bram Moolenaar
Problem: Missing index entry and option menu for 'completepopup'. Solution: Add the entries. Adjust #ifdefs to avoid dead code.
2019-08-18patch 8.1.1888: more functions can be used as methodsv8.1.1888Bram Moolenaar
Problem: More functions can be used as methods. Solution: Make various functions usable as a method.
2019-08-18patch 8.1.1887: the +cmdline_compl feature is not in the tiny versionv8.1.1887Bram Moolenaar
Problem: The +cmdline_compl feature is not in the tiny version. Solution: Graduate the +cmdline_compl feature.
2019-08-18patch 8.1.1882: cannot specify properties of the info popup windowv8.1.1882Bram Moolenaar
Problem: Cannot specify properties of the info popup window. Solution: Add the 'completepopup' option. Default to PmenuSel highlight.
2019-08-18patch 8.1.1880: cannot show extra info for completion in a popup windowv8.1.1880Bram Moolenaar
Problem: Cannot show extra info for completion in a popup window. Solution: Add the "popup" entry in 'completeopt'.
2019-08-17patch 8.1.1879: more functions can be used as methodsv8.1.1879Bram Moolenaar
Problem: More functions can be used as methods. Solution: Make float functions usable as a method.
2019-08-17Update runtime files.Bram Moolenaar
2019-08-17patch 8.1.1875: cannot get size and position of the popup menuv8.1.1875Bram Moolenaar
Problem: Cannot get size and position of the popup menu. Solution: Add pum_getpos(). (Ben Jackson, closes #4827)
2019-08-16patch 8.1.1865: spellrare and spellrepall in the wrong orderv8.1.1865Bram Moolenaar
Problem: Spellrare and spellrepall in the wrong order. Solution: Put spellrare below spellrepall. (closes #4820)
2019-08-16patch 8.1.1861: only some assert functions can be used as a methodv8.1.1861Bram Moolenaar
Problem: Only some assert functions can be used as a method. Solution: Allow using most assert functions as a method.
2019-08-13patch 8.1.1844: buffer no longer unloaded when adding text propertiesv8.1.1844Bram Moolenaar
Problem: Buffer no longer unloaded when adding text properties to it. Solution: Do not create the memfile. (closes #4808)
2019-08-11patch 8.1.1838: there is :spellwrong and :spellgood but not :spellrarev8.1.1838Bram Moolenaar
Problem: There is :spellwrong and :spellgood but not :spellrare. Solution: Add :spellrare. (Martin Tournoij, closes #4291)
2019-08-10patch 8.1.1837: popup test fails if clipboard is supported but not workingv8.1.1837Bram Moolenaar
Problem: Popup test fails if clipboard is supported but not working. Solution: Add the "clipboard_working" feature. Also use Check commands instead of "if" and "throw". And remove stray ch_logfile().