Skip to content

Commit 6ec3cec

Browse files
authored
Merge pull request #2317 from h-east/update-terminal
Update terminal.{txt,jax}
2 parents dbfd08b + 675cc78 commit 6ec3cec

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

doc/terminal.jax

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
*terminal.txt* For Vim バージョン 9.1. Last change: 2025 Sep 14
1+
*terminal.txt* For Vim バージョン 9.1. Last change: 2025 Sep 15
22

33

44
VIMリファレンスマニュアル by Bram Moolenaar

en/terminal.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
*terminal.txt* For Vim version 9.1. Last change: 2025 Sep 14
1+
*terminal.txt* For Vim version 9.1. Last change: 2025 Sep 15
22

33

44
VIM REFERENCE MANUAL by Bram Moolenaar
@@ -1428,7 +1428,7 @@ gdb:
14281428
set a temporary breakpoint at the specified position
14291429
*:Clear* delete the breakpoint at the cursor position
14301430
*:ToggleBreak* set a breakpoint at the cursor position or delete all
1431-
breakpoints at the cursor positoin
1431+
breakpoints at the cursor position
14321432

14331433
*:Step* execute the gdb "step" command
14341434
*:Over* execute the gdb "next" command (`:Next` is a Vim command)

0 commit comments

Comments
 (0)