summaryrefslogtreecommitdiff
path: root/runtime/pack
Commit message (Collapse)AuthorAgeFilesLines
* Update runtime filesBram Moolenaar2019-10-263-11/+23
|
* patch 8.1.2103: wrong error message if "termdebugger" is not executablev8.1.2103Bram Moolenaar2019-09-301-3/+8
| | | | | | Problem: wrong error message if "termdebugger" is not executable. Solution: Check if "termdebugger" is executable and give a clear error message. (Ozaki Kiichi, closes #5000) Fix indents.
* Updte runtime filesBram Moolenaar2019-09-201-64/+81
|
* patch 8.1.1977: terminal debugger plugin may hangv8.1.1977Bram Moolenaar2019-09-041-7/+8
| | | | | Problem: Terminal debugger plugin may hang. Solution: Wait longer when still reading symbols.
* Runtime files update.Bram Moolenaar2019-08-311-0/+4
|
* Update runtime filesBram Moolenaar2019-07-131-2/+2
|
* Update runtime files.Bram Moolenaar2019-05-261-0/+8
|
* Update runtime filesBram Moolenaar2019-05-091-3/+1
|
* Add missing matchit file.Bram Moolenaar2019-02-041-0/+754
|
* Update runtime files.Bram Moolenaar2019-02-032-789/+45
|
* Update runtime filesBram Moolenaar2019-01-012-7/+3
|
* patch 8.1.0621: terminal debugger does not handle unexpected debugger exitv8.1.0621Bram Moolenaar2018-12-221-5/+17
| | | | | Problem: Terminal debugger does not handle unexpected debugger exit. Solution: Check for debugger job ended and close unused buffers. (Damien)
* patch 8.1.0575: Termdebug: clearing multi-breakpoint does not workv8.1.0575Bram Moolenaar2018-12-091-48/+92
| | | | | | Problem: Termdebug: clearing multi-breakpoint does not work. Solution: Delete all X.Y breakpoints. Keep more information about placed breakpoints. (Ozaki Kiichi, closes #3641)
* patch 8.1.0557: Termdebug: gdb may use X.Y for breakpoint numberv8.1.0557Bram Moolenaar2018-12-021-80/+102
| | | | | Problem: Termdebug: gdb may use X.Y for breakpoint number. Solution: Handle X.Y breakpoint numbers. (Yasuhiro Matsumoto, close #3641)
* Update runtime files.Bram Moolenaar2018-08-281-10/+29
|
* patch 8.1.0311: filtering entries in a quickfix list is not easyv8.1.0311Bram Moolenaar2018-08-211-0/+43
| | | | | Problem: Filtering entries in a quickfix list is not easy. Solution: Add the cfilter plugin. (Yegappan Lakshmanan)
* Update runtime files.Bram Moolenaar2018-07-291-1/+1
|
* patch 8.1.0196: terminal debugger error with .gdbinit filev8.1.0196Bram Moolenaar2018-07-191-1/+2
| | | | | | Problem: Terminal debugger error with .gdbinit file. Solution: Check two lines for the "new ui" response. (hint from Hirohito Higashi)
* patch 8.1.0195: terminal debugger commands don't always workv8.1.0195Bram Moolenaar2018-07-191-0/+5
| | | | | | Problem: Terminal debugger commands don't always work. (Dominique Pelle) Solution: Set 'cpo' to its default value when defining commands. (Christian Brabandt)
* patch 8.1.0193: terminal debugger buttons don't always workv8.1.0193Bram Moolenaar2018-07-171-0/+6
| | | | | Problem: Terminal debugger buttons don't always work. (Dominique Pelle) Solution: Set 'cpo' to its default value.
* patch 8.1.0143: matchit and matchparen don't handle E363v8.1.0143Bram Moolenaar2018-07-031-3/+9
| | | | | Problem: Matchit and matchparen don't handle E363. Solution: Catch the E363 error. (Christian Brabandt)
* patch 8.1.0100: terminal debugger: error when setting a watch pointv8.1.0100Bram Moolenaar2018-06-231-0/+5
| | | | | Problem: Terminal debugger: error when setting a watch point. Solution: Don't try defining a sign for a watch point.
* patch 8.1.0093: non-MS-Windows: Cannot interrupt gdb when program is runningv8.1.0093Bram Moolenaar2018-06-211-5/+10
| | | | | Problem: non-MS-Windows: Cannot interrupt gdb when program is running. Solution: Only use debugbreak() on MS-Windows.
* patch 8.1.0091: MS-Windows: Cannot interrupt gdb when program is runningv8.1.0091Bram Moolenaar2018-06-201-11/+33
| | | | | | Problem: MS-Windows: Cannot interrupt gdb when program is running. Solution: Add debugbreak() and use it in the terminal debugger. Respect 'modified' in a prompt buffer.
* patch 8.1.0089: error when ending the terminal debuggerv8.1.0089Bram Moolenaar2018-06-191-12/+30
| | | | | | Problem: error when ending the terminal debugger Solution: Fix deleting defined signs for breakpoints. Make the debugger work better on MS-Windows.
* patch 8.1.0081: the terminal debugger doesn't adjust to changed 'background'v8.1.0081Bram Moolenaar2018-06-191-6/+11
| | | | | Problem: The terminal debugger doesn't adjust to changed 'background'. Solution: Add an OptionSet autocommand. (Christian Brabandt)
* patch 8.1.0080: can't see the breakpoint number in the terminal debuggerv8.1.0080Bram Moolenaar2018-06-191-6/+14
| | | | | Problem: Can't see the breakpoint number in the terminal debugger. Solution: Use the breakpoint number for the sign. (Christian Brabandt)
* patch 8.1.0071: terminal debugger only works with the terminal featurev8.1.0071Bram Moolenaar2018-06-171-42/+321
| | | | | | Problem: Terminal debugger only works with the terminal feature. Solution: Make it also work with a prompt buffer. Makes it possible to use on MS-Windows. Various other improvements. (closes #3012)
* patch 8.0.1725: terminal debugger doesn't handle command argumentsv8.0.1725Bram Moolenaar2018-04-161-3/+30
| | | | | | Problem: Terminal debugger doesn't handle command arguments. Solution: Add the :TermdebugCommand command. Use a ! to execute right away. (Christian Brabandt)
* patch 8.0.1713: terminal debugger doesn't handle argumentsv8.0.1713Bram Moolenaar2018-04-141-4/+11
| | | | | | | Problem: Terminal debugger doesn't handle arguments. Solution: Use <f-args> and pass all the arguments to gdb, e.g. the core file or process number. (suggested by Christian Brabandt) Disallow starting the debugger twice.
* patch 8.0.1668: terminal debugger: can't re-open source code windowv8.0.1668Bram Moolenaar2018-04-061-27/+39
| | | | | | Problem: Terminal debugger: can't re-open source code window. Solution: Add the :Source command. Also create the window if needed when gdb stops at a source line.
* patch 8.0.1655: outdated gdb message in terminal debugger unclearv8.0.1655Bram Moolenaar2018-03-291-1/+5
| | | | | | Problem: Outdated gdb message in terminal debugger unclear. Solution: Specifically mention the required gdb version. Avoid getting stuck on pagination.
* patch 8.0.1599: no error message when gdb does not support debuggerv8.0.1599Bram Moolenaar2018-03-111-1/+31
| | | | | Problem: No error message when gdb does not support the terminal debugger. Solution: Check for the response to open the Machine Interface.
* patch 8.0.1562: the terminal debugger can't set a breakpoint with the mousev8.0.1562Bram Moolenaar2018-03-031-16/+52
| | | | | Problem: The terminal debugger can't set a breakpoint with the mouse. Solution: Add popup menu entries.
* Updated runtime files.Bram Moolenaar2018-02-271-5/+8
| | | | Add Serbian translations and spell checking.
* Update runtime filesBram Moolenaar2017-12-171-1/+1
|
* patch 8.0.1318: terminal balloon only shows one linev8.0.1318Bram Moolenaar2017-11-191-4/+9
| | | | | | Problem: Terminal balloon only shows one line. Solution: Split into several lines in a clever way. Add balloon_split(). Make balloon_show() accept a list in the terminal.
* patch 8.0.1309: cannot use 'balloonexpr' in a terminalv8.0.1309Bram Moolenaar2017-11-181-5/+61
| | | | | | Problem: Cannot use 'balloonexpr' in a terminal. Solution: Add 'balloonevalterm' and add code to handle mouse movements in a terminal. Initial implementation for Unix with GUI.
* patch 8.0.1293: setting a breakpoint in the terminal debugger sometimes failsv8.0.1293Bram Moolenaar2017-11-121-6/+47
| | | | | Problem: Setting a breakpoint in the terminal debugger sometimes fails. Solution: Interrupt the program if needed. Set the interface to async.
* Update runtime files.Bram Moolenaar2017-11-111-1/+1
|
* patch 8.0.1264: terminal debugger gets stuck in small windowv8.0.1264Bram Moolenaar2017-11-041-1/+2
| | | | | Problem: Terminal debugger gets stuck in small window. Solution: Add "-quiet" to the gdb command. (Christian Brabandt, closes #2154)
* Long overdue runtime update.Bram Moolenaar2017-11-021-0/+2
|
* Update runtime filesBram Moolenaar2017-09-271-9/+11
|
* Update runtime files.Bram Moolenaar2017-09-192-5/+8
|
* patch 8.0.1123: cannot define a toolbar for a windowv8.0.1123Bram Moolenaar2017-09-171-10/+75
| | | | | Problem: Cannot define a toolbar for a window. Solution: Add a window-local toolbar.
* patch 8.0.1107: terminal debugger jumps to non-existing filev8.0.1107Bram Moolenaar2017-09-141-11/+25
| | | | | | Problem: Terminal debugger jumps to non-existing file. Solution: Check that the file exists. Add an option to make the Vim wide wide. Fix removing highlight groups.
* patch 8.0.1092: terminal debugger can't evaluate expressionsv8.0.1092Bram Moolenaar2017-09-101-4/+59
| | | | | Problem: Terminal debugger can't evaluate expressions. Solution: Add :Evaluate and K. Various other improvements.
* patch 8.0.1085: terminal debugger can't set breakpointsv8.0.1085Bram Moolenaar2017-09-091-32/+142
| | | | | | Problem: The terminal debugger can't set breakpoints. Solution: Add :Break and :Delete commands. Also commands for stepping through code.
* patch 8.0.1077: no debugger making use of the terminal windowv8.0.1077Bram Moolenaar2017-09-081-8/+101
| | | | | | Problem: No debugger making use of the terminal window. Solution: Add the term debugger plugin. So far only displays the current line when stopped.
* Update runtime filesBram Moolenaar2017-08-271-0/+35
|