summaryrefslogtreecommitdiff
path: root/runtime
Commit message (Expand)AuthorAgeFilesLines
* patch 8.0.1782: no simple way to label quickfix entriesv8.0.1782Bram Moolenaar2018-05-012-0/+9
* Update runtime files and translationsBram Moolenaar2018-04-3014-125/+218
* patch 8.0.1777: cannot cleanup before loading another colorschemev8.0.1777Bram Moolenaar2018-04-301-1/+10
* patch 8.0.1770: assert functions don't return anythingv8.0.1770Bram Moolenaar2018-04-281-22/+34
* patch 8.0.1743: terminal window options are named inconsistentlyv8.0.1743Bram Moolenaar2018-04-212-6/+11
* patch 8.0.1742: cannot get a list of all the jobsv8.0.1742Bram Moolenaar2018-04-211-1/+1
* Update runtime files.Bram Moolenaar2018-04-2019-362/+406
* patch 8.0.1735: flexible array member feature not supported by HP-UXv8.0.1735Bram Moolenaar2018-04-181-10/+1
* patch 8.0.1730: no configure check for the used C99 featuresv8.0.1730Bram Moolenaar2018-04-171-3/+43
* patch 8.0.1725: terminal debugger doesn't handle command argumentsv8.0.1725Bram Moolenaar2018-04-162-20/+64
* patch 8.0.1722: cannot specify a minimal size for a terminal windowv8.0.1722Bram Moolenaar2018-04-151-8/+16
* patch 8.0.1713: terminal debugger doesn't handle argumentsv8.0.1713Bram Moolenaar2018-04-142-4/+18
* patch 8.0.1712: terminal scrollback is not limitedv8.0.1712Bram Moolenaar2018-04-142-4/+19
* patch 8.0.1711: term_setsize() is not implemented yetv8.0.1711Bram Moolenaar2018-04-141-2/+27
* patch 8.0.1708: mkdir with 'p' flag fails on existing directoryv8.0.1708Bram Moolenaar2018-04-141-0/+2
* patch 8.0.1706: cannot sent CTRL-\ to a terminal windowv8.0.1706Bram Moolenaar2018-04-131-0/+1
* patch 8.0.1704: 'backupskip' default doesn't work for Macv8.0.1704Bram Moolenaar2018-04-121-1/+3
* patch 8.0.1685: can't set ANSI colors of a terminal windowv8.0.1685Bram Moolenaar2018-04-102-0/+41
* patch 8.0.1668: terminal debugger: can't re-open source code windowv8.0.1668Bram Moolenaar2018-04-062-29/+48
* Update runtime filesBram Moolenaar2018-04-069-487/+560
* patch 8.0.1665: when running a terminal from the GUI 'term' is not usefulv8.0.1665Bram Moolenaar2018-04-051-1/+3
* patch 8.0.1660: the terminal API "drop" command doesn't support optionsv8.0.1660Bram Moolenaar2018-04-041-3/+17
* patch 8.0.1658: capitalize argument not available in long formv8.0.1658Bram Moolenaar2018-04-032-51/+58
* Small runtime updateBram Moolenaar2018-03-303-113/+48
* patch 8.0.1655: outdated gdb message in terminal debugger unclearv8.0.1655Bram Moolenaar2018-03-291-1/+5
* Update runtime filesBram Moolenaar2018-03-2910-68/+122
* patch 8.0.1651: cannot filter :ls output for terminal buffersv8.0.1651Bram Moolenaar2018-03-291-6/+6
* patch 8.0.1650: too many #ifdefsv8.0.1650Bram Moolenaar2018-03-291-2/+2
* patch 8.0.1649: no completion for argument list commandsv8.0.1649Bram Moolenaar2018-03-292-0/+2
* patch 8.0.1647: terminal API may call any user functionv8.0.1647Bram Moolenaar2018-03-261-9/+15
* patch 8.0.1641: job in terminal can't communicate with Vimv8.0.1641Bram Moolenaar2018-03-251-16/+95
* patch 8.0.1630: trimming white space is not that easyv8.0.1630Bram Moolenaar2018-03-221-0/+17
* patch 8.0.1624: options for term_dumpdiff() and term_dumpload() not implementedv8.0.1624Bram Moolenaar2018-03-201-4/+17
* Update runtime files. Convert a couple of help files to utf-8.Bram Moolenaar2018-03-1814-57/+101
* patch 8.0.1612: need to close terminal after shell stoppedv8.0.1612Bram Moolenaar2018-03-161-0/+12
* patch 8.0.1609: shell commands in the GUI use a dumb terminalv8.0.1609Bram Moolenaar2018-03-161-1/+8
* patch 8.0.1608: Win32: directx not enabled by defaultv8.0.1608Bram Moolenaar2018-03-141-1/+1
* patch 8.0.1607: --clean loads user settings from .gvimrcv8.0.1607Bram Moolenaar2018-03-141-1/+2
* patch 8.0.1599: no error message when gdb does not support debuggerv8.0.1599Bram Moolenaar2018-03-111-1/+31
* patch 8.0.1596: no autocommand specifically for opening a terminal windowv8.0.1596Bram Moolenaar2018-03-111-0/+10
* patch 8.0.1595: no autocommand triggered before exitingv8.0.1595Bram Moolenaar2018-03-111-1/+8
* patch 8.0.1593: :qall never exits with an active terminal windowv8.0.1593Bram Moolenaar2018-03-102-4/+28
* Update runtime files.Bram Moolenaar2018-03-0916-99/+157
* patch 8.0.1563: timeout of getwinposx() can be too shortv8.0.1563Bram Moolenaar2018-03-031-4/+13
* patch 8.0.1562: the terminal debugger can't set a breakpoint with the mousev8.0.1562Bram Moolenaar2018-03-032-43/+101
* patch 8.0.1554: custom plugins loaded with --cleanv8.0.1554Bram Moolenaar2018-03-011-0/+1
* patch 8.0.1553: cannot see what digraph is used to insert a characterv8.0.1553Bram Moolenaar2018-02-271-7/+19
* Include Serbian spell input filesBram Moolenaar2018-02-273-0/+276
* patch 8.0.1547: undo in the options window makes it emptyv8.0.1547Bram Moolenaar2018-02-271-4/+7
* Updated runtime files.Bram Moolenaar2018-02-2723-423/+800