summaryrefslogtreecommitdiff
path: root/runtime
Commit message (Expand)AuthorAgeFilesLines
* patch 8.2.1744: Vim9: using ":const!" is weirdv8.2.1744Bram Moolenaar2020-09-261-128/+187
* patch 8.2.1741: pathshorten() only supports using one characterv8.2.1741Bram Moolenaar2020-09-251-4/+8
* patch 8.2.1727: a popup created with "cursorline" will ignore "firstline"v8.2.1727Bram Moolenaar2020-09-221-5/+13
* patch 8.2.1726: fuzzy matching only works on stringsv8.2.1726Bram Moolenaar2020-09-222-7/+49
* patch 8.2.1725: not all Pascal files are recognizedv8.2.1725Bram Moolenaar2020-09-221-4/+4
* patch 8.2.1716: options window has duplicate translationsv8.2.1716Bram Moolenaar2020-09-201-16/+17
* Update runtime files.Bram Moolenaar2020-09-1917-178/+474
* patch 8.2.1703: ":highlight clear" does not restore default linkv8.2.1703Bram Moolenaar2020-09-171-0/+1
* patch 8.2.1698: cannot lock a variable in legacy Vim script like in Vim9v8.2.1698Bram Moolenaar2020-09-161-2/+13
* patch 8.2.1685: Vim9: cannot declare a constant valuev8.2.1685Bram Moolenaar2020-09-141-15/+67
* patch 8.2.1665: cannot do fuzzy string matchingv8.2.1665Bram Moolenaar2020-09-112-0/+25
* patch 8.2.1663: options window entries cannot be translatedv8.2.1663Bram Moolenaar2020-09-111-448/+440
* patch 8.2.1652: cannot translate lines in the options windowv8.2.1652Bram Moolenaar2020-09-101-28/+36
* patch 8.2.1642: otions test failsv8.2.1642Bram Moolenaar2020-09-091-1/+1
* patch 8.2.1639: options window cannot be translatedv8.2.1639Bram Moolenaar2020-09-091-105/+108
* patch 8.2.1635: no digraph for 0x2022 BULLETv8.2.1635Bram Moolenaar2020-09-081-0/+1
* Update runtime files.Bram Moolenaar2020-09-0733-247/+735
* patch 8.2.1631: test_fails() does not check the context of the line numberv8.2.1631Bram Moolenaar2020-09-061-1/+5
* patch 8.2.1588: cannot read back the prompt of a prompt bufferv8.2.1588Bram Moolenaar2020-09-043-3/+22
* patch 8.2.1566: not all Bazel files are recognizedv8.2.1566Bram Moolenaar2020-09-021-3/+3
* patch 8.2.1556: cursorline highlighting always overrules sign highlightingv8.2.1556Bram Moolenaar2020-08-312-3/+7
* Update runtime files.Bram Moolenaar2020-08-3042-535/+961
* patch 8.2.1544: cannot translate messages in a Vim scriptv8.2.1544Bram Moolenaar2020-08-303-8/+23
* patch 8.2.1540: the user cannot try out emoji character widthsv8.2.1540Bram Moolenaar2020-08-291-0/+23
* patch 8.2.1536: cannot get the class of a character; emoji widths are wrongv8.2.1536Bram Moolenaar2020-08-282-0/+14
* patch 8.2.1535: it is not possible to specify cell widths of charactersv8.2.1535Bram Moolenaar2020-08-283-1/+28
* patch 8.2.1517: cannot easily get the character under the cursorv8.2.1517Bram Moolenaar2020-08-231-9/+17
* patch 8.2.1479: Vim9: error for list index uses wrong line numberv8.2.1479Bram Moolenaar2020-08-181-3/+12
* patch 8.2.1476: filetype test fails on MS-Windowsv8.2.1476Bram Moolenaar2020-08-171-1/+1
* patch 8.2.1474: /usr/lib/udef/rules.d not recognized as udevrulesv8.2.1474Bram Moolenaar2020-08-171-1/+1
* patch 8.2.1473: items in a list given to :const can still be modifiedv8.2.1473Bram Moolenaar2020-08-171-3/+11
* Update runtime files.Bram Moolenaar2020-08-1538-136/+9034
* patch 8.2.1461: Vim9: string indexes are counted in bytesv8.2.1461Bram Moolenaar2020-08-151-12/+24
* patch 8.2.1458: .gawk files not recognizedv8.2.1458Bram Moolenaar2020-08-151-1/+1
* patch 8.2.1439: tiny and small builds have no test coveragev8.2.1439Bram Moolenaar2020-08-131-0/+6
* patch 8.2.1435: Vim9: always converting to string for ".." leads to mistakesv8.2.1435Bram Moolenaar2020-08-121-2/+8
* patch 8.2.1420: test 49 is old stylev8.2.1420Bram Moolenaar2020-08-111-11/+4
* patch 8.2.1413: previous tab page not usable from an Ex commandv8.2.1413Bram Moolenaar2020-08-101-0/+6
* patch 8.2.1410: adding compiler plugin requires test changev8.2.1410Bram Moolenaar2020-08-091-0/+26
* patch 8.2.1409: nmpmrc and php.ini filetypes not recognizedv8.2.1409Bram Moolenaar2020-08-091-0/+6
* patch 8.2.1408: Vim9: type casting not supportedv8.2.1408Bram Moolenaar2020-08-091-0/+29
* patch 8.2.1407: Vim9: type of list and dict only depends on first itemv8.2.1407Bram Moolenaar2020-08-091-0/+8
* patch 8.2.1401: cannot jump to the last used tabpagev8.2.1401Bram Moolenaar2020-08-093-2/+13
* Update runtime files.Bram Moolenaar2020-08-0737-156/+391
* patch 8.2.1354: test 59 is old stylev8.2.1354Bram Moolenaar2020-08-021-2/+5
* patch 8.2.1347: cannot easily get the script IDv8.2.1347Bram Moolenaar2020-08-011-0/+4
* patch 8.2.1342: Vim9: accidentally using "t" gives a confusing errorv8.2.1342Bram Moolenaar2020-08-011-5/+6
* patch 8.2.1325: Vim9: using Vim9 script for autaload not testedv8.2.1325Bram Moolenaar2020-07-291-3/+7
* patch 8.2.1308: Vim9: accidentally using "x" causes Vim to exitv8.2.1308Bram Moolenaar2020-07-281-25/+27
* Update runtime files.Bram Moolenaar2020-07-2644-165/+259