summaryrefslogtreecommitdiff
path: root/runtime
Commit message (Expand)AuthorAgeFilesLines
* patch 8.1.1915: more functions can be used as methodsv8.1.1915Bram Moolenaar2019-08-231-0/+48
* patch 8.1.1913: not easy to compute the space on the command linev8.1.1913Bram Moolenaar2019-08-231-0/+7
* patch 8.1.1912: more functions can be used as methodsv8.1.1912Bram Moolenaar2019-08-221-1/+67
* patch 8.1.1911: more functions can be used as methodsv8.1.1911Bram Moolenaar2019-08-221-1/+14
* patch 8.1.1909: more functions can be used as methodsv8.1.1909Bram Moolenaar2019-08-212-8/+26
* patch 8.1.1905: cannot set all properties of the info popupv8.1.1905Bram Moolenaar2019-08-211-4/+14
* patch 8.1.1904: cannot have an info popup align with the popup menuv8.1.1904Bram Moolenaar2019-08-211-0/+7
* patch 8.1.1901: the +insert_expand feature is not always availablev8.1.1901Bram Moolenaar2019-08-214-22/+7
* patch 8.1.1892: missing index entry and option menu for 'completepopup'v8.1.1892Bram Moolenaar2019-08-202-2/+7
* patch 8.1.1888: more functions can be used as methodsv8.1.1888Bram Moolenaar2019-08-181-8/+42
* patch 8.1.1887: the +cmdline_compl feature is not in the tiny versionv8.1.1887Bram Moolenaar2019-08-181-5/+3
* patch 8.1.1882: cannot specify properties of the info popup windowv8.1.1882Bram Moolenaar2019-08-182-38/+39
* patch 8.1.1880: cannot show extra info for completion in a popup windowv8.1.1880Bram Moolenaar2019-08-181-1/+8
* patch 8.1.1879: more functions can be used as methodsv8.1.1879Bram Moolenaar2019-08-171-4/+109
* 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
* patch 8.1.1865: spellrare and spellrepall in the wrong orderv8.1.1865Bram Moolenaar2019-08-161-1/+1
* patch 8.1.1861: only some assert functions can be used as a methodv8.1.1861Bram Moolenaar2019-08-161-0/+18
* patch 8.1.1844: buffer no longer unloaded when adding text propertiesv8.1.1844Bram Moolenaar2019-08-131-0/+5
* patch 8.1.1838: there is :spellwrong and :spellgood but not :spellrarev8.1.1838Bram Moolenaar2019-08-111-0/+17
* patch 8.1.1837: popup test fails if clipboard is supported but not workingv8.1.1837Bram Moolenaar2019-08-101-0/+1
* patch 8.1.1835: cannot use printf() as a methodv8.1.1835Bram Moolenaar2019-08-101-1/+5
* patch 8.1.1834: cannot use a lambda as a methodv8.1.1834Bram Moolenaar2019-08-091-1/+5
* 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
* patch 8.1.1813: ATTENTION prompt for a preview popup windowv8.1.1813Bram Moolenaar2019-08-041-2/+11
* patch 8.1.1809: more functions can be used as a methodv8.1.1809Bram Moolenaar2019-08-041-2/+40
* patch 8.1.1807: more functions can be used as a methodv8.1.1807Bram Moolenaar2019-08-042-15/+64
* patch 8.1.1803: all builtin functions are globalv8.1.1803Bram Moolenaar2019-08-031-8/+73
* patch 8.1.1799: cannot avoid mapping for a popup windowv8.1.1799Bram Moolenaar2019-08-031-4/+25
* patch 8.1.1787: cannot resize a popup windowv8.1.1787Bram Moolenaar2019-08-011-1/+5
* Update runtime files.Bram Moolenaar2019-07-3137-2586/+338
* patch 8.1.1770: cannot get the window ID of the popup preview windowv8.1.1770Bram Moolenaar2019-07-282-1/+6
* patch 8.1.1769: 'shellslash' is also used for completionv8.1.1769Bram Moolenaar2019-07-281-1/+17
* patch 8.1.1768: man plugin changes setting in current windowv8.1.1768Bram Moolenaar2019-07-281-2/+1
* patch 8.1.1762: some filetype rules are in the wrong placev8.1.1762Bram Moolenaar2019-07-271-9/+6
* patch 8.1.1761: filetype "vuejs" causes problems for some usersv8.1.1761Bram Moolenaar2019-07-271-0/+3
* patch 8.1.1733: the man ftplugin leaves an empty buffer behindv8.1.1733Bram Moolenaar2019-07-221-12/+13
* patch 8.1.1726: the eval.txt help file is too bigv8.1.1726Bram Moolenaar2019-07-218-1267/+1355
* patch 8.1.1723: heredoc assignment has no room for new featuresv8.1.1723Bram Moolenaar2019-07-211-3/+3
* Update runtime filesBram Moolenaar2019-07-1922-948/+1459
* patch 8.1.1714: cannot preview a file in a popup windowv8.1.1714Bram Moolenaar2019-07-182-2/+19
* patch 8.1.1713: highlighting cursor line only works with popup_menu()v8.1.1713Bram Moolenaar2019-07-181-5/+12
* patch 8.1.1705: using ~{} for a literal dict is not nicev8.1.1705Bram Moolenaar2019-07-162-14/+14
* patch 8.1.1692: using *{} for literal dict is not backwards compatiblev8.1.1692Bram Moolenaar2019-07-142-13/+13
* patch 8.1.1690: default padding for popup window menu is too muchv8.1.1690Bram Moolenaar2019-07-141-2/+2
* Update runtime filesBram Moolenaar2019-07-1315-164/+204
* patch 8.1.1683: dictionary with string keys is longer than neededv8.1.1683Bram Moolenaar2019-07-131-3/+11
* patch 8.1.1682: placing a larger number of signs is slowv8.1.1682Bram Moolenaar2019-07-132-7/+124
* patch 8.1.1674: script to check a colorscheme can be improvedv8.1.1674Bram Moolenaar2019-07-121-23/+26