Skip to content

Commit e80731f

Browse files
authored
Merge pull request #1923 from h-east/update-terminal
Update terminal.{txt,jax}
2 parents b36123a + b3f2fe3 commit e80731f

File tree

2 files changed

+16
-4
lines changed

2 files changed

+16
-4
lines changed

doc/terminal.jax

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
*terminal.txt* For Vim バージョン 9.1. Last change: 2024 Dec 30
1+
*terminal.txt* For Vim バージョン 9.1. Last change: 2025 Jan 11
22

33

44
VIMリファレンスマニュアル by Bram Moolenaar
@@ -486,6 +486,12 @@ ConPTY の問題が修正されるまでは、"winpty" が優先される。
486486
環境変数は実行中のジョブに情報を渡すために使用される:
487487
VIM_SERVERNAME v:servername
488488

489+
*git-vimdumps*
490+
`git-vimdumps` という git-difftool 拡張機能があり、これを使用するとスクリーン
491+
ダンプファイルを簡単に検査して比較することができる。この git 拡張機能の作成方
492+
法と使用方法については、Vim リポジトリのファイル `src/testdir/commondumps.vim`
493+
を参照。
494+
489495
==============================================================================
490496
2. 端末関数 *terminal-function-details*
491497

@@ -1234,7 +1240,7 @@ Vimがまったく同じ画面を表示していることを確認するには
12341240
て、テキストの文脈における相違を見つけ出すことができる。
12351241

12361242
==============================================================================
1237-
6. デバッグ *terminal-debug* *terminal-debugger*
1243+
6. デバッグ *terminal-debug* *terminal-debugger* *package-termdebug*
12381244

12391245
Vim のウィンドウでソースコードを表示しながらプログラムを gdb でデバッグするの
12401246
に、端末デバッグプラグインが使用できる。これは Vim の中だけで完結するので、SSH

en/terminal.txt

Lines changed: 8 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: 2024 Dec 30
1+
*terminal.txt* For Vim version 9.1. Last change: 2025 Jan 11
22

33

44
VIM REFERENCE MANUAL by Bram Moolenaar
@@ -494,6 +494,12 @@ ConPTY problems have been fixed "winpty" will be preferred.
494494
Environment variables are used to pass information to the running job:
495495
VIM_SERVERNAME v:servername
496496

497+
*git-vimdumps*
498+
There exists a git-difftool extension called `git-vimdumps` that can be used
499+
to conveniently inspect screendump files and diff them. Please see in the Vim
500+
Repository the file `src/testdir/commondumps.vim` on how to create and use
501+
this git extension.
502+
497503
==============================================================================
498504
2. Terminal functions *terminal-function-details*
499505

@@ -1254,7 +1260,7 @@ Alternatively, press "s" to swap the first and second dump. Do this several
12541260
times so that you can spot the difference in the context of the text.
12551261

12561262
==============================================================================
1257-
6. Debugging *terminal-debug* *terminal-debugger*
1263+
6. Debugging *terminal-debug* *terminal-debugger* *package-termdebug*
12581264

12591265
The Terminal debugging plugin can be used to debug a program with gdb and view
12601266
the source code in a Vim window. Since this is completely contained inside

0 commit comments

Comments
 (0)