Skip to content

Commit 17696b8

Browse files
committed
terminal.txt: Update Vim 8.2.4812
1 parent c585344 commit 17696b8

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

en/terminal.txt

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1285,6 +1285,8 @@ Put focus on the gdb window to type commands there. Some common ones are:
12851285
- next execute the current line and stop at the next line
12861286
- step execute the current line and stop at the next statement,
12871287
entering functions
1288+
- until execute until past the current cursor line or past a specified
1289+
position or the current stack frame returns
12881290
- finish execute until leaving the current function
12891291
- where show the stack
12901292
- frame N go to the Nth stack frame
@@ -1303,6 +1305,7 @@ gdb:
13031305

13041306
*:Step* execute the gdb "step" command
13051307
*:Over* execute the gdb "next" command (`:Next` is a Vim command)
1308+
*:Until* execute the gdb "until" command
13061309
*:Finish* execute the gdb "finish" command
13071310
*:Continue* execute the gdb "continue" command
13081311
*:Stop* interrupt the program

0 commit comments

Comments
 (0)