summaryrefslogtreecommitdiffstats
path: root/src
AgeCommit message (Expand)Author
2020-09-04patch 8.2.1588: cannot read back the prompt of a prompt bufferv8.2.1588Bram Moolenaar
2020-09-04patch 8.2.1587: loop for handling keys for the command line is too longv8.2.1587Bram Moolenaar
2020-09-04patch 8.2.1586: :resize command not fully testedv8.2.1586Bram Moolenaar
2020-09-04patch 8.2.1585: messages in globals.h not translatedv8.2.1585Bram Moolenaar
2020-09-03patch 8.2.1584: Vim9: cannot use "true" for "skipstart" in prop_find()v8.2.1584Bram Moolenaar
2020-09-03patch 8.2.1583: MS-Windows: cannot easily measure code coveragev8.2.1583Bram Moolenaar
2020-09-03patch 8.2.1582: the channel log does not show typed textv8.2.1582Bram Moolenaar
2020-09-03patch 8.2.1581: using line() for global popup window doesn't workv8.2.1581Bram Moolenaar
2020-09-03patch 8.2.1580: wildmenu does not work properlyv8.2.1580Bram Moolenaar
2020-09-03patch 8.2.1579: reports from asan are not optimalv8.2.1579Bram Moolenaar
2020-09-02patch 8.2.1578: Vim9: popup_clear() does not take "true" as argumentv8.2.1578Bram Moolenaar
2020-09-02patch 8.2.1577: Vim9: hasmapto()/mapcheck()/maparg() do nottake "true" argv8.2.1577Bram Moolenaar
2020-09-02patch 8.2.1576: Vim9: index() does not take "true" as argumentv8.2.1576Bram Moolenaar
2020-09-02patch 8.2.1575: Vim9: globpath() doesnot take "true" as argumentv8.2.1575Bram Moolenaar
2020-09-02patch 8.2.1574: Vim9: glob() doesnot take "true" as argumentv8.2.1574Bram Moolenaar
2020-09-02patch 8.2.1573: Vim9: getreg() does not take "true" as argumentv8.2.1573Bram Moolenaar
2020-09-02patch 8.2.1572: Vim9: expand() does not take "true" as argumentv8.2.1572Bram Moolenaar
2020-09-02patch 8.2.1571: Vim9: count() third argument cannot be "true"v8.2.1571Bram Moolenaar
2020-09-02patch 8.2.1570: configure check for dirfd() does not work on HPUXv8.2.1570Bram Moolenaar
2020-09-02patch 8.2.1569: Vim9: fixes not tested; failure in getchangelist()v8.2.1569Bram Moolenaar
2020-09-02patch 8.2.1568: prop_find() skips properties in the same linev8.2.1568Bram Moolenaar
2020-09-02patch 8.2.1567: no example to use ubsan with clangv8.2.1567Bram Moolenaar
2020-09-02patch 8.2.1566: not all Bazel files are recognizedv8.2.1566Bram Moolenaar
2020-09-02patch 8.2.1565: spellfile test sometimes failsv8.2.1565Bram Moolenaar
2020-09-02patch 8.2.1564: a few remaining errors from ubsanv8.2.1564Bram Moolenaar
2020-09-01patch 8.2.1563: Vim9: error when using '%" with setbufvar() r getbufvar()v8.2.1563Bram Moolenaar
2020-09-01patch 8.2.1562: Vim9: error when using "%" where a buffer is expectedv8.2.1562Bram Moolenaar
2020-09-01patch 8.2.1561: using NULL pointers in fold codev8.2.1561Bram Moolenaar
2020-09-01patch 8.2.1560: using NULL pointers in some codev8.2.1560Bram Moolenaar
2020-09-01patch 8.2.1559: s390x tests work againv8.2.1559Bram Moolenaar
2020-08-31patch 8.2.1558: signs test failsv8.2.1558Bram Moolenaar
2020-08-31patch 8.2.1557: crash in :vimgrep when started as "vim -n"v8.2.1557Bram Moolenaar
2020-08-31patch 8.2.1556: cursorline highlighting always overrules sign highlightingv8.2.1556Bram Moolenaar
2020-08-31patch 8.2.1555: not all tests are executed on Github Actionsv8.2.1555Bram Moolenaar
2020-08-31patch 8.2.1554: crash in normal testv8.2.1554Bram Moolenaar
2020-08-31patch 8.2.1553: crash in edit testv8.2.1553Bram Moolenaar
2020-08-31patch 8.2.1552: warnings from asan with clang-11v8.2.1552Bram Moolenaar
2020-08-30patch 8.2.1551: Vim9: error for argument type does not mention the numberv8.2.1551Bram Moolenaar
2020-08-30patch 8.2.1550: Vim9: bufname('%') gives an errorv8.2.1550Bram Moolenaar
2020-08-30patch 8.2.1549: "r" fails if 'esckeys' is off and modifyOtherKeys is usedv8.2.1549Bram Moolenaar
2020-08-30patch 8.2.1548: cannot move position of "%%" in message translationsv8.2.1548Bram Moolenaar
2020-08-30patch 8.2.1547: various comment problemsv8.2.1547Bram Moolenaar
2020-08-30patch 8.2.1546: build rule for Vim.app is unusedv8.2.1546Bram Moolenaar
2020-08-30patch 8.2.1545: ch_logfile() is unclear about closing when forkingv8.2.1545Bram Moolenaar
2020-08-30Update runtime files.Bram Moolenaar
2020-08-30patch 8.2.1544: cannot translate messages in a Vim scriptv8.2.1544Bram Moolenaar
2020-08-30patch 8.2.1543: Vim9: test with invalid SID is skipped in the GUIv8.2.1543Bram Moolenaar
2020-08-29patch 8.2.1542: Vim9: test with invalid SID does not work in the GUIv8.2.1542Bram Moolenaar
2020-08-29patch 8.2.1541: Vim9: cannot find function reference for s:Funcv8.2.1541Bram Moolenaar
2020-08-29patch 8.2.1540: the user cannot try out emoji character widthsv8.2.1540Bram Moolenaar