summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* patch 8.2.1530: Vim9: test fails on MS-Windowsv8.2.1530Bram Moolenaar2020-08-272-3/+13
* patch 8.2.1529: Vim9: :elseif may be compiled when not neededv8.2.1529Bram Moolenaar2020-08-273-1/+9
* patch 8.2.1528: Vim9: :endif not found after "if false"v8.2.1528Bram Moolenaar2020-08-273-19/+30
* patch 8.2.1527: Vim9: cannot use a function name at script levelv8.2.1527Bram Moolenaar2020-08-274-7/+39
* patch 8.2.1526: line in testdir Makefile got commented outv8.2.1526Bram Moolenaar2020-08-272-1/+3
* patch 8.2.1525: messages from tests were not always displayedv8.2.1525Bram Moolenaar2020-08-264-4/+6
* patch 8.2.1524: no longer get an error for string concatenation with floatv8.2.1524Bram Moolenaar2020-08-253-5/+14
* patch 8.2.1523: still not enough test coverage for the spell file handlingv8.2.1523Bram Moolenaar2020-08-252-32/+52
* patch 8.2.1522: not enough test coverage for the spell file handlingv8.2.1522Bram Moolenaar2020-08-242-0/+225
* patch 8.2.1521: reading past end of buffer when reading spellfilev8.2.1521Bram Moolenaar2020-08-243-7/+14
* patch 8.2.1520: Vim9: CTRL-] used in :def function does not workv8.2.1520Bram Moolenaar2020-08-233-1/+25
* patch 8.2.1519: Vim9: Ex command default range is not setv8.2.1519Bram Moolenaar2020-08-233-98/+138
* patch 8.2.1518: Vim9: cannot assign to local optionv8.2.1518Bram Moolenaar2020-08-236-18/+51
* patch 8.2.1517: cannot easily get the character under the cursorv8.2.1517Bram Moolenaar2020-08-233-5/+19
* patch 8.2.1516: Vim9: error for :exe has wrong line numberv8.2.1516Bram Moolenaar2020-08-233-2/+8
* patch 8.2.1515: Vim9: can create s:var in legacy script but cannot unletv8.2.1515Bram Moolenaar2020-08-233-2/+22
* patch 8.2.1514: multibyte vertical separator is cleared when dragging popupv8.2.1514Bram Moolenaar2020-08-232-1/+4
* patch 8.2.1513: cannot interrupt shell used for filename expansionv8.2.1513Bram Moolenaar2020-08-2312-26/+41
* patch 8.2.1512: failure after trinary expression failsv8.2.1512Bram Moolenaar2020-08-224-0/+54
* patch 8.2.1511: putting a string in Visual block mode ignores multi-bytev8.2.1511Bram Moolenaar2020-08-223-2/+36
* patch 8.2.1510: using "var" in :def function may refer to legacy script varv8.2.1510Bram Moolenaar2020-08-223-27/+33
* patch 8.2.1509: vertical separator is cleared when dragging a popup windowv8.2.1509Bram Moolenaar2020-08-222-1/+4
* patch 8.2.1508: not all debugger commands covered by testsv8.2.1508Bram Moolenaar2020-08-222-0/+95
* patch 8.2.1507: using malloc() directlyv8.2.1507Bram Moolenaar2020-08-224-6/+8
* 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-191-0/+2
* 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