summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* patch 8.0.1698: coverage statistics don't work on coverallsv8.0.1698Bram Moolenaar2018-04-112-2/+4
* patch 8.0.1697: various tests are still a bit flakyv8.0.1697Bram Moolenaar2018-04-117-13/+15
* patch 8.0.1696: coverage statistics don't workv8.0.1696Bram Moolenaar2018-04-112-1/+3
* patch 8.0.1695: xxd test not run on MS-Windowsv8.0.1695Bram Moolenaar2018-04-102-10/+23
* patch 8.0.1694: terminal API test is a bit flakyv8.0.1694Bram Moolenaar2018-04-102-1/+3
* patch 8.0.1693: xxd is excluded from coverage statisticsv8.0.1693Bram Moolenaar2018-04-102-1/+3
* patch 8.0.1692: Python may not work when using statically linked libraryv8.0.1692Bram Moolenaar2018-04-103-4/+6
* patch 8.0.1691: xxd test sometimes failsv8.0.1691Bram Moolenaar2018-04-102-6/+14
* patch 8.0.1690: not easy to run one test with gvim instead of vimv8.0.1690Bram Moolenaar2018-04-102-3/+9
* patch 8.0.1689: no tests for xxdv8.0.1689Bram Moolenaar2018-04-106-1/+107
* patch 8.0.1688: some macros are used without a semicolonv8.0.1688Bram Moolenaar2018-04-1012-49/+75
* patch 8.0.1687: 64 bit compiler warningsv8.0.1687Bram Moolenaar2018-04-102-3/+5
* patch 8.0.1686: Python does not work when configuring with specific dirv8.0.1686Bram Moolenaar2018-04-103-4/+22
* patch 8.0.1685: can't set ANSI colors of a terminal windowv8.0.1685Bram Moolenaar2018-04-109-6/+321
* patch 8.0.1684: ml_get errors when using terminal window for shell commandv8.0.1684Bram Moolenaar2018-04-102-1/+3
* patch 8.0.1683: Python upgrade breaks Vim when defining PYTHON_HOMEv8.0.1683Bram Moolenaar2018-04-103-8/+10
* patch 8.0.1682: auto indenting breaks inserting a blockv8.0.1682Bram Moolenaar2018-04-105-3/+31
* patch 8.0.1681: the format attribute fails with MinGWv8.0.1681Bram Moolenaar2018-04-104-5/+11
* patch 8.0.1680: memory allocated by libvterm is not profiledv8.0.1680Bram Moolenaar2018-04-102-4/+24
* patch 8.0.1679: compiler warning for printf formatv8.0.1679Bram Moolenaar2018-04-082-1/+3
* patch 8.0.1678: errorformat "%r" implies "%>"v8.0.1678Bram Moolenaar2018-04-083-1/+26
* patch 8.0.1677: no compiler warning for wrong format in vim_snprintf()v8.0.1677Bram Moolenaar2018-04-0810-31/+51
* patch 8.0.1676: no compiler warning for wrong printf formatv8.0.1676Bram Moolenaar2018-04-084-6/+24
* patch 8.0.1675: unused macro argument in libvtermv8.0.1675Bram Moolenaar2018-04-082-1/+3
* patch 8.0.1674: libvterm can't handle an OSC string splitv8.0.1674Bram Moolenaar2018-04-073-1/+8
* patch 8.0.1673: terminal window tests are still a bit flakyv8.0.1673Bram Moolenaar2018-04-072-1/+3
* patch 8.0.1672: error during completion causes command to be cancelledv8.0.1672Bram Moolenaar2018-04-073-0/+17
* patch 8.0.1671: crash when passing non-dict argument as env to job_start()v8.0.1671Bram Moolenaar2018-04-073-5/+16
* patch 8.0.1670: terminal window tests are still a bit flakyv8.0.1670Bram Moolenaar2018-04-072-1/+3
* patch 8.0.1669: :vimgrep may add entries to the wrong quickfix listv8.0.1669Bram Moolenaar2018-04-063-51/+80
* patch 8.0.1668: terminal debugger: can't re-open source code windowv8.0.1668Bram Moolenaar2018-04-063-29/+50
* patch 8.0.1667: terminal window tests are flakyv8.0.1667Bram Moolenaar2018-04-062-2/+5
* Update runtime filesBram Moolenaar2018-04-069-487/+560
* patch 8.0.1666: % argument in ch_log() causes troublev8.0.1666Bram Moolenaar2018-04-053-2/+16
* patch 8.0.1665: when running a terminal from the GUI 'term' is not usefulv8.0.1665Bram Moolenaar2018-04-053-3/+19
* patch 8.0.1664: test failure because of not allocating enough spacev8.0.1664Bram Moolenaar2018-04-052-1/+3
* patch 8.0.1663: cannot build without multi-byte featurev8.0.1663Bram Moolenaar2018-04-052-0/+4
* patch 8.0.1662: showing dump diff doesn't mention both file namesv8.0.1662Bram Moolenaar2018-04-052-5/+64
* patch 8.0.1661: warnings from 64 bit compilerv8.0.1661Bram Moolenaar2018-04-042-2/+4
* patch 8.0.1660: the terminal API "drop" command doesn't support optionsv8.0.1660Bram Moolenaar2018-04-0410-31/+214
* patch 8.0.1659: scroll events not recognized for some xterm emulatorsv8.0.1659Bram Moolenaar2018-04-042-3/+8
* patch 8.0.1658: capitalize argument not available in long formv8.0.1658Bram Moolenaar2018-04-034-51/+62
* patch 8.0.1657: crash when reading a channelv8.0.1657Bram Moolenaar2018-04-032-1/+4
* patch 8.0.1656: no option to have xxd produce upper case variable namesv8.0.1656Bram Moolenaar2018-04-032-4/+10
* Small runtime updateBram Moolenaar2018-03-303-113/+48
* patch 8.0.1655: outdated gdb message in terminal debugger unclearv8.0.1655Bram Moolenaar2018-03-292-1/+7
* Update runtime filesBram Moolenaar2018-03-2910-68/+122
* patch 8.0.1654: warnings for conversion of void to function pointerv8.0.1654Bram Moolenaar2018-03-293-25/+25
* patch 8.0.1653: screen dump is made too soonv8.0.1653Bram Moolenaar2018-03-296-4/+11
* patch 8.0.1652: term_dumpwrite() does not output composing charactersv8.0.1652Bram Moolenaar2018-03-293-1/+25