summaryrefslogtreecommitdiffstats
path: root/runtime/doc/terminal.txt
AgeCommit message (Collapse)Author
2024-02-25runtime(doc): fix inconsistent indent (#14089)zeertzjq
Signed-off-by: zeertzjq <zeertzjq@outlook.com> Signed-off-by: Christian Brabandt <cb@256bit.org>
2024-02-21runtime(doc): clarify expand() for :terminal windowsChristian Brabandt
While adding to the documentation, also mention the rolled-back key-translation strategy in version9.txt closes: #14069 Signed-off-by: Christian Brabandt <cb@256bit.org>
2024-01-02patch 9.1.0000: Vim 9.1 releasev9.1.0000v9.1.0Christian Brabandt
Problem: Need a new release Solution: Release Vim 9.1 Signed-off-by: Christian Brabandt <cb@256bit.org>
2023-12-14runtime(termdebug): add Tbreak commandiam28th
closes: #13656 Signed-off-by: iam28th <artyom28th@gmail.com> Signed-off-by: Christian Brabandt <cb@256bit.org>
2023-11-12runtime(termdebug): improve the breakpoint sign label (#13525)Shane-XB-Qian
// related #12589 // that should be the last chat (I) with Bram, r.i.p Signed-off-by: shane.xb.qian <shane.qian@foxmail.com> Signed-off-by: Christian Brabandt <cb@256bit.org>
2023-11-09runtime(doc): fix grammar in termdebug doc, remove trailing spaces (#13505)zeertzjq
Signed-off-by: Christian Brabandt <cb@256bit.org>
2023-11-08runtime(termdebug): improve window handling, shorten var typesshane.xb.qian
closes #13474 Signed-off-by: shane.xb.qian <shane.qian@foxmail.com> Signed-off-by: Christian Brabandt <cb@256bit.org>
2023-11-08runtime(termdebug): handle buffer-local mappings properlyshane.xb.qian
closes: #13475 Signed-off-by: shane.xb.qian <shane.qian@foxmail.com> Signed-off-by: Christian Brabandt <cb@256bit.org>
2023-10-25runtime(doc): Fix typos in several documents (#13420)h_east
* Fix typos in several documents * Update runtime/doc/terminal.txt Co-authored-by: K.Takata <kentkt@csc.jp> Signed-off-by: Christian Brabandt <cb@256bit.org>
2023-09-24runtime(doc): grammar fixes in doc (#13164)Dominique Pellé
Signed-off-by: Christian Brabandt <cb@256bit.org>
2023-08-23runtime(termdebug): more termdebug fixes and improvements (#12892)Sean Dewar
- Fix and attempt to simplify :Frame/:Up/:Down documentation. - Accept a count instead for :Up/:Down/+/-. - Update the "Last Change" dates. - Fix a missing :let (caused an error if gdb fails to start). - Wipe the prompt buffer when ending prompt mode (if it exists and wasn't wiped by the user first). Avoids issues with stale prompt buffers (such as E95 when starting a new prompt mode session). - Kill the gdb job if the prompt buffer is unloaded (similar to what's done for a terminal buffer). Fixes not being able to start a new termdebug session if the buffer was wiped by the user, for example. Signed-off-by: Christian Brabandt <cb@256bit.org>
2023-08-22runtime(termdebug): add frame related commands (#12511)Simon Sobisch
implementing `:Frame`, `:Up` and `:Down' partially fixing #10393 Signed-off-by: Christian Brabandt <cb@256bit.org>
2023-08-20Runtime(termdebug): Add support to view local and argument variableslaburnumT
closes: 12403 Signed-off-by: Christian Brabandt <cb@256bit.org>
2023-06-28patch 9.0.1671: Termdebug: error with more than 99 breakpointsv9.0.1671skywind3000
Problem: Termdebug: error with more than 99 breakpoints. Solution: Use a different sign for breakpoint 100 and over. (closes #12589, closes #12588)
2023-06-10Update runtime filesBram Moolenaar
2023-02-20Update runtime files.Bram Moolenaar
2022-11-18Update runtime filesBram Moolenaar
2022-10-16Update runtime filesBram Moolenaar
2022-10-10patch 9.0.0710: quitting/unloading/hiding a terminal does not work properlyv9.0.0710Yee Cheng Chin
Problem: Quitting/unloading/hiding a terminal buffer does not always work properly. Solution: Avoid that ":q!" leaves an empty buffer behind. ":bunload!" also kills the job and unloads the buffer. ":hide" does not unload the buffer. (Yee Cheng Chin, closes #11323)
2022-08-24Update runtime filesBram Moolenaar
2022-08-08Update runtime filesBram Moolenaar
2022-06-28release version 9.0v9.0.0000Bram Moolenaar
Problem: About time to release Vim 9.0. Solution: Update the version number everywhere.
2022-06-26Update runtime filesBram Moolenaar
2022-06-09Update runtime filesBram Moolenaar
2022-06-03Update runtime filesBram Moolenaar
2022-05-23patch 8.2.5010: the terminal debugger uses various global variablesv8.2.5010Bram Moolenaar
Problem: The terminal debugger uses various global variables. Solution: Add a dictionary to hold the terminal debugger preferences.
2022-04-18Update runtime filesBram Moolenaar
2022-04-08Update runtime filesBram Moolenaar
2022-02-26Update runtime files.Bram Moolenaar
2022-01-23Update runtime filesBram Moolenaar
2022-01-08Update runtime filesBram Moolenaar
2021-12-24Update runtime filesBram Moolenaar
2021-11-16Update runtime filesBram Moolenaar
2021-11-13patch 8.2.3589: failure when "term_rows" of term_start() is an unusual valuev8.2.3589Bram Moolenaar
Problem: Failure when the "term_rows" argument of term_start() is an unusual value. Solution: Limit to range of zero to 1000. (closes #9116)
2021-10-15patch 8.2.3516: terminal window does not have transparent backgroundv8.2.3516Milly
Problem: Terminal window does not have transparent background when 'termguicolors' is used. Solution: Fix the background color. (closes #2361, closes #9002)
2021-08-29Update runtime filesBram Moolenaar
2021-08-14Update runtime filesBram Moolenaar
2021-02-13Update runtime filesBram Moolenaar
2021-01-11Update runtime files.Bram Moolenaar
2021-01-02Update runtime files.Bram Moolenaar
2020-11-29Update runtime filesBram Moolenaar
2020-11-21Update runtime filesBram Moolenaar
2020-09-07Update runtime files.Bram Moolenaar
2020-06-07Update runtime filesBram Moolenaar
2020-05-26Update runtime filesBram Moolenaar
2020-05-01Update runtime filesBram Moolenaar
2020-04-10Update runtime filesBram Moolenaar
2020-03-26patch 8.2.0455: cannot set the highlight group for a specific terminalv8.2.0455Bram Moolenaar
Problem: Cannot set the highlight group for a specific terminal. Solution: Add the "highlight" option to term_start(). (closes #5818)
2020-02-04Update runtime files.Bram Moolenaar
2020-01-09Update runtime files.Bram Moolenaar