summaryrefslogtreecommitdiff
path: root/runtime
Commit message (Expand)AuthorAgeFilesLines
* patch 8.1.0100: terminal debugger: error when setting a watch pointv8.1.0100Bram Moolenaar2018-06-231-0/+5
* patch 8.1.0098: segfault when pattern with \z() is very slowv8.1.0098Bram Moolenaar2018-06-231-0/+2
* patch 8.1.0093: non-MS-Windows: Cannot interrupt gdb when program is runningv8.1.0093Bram Moolenaar2018-06-211-5/+10
* patch 8.1.0091: MS-Windows: Cannot interrupt gdb when program is runningv8.1.0091Bram Moolenaar2018-06-202-11/+39
* patch 8.1.0089: error when ending the terminal debuggerv8.1.0089Bram Moolenaar2018-06-191-12/+30
* patch 8.1.0081: the terminal debugger doesn't adjust to changed 'background'v8.1.0081Bram Moolenaar2018-06-191-6/+11
* patch 8.1.0080: can't see the breakpoint number in the terminal debuggerv8.1.0080Bram Moolenaar2018-06-192-11/+33
* Update runtime files.Bram Moolenaar2018-06-1920-70/+176
* patch 8.1.0072: use of 'termwinkey' is inconsistentv8.1.0072Bram Moolenaar2018-06-171-1/+2
* patch 8.1.0071: terminal debugger only works with the terminal featurev8.1.0071Bram Moolenaar2018-06-172-42/+351
* patch 8.1.0069: cannot handle pressing CTRL-C in a prompt bufferv8.1.0069Bram Moolenaar2018-06-171-12/+26
* patch 8.1.0049: shell cannot tell running in a terminal windowv8.1.0049Bram Moolenaar2018-06-121-0/+1
* patch 8.1.0039: cannot easily delete lines in another bufferv8.1.0039Bram Moolenaar2018-06-071-2/+15
* patch 8.1.0037: cannot easily append lines to another bufferv8.1.0037Bram Moolenaar2018-06-061-0/+15
* patch 8.1.0027: difficult to make a plugin that feeds a line to a jobv8.1.0027Bram Moolenaar2018-06-034-9/+136
* Update runtime files.Bram Moolenaar2018-05-2214-233/+375
* patch 8.1.0020: cannot tell whether a register is executing or recordingv8.1.0020Bram Moolenaar2018-05-222-0/+13
* Runtime file and translation updates.Bram Moolenaar2018-05-1813-68/+74
* patch 8.1.0001: the netrw plugin does not workv8.1.0001Bram Moolenaar2018-05-171-2/+2
* Vim 8.1 releasev8.1.0000Bram Moolenaar2018-05-17138-516/+695
* patch 8.0.1850: todo items in source code not visible for usersv8.0.1850Bram Moolenaar2018-05-171-1/+20
* Updated runtime files.Bram Moolenaar2018-05-176-361/+664
* patch 8.0.1845: various comment updates needed, missing white spacev8.0.1845Bram Moolenaar2018-05-156-88/+92
* patch 8.0.1844: superfluous quickfix code, missing examplesv8.0.1844Bram Moolenaar2018-05-151-0/+14
* patch 8.0.1843: entry for 'wrap' in options window is wrongv8.0.1843Bram Moolenaar2018-05-151-2/+3
* Updated runtime filesBram Moolenaar2018-05-139-112/+7663
* patch 8.0.1832: cannot use :unlet for an environment variablev8.0.1832Bram Moolenaar2018-05-131-0/+8
* Update runtime files.Bram Moolenaar2018-05-1311-187/+349
* Update runtime files.Bram Moolenaar2018-05-0626-203/+285
* patch 8.0.1789: BufWinEnter does not work well for a terminal windowv8.0.1789Bram Moolenaar2018-05-031-0/+3
* patch 8.0.1787: cannot insert the whole cursor linev8.0.1787Bram Moolenaar2018-05-011-2/+4
* 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