summaryrefslogtreecommitdiff
path: root/runtime
Commit message (Expand)AuthorAgeFilesLines
* 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
* patch 8.0.1539: no test for the popup menu positioningv8.0.1539Bram Moolenaar2018-02-241-7/+16
* patch 8.0.1531: cannot use 24 bit colors in MS-Windows consolev8.0.1531Bram Moolenaar2018-02-221-11/+21
* patch 8.0.1526: no test using a screen dump yetv8.0.1526Bram Moolenaar2018-02-201-22/+116
* patch 8.0.1523: cannot write and read terminal screendumpsv8.0.1523Bram Moolenaar2018-02-181-3/+65
* patch 8.0.1514: getting the list of changes is not easyv8.0.1514Bram Moolenaar2018-02-132-0/+18
* patch 8.0.1510: cannot test if a command causes a beepv8.0.1510Bram Moolenaar2018-02-131-0/+8
* patch 8.0.1508: the :drop command is not always availablev8.0.1508Bram Moolenaar2018-02-121-1/+0
* patch 8.0.1505: debugger can't break on a conditionv8.0.1505Bram Moolenaar2018-02-111-0/+13
* patch 8.0.1497: getting the jump list requires parsing the output of :jumpsv8.0.1497Bram Moolenaar2018-02-102-1/+24
* patch 8.0.1494: no autocmd triggered in Insert mode with visible popup menuv8.0.1494Bram Moolenaar2018-02-101-1/+9
* patch 8.0.1493: completion items cannot be annotatedv8.0.1493Bram Moolenaar2018-02-101-1/+5
* patch 8.0.1491: the minimum width of the popup menu is hard codedv8.0.1491Bram Moolenaar2018-02-101-0/+10
* Update runtime files.Bram Moolenaar2018-02-0938-584/+773
* patch 8.0.1489: there is no easy way to get the global directoryv8.0.1489Bram Moolenaar2018-02-091-2/+5
* patch 8.0.1465: python2 and python3 detection not testedv8.0.1465Bram Moolenaar2018-02-031-1/+1
* patch 8.0.1459: cannot handle change of directoryv8.0.1459Bram Moolenaar2018-02-031-0/+12
* patch 8.0.1457: clojure now supports a shebang linev8.0.1457Bram Moolenaar2018-02-031-1/+9
* patch 8.0.1455: if $SHELL contains a space then 'shell' is incorrectv8.0.1455Bram Moolenaar2018-02-031-2/+9