summaryrefslogtreecommitdiff
path: root/runtime
Commit message (Collapse)AuthorAgeFilesLines
* patch 8.1.2000: plugin cannot get the current IME statusv8.1.2000Bram Moolenaar2019-09-071-0/+6
| | | | | Problem: Plugin cannot get the current IME status. Solution: Add the getimstatus() function. (closes #4904)
* patch 8.1.1996: more functions can be used as methodsv8.1.1996Bram Moolenaar2019-09-061-6/+44
| | | | | Problem: More functions can be used as methods. Solution: Make various functions usable as a method.
* patch 8.1.1995: more functions can be used as methodsv8.1.1995Bram Moolenaar2019-09-061-2/+25
| | | | | Problem: More functions can be used as methods. Solution: Make sign functions usable as a method.
* patch 8.1.1993: more functions can be used as methodsv8.1.1993Bram Moolenaar2019-09-061-1/+45
| | | | | Problem: More functions can be used as methods. Solution: Make various functions usable as a method.
* patch 8.1.1987: more functions can be used as methodsv8.1.1987Bram Moolenaar2019-09-041-12/+68
| | | | | Problem: More functions can be used as methods. Solution: Make various functions usable as a method.
* patch 8.1.1986: more functions can be used as methodsv8.1.1986Bram Moolenaar2019-09-041-2/+21
| | | | | Problem: More functions can be used as methods. Solution: Make textprop functions usable as a method.
* patch 8.1.1984: more functions can be used as methodsv8.1.1984Bram Moolenaar2019-09-041-4/+40
| | | | | Problem: More functions can be used as methods. Solution: Make various functions usable as a method.
* patch 8.1.1982: more functions can be used as methodsv8.1.1982Bram Moolenaar2019-09-041-1/+29
| | | | | Problem: More functions can be used as methods. Solution: Make popup functions usable as a method.
* patch 8.1.1977: terminal debugger plugin may hangv8.1.1977Bram Moolenaar2019-09-041-7/+8
| | | | | Problem: Terminal debugger plugin may hang. Solution: Wait longer when still reading symbols.
* patch 8.1.1969: popup window filter is used in all modesv8.1.1969Bram Moolenaar2019-09-031-9/+28
| | | | | Problem: Popup window filter is used in all modes. Solution: Add the "filtermode" property.
* patch 8.1.1961: more functions can be used as a methodv8.1.1961Bram Moolenaar2019-09-011-0/+40
| | | | | | Problem: More functions can be used as a method. Solution: Allow more functions to be used as a method. Add a test for mapcheck().
* patch 8.1.1954: more functions can be used as a methodv8.1.1954Bram Moolenaar2019-08-311-2/+46
| | | | | Problem: More functions can be used as a method. Solution: Allow more functions to be used as a method.
* patch 8.1.1953: more functions can be used as a methodv8.1.1953Bram Moolenaar2019-08-311-0/+50
| | | | | Problem: More functions can be used as a method. Solution: Allow more functions to be used as a method.
* patch 8.1.1952: more functions can be used as a methodv8.1.1952Bram Moolenaar2019-08-311-3/+25
| | | | | Problem: More functions can be used as a method. Solution: Allow more functions to be used as a method.
* Runtime files update.Bram Moolenaar2019-08-3121-987/+1334
|
* patch 8.1.1937: errors when using javascriptreactv8.1.1937Bram Moolenaar2019-08-293-3/+3
| | | | | Problem: Errors when using javascriptreact. Solution: Use ":runtime" instead of ":source". (closes #4875)
* patch 8.1.1930: cannot recognize .jsx and .tsx filesv8.1.1930Bram Moolenaar2019-08-264-1/+13
| | | | | | Problem: Cannot recognize .jsx and .tsx files. Solution: Recognize them as javascriptreact and typescriptreact. (closes #4830)
* patch 8.1.1928: popup windows don't move with the text when making changesv8.1.1928Bram Moolenaar2019-08-251-0/+82
| | | | | | | 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.
* patch 8.1.1925: more functions can be used as methodsv8.1.1925Bram Moolenaar2019-08-241-3/+60
| | | | | Problem: More functions can be used as methods. Solution: Make various functions usable as a method.
* patch 8.1.1924: using empty string for current buffer is unexpectedv8.1.1924Bram Moolenaar2019-08-241-7/+8
| | | | | Problem: Using empty string for current buffer is unexpected. Solution: Make the argument optional for bufname() and bufnr().
* patch 8.1.1921: more functions can be used as methodsv8.1.1921Bram Moolenaar2019-08-241-1/+63
| | | | | Problem: More functions can be used as methods. Solution: Make various functions usable as a method.
* patch 8.1.1915: more functions can be used as methodsv8.1.1915Bram Moolenaar2019-08-231-0/+48
| | | | | Problem: More functions can be used as methods. Solution: Make various functions usable as a method.
* patch 8.1.1913: not easy to compute the space on the command linev8.1.1913Bram Moolenaar2019-08-231-0/+7
| | | | | Problem: Not easy to compute the space on the command line. Solution: Add v:echospace. (Daniel Hahler, closes #4732)
* patch 8.1.1912: more functions can be used as methodsv8.1.1912Bram Moolenaar2019-08-221-1/+67
| | | | | Problem: More functions can be used as methods. Solution: Make channel and job functions usable as a method.
* patch 8.1.1911: more functions can be used as methodsv8.1.1911Bram Moolenaar2019-08-221-1/+14
| | | | | Problem: More functions can be used as methods. Solution: Make a few more functions usable as a method.
* patch 8.1.1909: more functions can be used as methodsv8.1.1909Bram Moolenaar2019-08-212-8/+26
| | | | | Problem: More functions can be used as methods. Solution: Make a few more functions usable as a method.
* patch 8.1.1905: cannot set all properties of the info popupv8.1.1905Bram Moolenaar2019-08-211-4/+14
| | | | | | Problem: Cannot set all properties of the info popup. Solution: Add popup_findinfo(). Rename popup_getpreview() to popup_findpreview().
* patch 8.1.1904: cannot have an info popup align with the popup menuv8.1.1904Bram Moolenaar2019-08-211-0/+7
| | | | | Problem: Cannot have an info popup align with the popup menu. Solution: Add the "align" item to 'completepopup'.
* patch 8.1.1901: the +insert_expand feature is not always availablev8.1.1901Bram Moolenaar2019-08-214-22/+7
| | | | | Problem: The +insert_expand feature is not always available. Solution: Graduate the +insert_expand feature.
* patch 8.1.1892: missing index entry and option menu for 'completepopup'v8.1.1892Bram Moolenaar2019-08-202-2/+7
| | | | | Problem: Missing index entry and option menu for 'completepopup'. Solution: Add the entries. Adjust #ifdefs to avoid dead code.
* patch 8.1.1888: more functions can be used as methodsv8.1.1888Bram Moolenaar2019-08-181-8/+42
| | | | | Problem: More functions can be used as methods. Solution: Make various functions usable as a method.
* patch 8.1.1887: the +cmdline_compl feature is not in the tiny versionv8.1.1887Bram Moolenaar2019-08-181-5/+3
| | | | | Problem: The +cmdline_compl feature is not in the tiny version. Solution: Graduate the +cmdline_compl feature.
* patch 8.1.1882: cannot specify properties of the info popup windowv8.1.1882Bram Moolenaar2019-08-182-38/+39
| | | | | Problem: Cannot specify properties of the info popup window. Solution: Add the 'completepopup' option. Default to PmenuSel highlight.
* patch 8.1.1880: cannot show extra info for completion in a popup windowv8.1.1880Bram Moolenaar2019-08-181-1/+8
| | | | | Problem: Cannot show extra info for completion in a popup window. Solution: Add the "popup" entry in 'completeopt'.
* patch 8.1.1879: more functions can be used as methodsv8.1.1879Bram Moolenaar2019-08-171-4/+109
| | | | | Problem: More functions can be used as methods. Solution: Make float functions usable as a method.
* Update runtime files.Bram Moolenaar2019-08-1720-339/+699
|
* patch 8.1.1875: cannot get size and position of the popup menuv8.1.1875Bram Moolenaar2019-08-172-0/+23
| | | | | Problem: Cannot get size and position of the popup menu. Solution: Add pum_getpos(). (Ben Jackson, closes #4827)
* patch 8.1.1865: spellrare and spellrepall in the wrong orderv8.1.1865Bram Moolenaar2019-08-161-1/+1
| | | | | Problem: Spellrare and spellrepall in the wrong order. Solution: Put spellrare below spellrepall. (closes #4820)
* patch 8.1.1861: only some assert functions can be used as a methodv8.1.1861Bram Moolenaar2019-08-161-0/+18
| | | | | Problem: Only some assert functions can be used as a method. Solution: Allow using most assert functions as a method.
* patch 8.1.1844: buffer no longer unloaded when adding text propertiesv8.1.1844Bram Moolenaar2019-08-131-0/+5
| | | | | Problem: Buffer no longer unloaded when adding text properties to it. Solution: Do not create the memfile. (closes #4808)
* patch 8.1.1838: there is :spellwrong and :spellgood but not :spellrarev8.1.1838Bram Moolenaar2019-08-111-0/+17
| | | | | Problem: There is :spellwrong and :spellgood but not :spellrare. Solution: Add :spellrare. (Martin Tournoij, closes #4291)
* patch 8.1.1837: popup test fails if clipboard is supported but not workingv8.1.1837Bram Moolenaar2019-08-101-0/+1
| | | | | | 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().
* patch 8.1.1835: cannot use printf() as a methodv8.1.1835Bram Moolenaar2019-08-101-1/+5
| | | | | Problem: Cannot use printf() as a method. Solution: Pass the base as the second argument to printf().
* patch 8.1.1834: cannot use a lambda as a methodv8.1.1834Bram Moolenaar2019-08-091-1/+5
| | | | | Problem: Cannot use a lambda as a method. Solution: Implement ->{lambda}(). (closes #4768)
* Update runtime files.Bram Moolenaar2019-08-0813-58/+92
|
* patch 8.1.1828: not strict enough checking syntax of method invocationv8.1.1828Bram Moolenaar2019-08-081-4/+11
| | | | | Problem: Not strict enough checking syntax of method invocation. Solution: Check there is no white space inside ->method(.
* patch 8.1.1813: ATTENTION prompt for a preview popup windowv8.1.1813Bram Moolenaar2019-08-041-2/+11
| | | | | | Problem: ATTENTION prompt for a preview popup window. Solution: Close the popup window if aborting the buffer load. Avoid getting the ATTENTION dialog.
* patch 8.1.1809: more functions can be used as a methodv8.1.1809Bram Moolenaar2019-08-041-2/+40
| | | | | Problem: More functions can be used as a method. Solution: Add has_key(), split(), str2list(), etc.
* patch 8.1.1807: more functions can be used as a methodv8.1.1807Bram Moolenaar2019-08-042-15/+64
| | | | | | Problem: More functions can be used as a method. Solution: Add append(), appendbufline(), assert_equal(), etc. Also add the :eval command.
* patch 8.1.1803: all builtin functions are globalv8.1.1803Bram Moolenaar2019-08-031-8/+73
| | | | | | Problem: All builtin functions are global. Solution: Add the method call operator ->. Implemented for a limited number of functions.