summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* 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
* patch 8.0.1597: autocommand events are not sortedv8.0.1597Bram Moolenaar2018-03-112-37/+38
* patch 8.0.1596: no autocommand specifically for opening a terminal windowv8.0.1596Bram Moolenaar2018-03-116-17/+58
* patch 8.0.1595: no autocommand triggered before exitingv8.0.1595Bram Moolenaar2018-03-118-16/+106
* patch 8.0.1594: :conform qall not tested with active terminal windowv8.0.1594Bram Moolenaar2018-03-102-0/+25
* patch 8.0.1593: :qall never exits with an active terminal windowv8.0.1593Bram Moolenaar2018-03-1010-39/+225
* Update runtime files.Bram Moolenaar2018-03-0916-99/+157
* patch 8.0.1592: terminal windows in a session are not properly restoredv8.0.1592Bram Moolenaar2018-03-0912-20/+274
* patch 8.0.1591: MS-Windows: when reparsing the arguments 'wildignore' mattersv8.0.1591Bram Moolenaar2018-03-082-1/+8
* patch 8.0.1590: padding in list type wastes memoryv8.0.1590Bram Moolenaar2018-03-082-5/+8
* patch 8.0.1589: error for setting 'modifiable' when resetting itv8.0.1589Bram Moolenaar2018-03-072-2/+4
* patch 8.0.1588: popup menu hangs after typing CTRL-Cv8.0.1588Bram Moolenaar2018-03-072-2/+4
* patch 8.0.1587: inserting from the clipboard doesn't work literallyv8.0.1587Bram Moolenaar2018-03-064-9/+37
* patch 8.0.1586: imactivatefunc does not work on non-GUI Macv8.0.1586Bram Moolenaar2018-03-062-2/+3
* patch 8.0.1585: enabling beval_term feature in Win32 GUIv8.0.1585Bram Moolenaar2018-03-062-1/+4
* patch 8.0.1584: using C99 in Mac file gives compiler warning messagesv8.0.1584Bram Moolenaar2018-03-062-0/+16
* patch 8.0.1583: using C99 commentv8.0.1583Bram Moolenaar2018-03-062-1/+3
* patch 8.0.1582: in the MS-Windows console mouse movement is not usedv8.0.1582Bram Moolenaar2018-03-064-4/+28
* patch 8.0.1581: cannot build Win32 GUI without +evalv8.0.1581Bram Moolenaar2018-03-062-3/+11
* patch 8.0.1580: FEAT_CURSORBIND and FEAT_SCROLLBIND are unusedv8.0.1580Bram Moolenaar2018-03-062-14/+2
* patch 8.0.1579: virtual replace test fails in GUIv8.0.1579Bram Moolenaar2018-03-062-4/+14
* patch 8.0.1578: no test for :popup in terminalv8.0.1578Bram Moolenaar2018-03-065-0/+91
* patch 8.0.1577: virtual replace test fails on MS-Windowsv8.0.1577Bram Moolenaar2018-03-063-1/+8
* patch 8.0.1576: Perl VIM::Buffers() does not find every bufferv8.0.1576Bram Moolenaar2018-03-062-1/+3
* patch 8.0.1575: crash when using virtual replacev8.0.1575Bram Moolenaar2018-03-063-2/+69
* patch 8.0.1574: show cursor in wrong place when using popup menuv8.0.1574Bram Moolenaar2018-03-064-6/+19