summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* patch 8.2.1506: Vim9: no error when using a number other than 0 or 1 as boolv8.2.1506Bram Moolenaar2020-08-224-5/+23
* patch 8.2.1505: not all file read and writecode is testedv8.2.1505Bram Moolenaar2020-08-214-6/+40
* patch 8.2.1504: Vim9: white space checks are only done for a :def functionv8.2.1504Bram Moolenaar2020-08-2111-39/+65
* patch 8.2.1503: Vim9: error for autocmd defined in :def in legacy scriptv8.2.1503Bram Moolenaar2020-08-213-0/+23
* patch 8.2.1502: Vim9: can use += with a :let command at script levelv8.2.1502Bram Moolenaar2020-08-214-4/+13
* patch 8.2.1501: Vim9: concatenating to constant reverses orderv8.2.1501Bram Moolenaar2020-08-213-3/+23
* patch 8.2.1500: Vim9: error when using address without a commandv8.2.1500Bram Moolenaar2020-08-203-3/+25
* patch 8.2.1499: Vim9: error when using "$" with col()v8.2.1499Bram Moolenaar2020-08-203-5/+17
* patch 8.2.1498: on slow systems tests can be flakyv8.2.1498Bram Moolenaar2020-08-208-37/+39
* patch 8.2.1497: CursorHold test is flakyv8.2.1497Bram Moolenaar2020-08-202-6/+7
* patch 8.2.1496: Vim9: cannot use " #" in a mappingv8.2.1496Bram Moolenaar2020-08-204-0/+13
* patch 8.2.1495: "make clean" may delete too many filesv8.2.1495Bram Moolenaar2020-08-202-2/+3
* patch 8.2.1494: missing change to calling eval_getline()v8.2.1494Bram Moolenaar2020-08-202-1/+4
* patch 8.2.1493: not enough test coverage for the spell file handlingv8.2.1493Bram Moolenaar2020-08-203-88/+278
* patch 8.2.1492: build failuresv8.2.1492Bram Moolenaar2020-08-203-18/+20
* patch 8.2.1491: Vim9: crash when compiling heredoc lines start with commentv8.2.1491Bram Moolenaar2020-08-2016-45/+81
* patch 8.2.1490: Vim9: using /= with float and number doesn't workv8.2.1490Bram Moolenaar2020-08-193-22/+27
* patch 8.2.1489: Vim9: error when setting an option with setbufvar()v8.2.1489Bram Moolenaar2020-08-193-21/+34
* patch 8.2.1488: text does not scroll when inserting above first linev8.2.1488Bram Moolenaar2020-08-194-1/+19
* patch 8.2.1487: Travis: installing snd-dummy is not always usefulv8.2.1487Bram Moolenaar2020-08-193-9/+15
* patch 8.2.1486: Vim9: readdir() expression doesn't accept boolv8.2.1486Bram Moolenaar2020-08-193-37/+41
* patch 8.2.1485: Vim9: readdirex() expression doesn't accept boolv8.2.1485Bram Moolenaar2020-08-193-0/+12
* patch 8.2.1484: flaky failure in assert_fails()v8.2.1484Bram Moolenaar2020-08-182-1/+4
* patch 8.2.1483: Vim9: error for using special as numberv8.2.1483Bram Moolenaar2020-08-182-1/+3
* patch 8.2.1482: Vim9: crash when using a nested lambdav8.2.1482Bram Moolenaar2020-08-184-3/+18
* patch 8.2.1481: Vim9: line number reported with error may be wrongv8.2.1481Bram Moolenaar2020-08-184-297/+306
* patch 8.2.1480: Vim9: skip expression in search() gives errorv8.2.1480Bram Moolenaar2020-08-185-1/+22
* patch 8.2.1479: Vim9: error for list index uses wrong line numberv8.2.1479Bram Moolenaar2020-08-189-15/+56
* patch 8.2.1478: Vim9: cannot use "true" for some popup optionsv8.2.1478Bram Moolenaar2020-08-184-21/+33
* patch 8.2.1477: Vim9: error when using bufnr('%')v8.2.1477Bram Moolenaar2020-08-173-1/+9
* patch 8.2.1476: filetype test fails on MS-Windowsv8.2.1476Bram Moolenaar2020-08-172-1/+3
* patch 8.2.1475: Vim9: can't use v:true for option flagsv8.2.1475Bram Moolenaar2020-08-174-26/+46
* patch 8.2.1474: /usr/lib/udef/rules.d not recognized as udevrulesv8.2.1474Bram Moolenaar2020-08-173-1/+4
* patch 8.2.1473: items in a list given to :const can still be modifiedv8.2.1473Bram Moolenaar2020-08-175-24/+60
* patch 8.2.1472: ":argdel" does not work like ":.argdel" as documentedv8.2.1472Bram Moolenaar2020-08-174-8/+24
* patch 8.2.1471: :const only locks the variable, not the valuev8.2.1471Bram Moolenaar2020-08-163-5/+11
* patch 8.2.1470: errors in spell file not testedv8.2.1470Bram Moolenaar2020-08-162-1/+168
* patch 8.2.1469: Vim9: cannot assign string to string optionv8.2.1469Bram Moolenaar2020-08-163-26/+56
* patch 8.2.1468: Vim9: invalid error for missing white spacev8.2.1468Bram Moolenaar2020-08-163-1/+10
* patch 8.2.1467: Vim9: :echomsg doesn't like a dict argumentv8.2.1467Bram Moolenaar2020-08-164-10/+22
* patch 8.2.1466: Vim9: cannot index or slice a variable with type "any"v8.2.1466Bram Moolenaar2020-08-1611-205/+410
* patch 8.2.1465: Vim9: subscript not handled properlyv8.2.1465Bram Moolenaar2020-08-169-67/+71
* patch 8.2.1464: Vim9: build warning for unused variablev8.2.1464Bram Moolenaar2020-08-152-1/+2
* patch 8.2.1463: Vim9: list slice not supported yetv8.2.1463Bram Moolenaar2020-08-159-57/+175
* patch 8.2.1462: Vim9: string slice not supported yetv8.2.1462Bram Moolenaar2020-08-159-24/+183
* Update runtime files.Bram Moolenaar2020-08-1539-137/+9035
* patch 8.2.1461: Vim9: string indexes are counted in bytesv8.2.1461Bram Moolenaar2020-08-156-24/+78
* patch 8.2.1460: error messages are spread outv8.2.1460Bram Moolenaar2020-08-1518-182/+369
* patch 8.2.1459: Vim9: declaring script var in script does not infer the typev8.2.1459Bram Moolenaar2020-08-153-1/+14
* patch 8.2.1458: .gawk files not recognizedv8.2.1458Bram Moolenaar2020-08-153-3/+6