Skip to content

Commit

Permalink
Merge pull request #1923 from h-east/update-terminal
Browse files Browse the repository at this point in the history
Update terminal.{txt,jax}
  • Loading branch information
h-east authored Jan 21, 2025
2 parents b36123a + b3f2fe3 commit e80731f
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 4 deletions.
10 changes: 8 additions & 2 deletions doc/terminal.jax
Original file line number Diff line number Diff line change
@@ -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
Expand Down Expand Up @@ -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*

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

==============================================================================
6. デバッグ *terminal-debug* *terminal-debugger*
6. デバッグ *terminal-debug* *terminal-debugger* *package-termdebug*

Vim のウィンドウでソースコードを表示しながらプログラムを gdb でデバッグするの
に、端末デバッグプラグインが使用できる。これは Vim の中だけで完結するので、SSH
Expand Down
10 changes: 8 additions & 2 deletions en/terminal.txt
Original file line number Diff line number Diff line change
@@ -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
Expand Down Expand Up @@ -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*

Expand Down Expand Up @@ -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
Expand Down

0 comments on commit e80731f

Please sign in to comment.