summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* patch 8.0.1646: MS-Windows: executable contains unreferenced functionsv8.0.1646Bram Moolenaar2018-03-262-1/+5
* patch 8.0.1645: test for terminal response to escape sequence may failv8.0.1645Bram Moolenaar2018-03-252-12/+11
* patch 8.0.1644: terminal API tests still failv8.0.1644Bram Moolenaar2018-03-253-14/+13
* patch 8.0.1643: terminal API tests failv8.0.1643Bram Moolenaar2018-03-252-0/+9
* patch 8.0.1642: running Vim in terminal fails with two windowsv8.0.1642Bram Moolenaar2018-03-253-3/+11
* patch 8.0.1641: job in terminal can't communicate with Vimv8.0.1641Bram Moolenaar2018-03-256-25/+317
* patch 8.0.1640: Test_cwd() is flakyv8.0.1640Bram Moolenaar2018-03-252-0/+3
* patch 8.0.1639: libvterm code lags behind masterv8.0.1639Bram Moolenaar2018-03-2520-262/+390
* patch 8.0.1638: popup test fails depending on environment variablev8.0.1638Bram Moolenaar2018-03-242-0/+9
* patch 8.0.1637: no test for term_dumpdiff() options argumentv8.0.1637Bram Moolenaar2018-03-242-0/+30
* patch 8.0.1636: no test for term_dumpload() and term_dumpdiff()v8.0.1636Bram Moolenaar2018-03-242-0/+29
* patch 8.0.1635: undefining _POSIX_THREADS causes problems with Python 3v8.0.1635Bram Moolenaar2018-03-242-5/+2
* patch 8.0.1634: the ex_vimgrep() function is too longv8.0.1634Bram Moolenaar2018-03-242-166/+265
* patch 8.0.1633: a TextChanged autocmd triggers when it is definedv8.0.1633Bram Moolenaar2018-03-233-0/+30
* patch 8.0.1632: in a terminal dump NUL and space are differentv8.0.1632Bram Moolenaar2018-03-232-0/+11
* patch 8.0.1631: testing with Vim running in terminal is a bit flakyv8.0.1631Bram Moolenaar2018-03-232-0/+6
* patch 8.0.1630: trimming white space is not that easyv8.0.1630Bram Moolenaar2018-03-224-1/+111
* patch 8.0.1629: Mac: getpagesize() is deprecatedv8.0.1629Bram Moolenaar2018-03-222-1/+3
* patch 8.0.1628: channel log doesn't mention exitingv8.0.1628Bram Moolenaar2018-03-222-0/+5
* patch 8.0.1627: compiler warning for visibility attribute not supportedv8.0.1627Bram Moolenaar2018-03-222-1/+3
* patch 8.0.1626: compiler warning for possible loss of datav8.0.1626Bram Moolenaar2018-03-212-2/+4
* patch 8.0.1625: test_quotestar is flaky when run in GTK GUIv8.0.1625Bram Moolenaar2018-03-202-2/+13
* patch 8.0.1624: options for term_dumpdiff() and term_dumpload() not implementedv8.0.1624Bram Moolenaar2018-03-203-15/+44
* patch 8.0.1623: terminal kill tests are flakyv8.0.1623Bram Moolenaar2018-03-202-34/+48
* patch 8.0.1622: possible NULL pointer dereferencev8.0.1622Bram Moolenaar2018-03-202-1/+3
* patch 8.0.1621: using invalid default value for highlight attributev8.0.1621Bram Moolenaar2018-03-202-3/+5
* patch 8.0.1620: reading spell file has no good EOF detectionv8.0.1620Bram Moolenaar2018-03-202-12/+38
* patch 8.0.1619: Win32 GUI: crash when winpty is not installedv8.0.1619Bram Moolenaar2018-03-202-0/+4
* patch 8.0.1618: color Grey50 is missing in the compiled-in tablev8.0.1618Bram Moolenaar2018-03-202-1/+4
* patch 8.0.1617: Win32: :shell command in the GUI crashesv8.0.1617Bram Moolenaar2018-03-192-4/+16
* patch 8.0.1616: Win32: shell commands in the GUI open a new consolev8.0.1616Bram Moolenaar2018-03-182-1/+79
* patch 8.0.1615: term_dumpload() does not use the right colorsv8.0.1615Bram Moolenaar2018-03-182-13/+30
* Update runtime files. Convert a couple of help files to utf-8.Bram Moolenaar2018-03-1814-57/+101
* patch 8.0.1614: "make tags" doesn't include libvtermv8.0.1614Bram Moolenaar2018-03-172-1/+5
* patch 8.0.1613: warning for unused variable in tiny buildv8.0.1613Bram Moolenaar2018-03-172-1/+3
* patch 8.0.1612: need to close terminal after shell stoppedv8.0.1612Bram Moolenaar2018-03-164-6/+51
* patch 8.0.1611: CTRL-W in system terminal does not go to jobv8.0.1611Bram Moolenaar2018-03-162-2/+9
* patch 8.0.1610: cannot build without GUIv8.0.1610Bram Moolenaar2018-03-162-0/+4
* patch 8.0.1609: shell commands in the GUI use a dumb terminalv8.0.1609Bram Moolenaar2018-03-1610-164/+416
* patch 8.0.1608: Win32: directx not enabled by defaultv8.0.1608Bram Moolenaar2018-03-144-5/+11
* patch 8.0.1607: --clean loads user settings from .gvimrcv8.0.1607Bram Moolenaar2018-03-143-1/+7
* patch 8.0.1606: singular/plural variants not translatedv8.0.1606Bram Moolenaar2018-03-145-7/+9
* patch 8.0.1605: terminal test is a bit flakyv8.0.1605Bram Moolenaar2018-03-132-26/+22
* patch 8.0.1604: paste test may fail if $DISPLAY is not setv8.0.1604Bram Moolenaar2018-03-133-1/+15
* patch 8.0.1603: cannot build with +terminal but without +menuv8.0.1603Bram Moolenaar2018-03-132-2/+7
* patch 8.0.1602: crash in parsing JSONv8.0.1602Bram Moolenaar2018-03-133-1/+18
* patch 8.0.1601: highlight test fails on Win32v8.0.1601Bram Moolenaar2018-03-123-0/+10
* patch 8.0.1600: crash when setting t_Co to zero when 'termguicolors' is setv8.0.1600Bram Moolenaar2018-03-123-1/+17
* patch 8.0.1599: no error message when gdb does not support debuggerv8.0.1599Bram Moolenaar2018-03-112-1/+33
* patch 8.0.1598: cannot select text in a terminal with the mousev8.0.1598Bram Moolenaar2018-03-117-18/+172