diff --git a/doc/terminal.jax b/doc/terminal.jax index 5cd2c5ff4..a04ed2348 100644 --- a/doc/terminal.jax +++ b/doc/terminal.jax @@ -1,4 +1,4 @@ -*terminal.txt* For Vim バージョン 9.1. Last change: 2024 Dec 30 +*terminal.txt* For Vim バージョン 9.1. Last change: 2025 Jan 11 VIMリファレンスマニュアル by Bram Moolenaar @@ -486,6 +486,12 @@ ConPTY の問題が修正されるまでは、"winpty" が優先される。 環境変数は実行中のジョブに情報を渡すために使用される: VIM_SERVERNAME v:servername + *git-vimdumps* +`git-vimdumps` という git-difftool 拡張機能があり、これを使用するとスクリーン +ダンプファイルを簡単に検査して比較することができる。この git 拡張機能の作成方 +法と使用方法については、Vim リポジトリのファイル `src/testdir/commondumps.vim` +を参照。 + ============================================================================== 2. 端末関数 *terminal-function-details* @@ -1234,7 +1240,7 @@ Vimがまったく同じ画面を表示していることを確認するには て、テキストの文脈における相違を見つけ出すことができる。 ============================================================================== -6. デバッグ *terminal-debug* *terminal-debugger* +6. デバッグ *terminal-debug* *terminal-debugger* *package-termdebug* Vim のウィンドウでソースコードを表示しながらプログラムを gdb でデバッグするの に、端末デバッグプラグインが使用できる。これは Vim の中だけで完結するので、SSH diff --git a/en/terminal.txt b/en/terminal.txt index 7e2d89824..43b5e5f24 100644 --- a/en/terminal.txt +++ b/en/terminal.txt @@ -1,4 +1,4 @@ -*terminal.txt* For Vim version 9.1. Last change: 2024 Dec 30 +*terminal.txt* For Vim version 9.1. Last change: 2025 Jan 11 VIM REFERENCE MANUAL by Bram Moolenaar @@ -494,6 +494,12 @@ ConPTY problems have been fixed "winpty" will be preferred. Environment variables are used to pass information to the running job: VIM_SERVERNAME v:servername + *git-vimdumps* +There exists a git-difftool extension called `git-vimdumps` that can be used +to conveniently inspect screendump files and diff them. Please see in the Vim +Repository the file `src/testdir/commondumps.vim` on how to create and use +this git extension. + ============================================================================== 2. Terminal functions *terminal-function-details* @@ -1254,7 +1260,7 @@ Alternatively, press "s" to swap the first and second dump. Do this several times so that you can spot the difference in the context of the text. ============================================================================== -6. Debugging *terminal-debug* *terminal-debugger* +6. Debugging *terminal-debug* *terminal-debugger* *package-termdebug* The Terminal debugging plugin can be used to debug a program with gdb and view the source code in a Vim window. Since this is completely contained inside