summaryrefslogtreecommitdiffstats
path: root/src
AgeCommit message (Expand)Author
2018-04-15patch 8.0.1721: no test for using the 'termsize' optionv8.0.1721Bram Moolenaar
2018-04-15patch 8.0.1720: when a timer is running a terminal window may not closev8.0.1720Bram Moolenaar
2018-04-15patch 8.0.1719: cannot specify which Python executable configure should usev8.0.1719Bram Moolenaar
2018-04-15patch 8.0.1718: terminal scrollback test fails on MS-Windowsv8.0.1718Bram Moolenaar
2018-04-15patch 8.0.1717: C89 check causes too much troublev8.0.1717Bram Moolenaar
2018-04-15patch 8.0.1716: test for term_setsize() does not give a good error messagev8.0.1716Bram Moolenaar
2018-04-15patch 8.0.1715: terminal buffer can be 1 more than 'terminalscroll' linesv8.0.1715Bram Moolenaar
2018-04-14patch 8.0.1714: term_setsize() does not give an error in a normal bufferv8.0.1714Bram Moolenaar
2018-04-14patch 8.0.1713: terminal debugger doesn't handle argumentsv8.0.1713Bram Moolenaar
2018-04-14patch 8.0.1712: terminal scrollback is not limitedv8.0.1712Bram Moolenaar
2018-04-14patch 8.0.1711: term_setsize() is not implemented yetv8.0.1711Bram Moolenaar
2018-04-14patch 8.0.1710: building with Ruby failsv8.0.1710Bram Moolenaar
2018-04-14patch 8.0.1709: some non-C89 code may slip throughv8.0.1709Bram Moolenaar
2018-04-14patch 8.0.1708: mkdir with 'p' flag fails on existing directoryv8.0.1708Bram Moolenaar
2018-04-13patch 8.0.1707: when 'wfh' is set ":bel 10new" scrolls windowv8.0.1707Bram Moolenaar
2018-04-13patch 8.0.1706: cannot sent CTRL-\ to a terminal windowv8.0.1706Bram Moolenaar
2018-04-13patch 8.0.1705: when making a vertical split the mode message isn't updatedv8.0.1705Bram Moolenaar
2018-04-12patch 8.0.1704: 'backupskip' default doesn't work for Macv8.0.1704Bram Moolenaar
2018-04-12patch 8.0.1703: in the tutor 'showcmd' is not setv8.0.1703Bram Moolenaar
2018-04-12patch 8.0.1702: leaking memory when autocommands make quickfix list invalidv8.0.1702Bram Moolenaar
2018-04-12patch 8.0.1701: can disable COLOR_EMOJI with MSVC but not MinGWv8.0.1701Bram Moolenaar
2018-04-12patch 8.0.1700: coverage statistics still don't work on coverallsv8.0.1700Bram Moolenaar
2018-04-11patch 8.0.1699: leftover stuff for Python 1.4v8.0.1699Bram Moolenaar
2018-04-11patch 8.0.1698: coverage statistics don't work on coverallsv8.0.1698Bram Moolenaar
2018-04-11patch 8.0.1697: various tests are still a bit flakyv8.0.1697Bram Moolenaar
2018-04-11patch 8.0.1696: coverage statistics don't workv8.0.1696Bram Moolenaar
2018-04-10patch 8.0.1695: xxd test not run on MS-Windowsv8.0.1695Bram Moolenaar
2018-04-10patch 8.0.1694: terminal API test is a bit flakyv8.0.1694Bram Moolenaar
2018-04-10patch 8.0.1693: xxd is excluded from coverage statisticsv8.0.1693Bram Moolenaar
2018-04-10patch 8.0.1692: Python may not work when using statically linked libraryv8.0.1692Bram Moolenaar
2018-04-10patch 8.0.1691: xxd test sometimes failsv8.0.1691Bram Moolenaar
2018-04-10patch 8.0.1690: not easy to run one test with gvim instead of vimv8.0.1690Bram Moolenaar
2018-04-10patch 8.0.1689: no tests for xxdv8.0.1689Bram Moolenaar
2018-04-10patch 8.0.1688: some macros are used without a semicolonv8.0.1688Bram Moolenaar
2018-04-10patch 8.0.1687: 64 bit compiler warningsv8.0.1687Bram Moolenaar
2018-04-10patch 8.0.1686: Python does not work when configuring with specific dirv8.0.1686Bram Moolenaar
2018-04-10patch 8.0.1685: can't set ANSI colors of a terminal windowv8.0.1685Bram Moolenaar
2018-04-10patch 8.0.1684: ml_get errors when using terminal window for shell commandv8.0.1684Bram Moolenaar
2018-04-10patch 8.0.1683: Python upgrade breaks Vim when defining PYTHON_HOMEv8.0.1683Bram Moolenaar
2018-04-10patch 8.0.1682: auto indenting breaks inserting a blockv8.0.1682Bram Moolenaar
2018-04-10patch 8.0.1681: the format attribute fails with MinGWv8.0.1681Bram Moolenaar
2018-04-10patch 8.0.1680: memory allocated by libvterm is not profiledv8.0.1680Bram Moolenaar
2018-04-08patch 8.0.1679: compiler warning for printf formatv8.0.1679Bram Moolenaar
2018-04-08patch 8.0.1678: errorformat "%r" implies "%>"v8.0.1678Bram Moolenaar
2018-04-08patch 8.0.1677: no compiler warning for wrong format in vim_snprintf()v8.0.1677Bram Moolenaar
2018-04-08patch 8.0.1676: no compiler warning for wrong printf formatv8.0.1676Bram Moolenaar
2018-04-08patch 8.0.1675: unused macro argument in libvtermv8.0.1675Bram Moolenaar
2018-04-07patch 8.0.1674: libvterm can't handle an OSC string splitv8.0.1674Bram Moolenaar
2018-04-07patch 8.0.1673: terminal window tests are still a bit flakyv8.0.1673Bram Moolenaar
2018-04-07patch 8.0.1672: error during completion causes command to be cancelledv8.0.1672Bram Moolenaar