Skip to content

Commit 836c367

Browse files
authored
Merge pull request #2473 from h-east/update-a-few-files
Update {ft_context,terminal}.{txt,jax}
2 parents e1ca388 + db16b5d commit 836c367

4 files changed

Lines changed: 9 additions & 7 deletions

File tree

doc/ft_context.jax

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
*ft_context.txt* For Vim バージョン 9.2. Last change: 2026 Jan 10
1+
*ft_context.txt* For Vim バージョン 9.2. Last change: 2026 Jan 18
22

33
これは ConTeXt ファイルタイププラグインのドキュメントである。
44

doc/terminal.jax

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
*terminal.txt* For Vim バージョン 9.1. Last change: 2026 Jan 08
1+
*terminal.txt* For Vim バージョン 9.1. Last change: 2026 Jan 18
22

33

44
VIM リファレンスマニュアル by Bram Moolenaar
@@ -1243,7 +1243,8 @@ Vimがまったく同じ画面を表示していることを確認するには
12431243
て、テキストの文脈における相違を見つけ出すことができる。
12441244

12451245
==============================================================================
1246-
6. デバッグ *terminal-debug* *terminal-debugger* *package-termdebug* *termdebug*
1246+
6. デバッグ *terminal-debug* *terminal-debugger*
1247+
*package-termdebug* *termdebug*
12471248

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

en/ft_context.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
*ft_context.txt* For Vim version 9.2. Last change: 2026 Jan 10
1+
*ft_context.txt* For Vim version 9.2. Last change: 2026 Jan 18
22

33
This is the documentation for the ConTeXt filetype plugin.
44

@@ -117,7 +117,7 @@ and this option is not set, standard `make` is used. If this option is set,
117117
<
118118
NOTE: before using |:make|, ensure that the working directory of the buffer is
119119
set to the directory of the file you want to typeset. Additionally, be aware
120-
that |:make| searches for `mtxrun in $PATH.
120+
that |:make| searches for `mtxrun` in $PATH.
121121

122122
*'g:context_extra_options'*
123123
A list of additional options to pass to `mtxrun`.

en/terminal.txt

Lines changed: 3 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: 2026 Jan 08
1+
*terminal.txt* For Vim version 9.1. Last change: 2026 Jan 18
22

33

44
VIM REFERENCE MANUAL by Bram Moolenaar
@@ -1263,7 +1263,8 @@ Alternatively, press "s" to swap the first and second dump. Do this several
12631263
times so that you can spot the difference in the context of the text.
12641264

12651265
==============================================================================
1266-
6. Debugging *terminal-debug* *terminal-debugger* *package-termdebug* *termdebug*
1266+
6. Debugging *terminal-debug* *terminal-debugger*
1267+
*package-termdebug* *termdebug*
12671268

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

0 commit comments

Comments
 (0)