Skip to content

Commit 90eeb9e

Browse files
committed
Update {ft_context,if_ole,os_vms}.{txt,jax} and {ft_ada,ft_sql}.txt
1 parent fd9017a commit 90eeb9e

File tree

8 files changed

+16
-16
lines changed

8 files changed

+16
-16
lines changed

doc/ft_context.jax

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
*ft_context.txt* For Vim バージョン 9.1. Last change: 2022 Sep 27
1+
*ft_context.txt* For Vim バージョン 9.1. Last change: 2024 Jan 01
22

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

@@ -101,13 +101,13 @@ Vim は、カレントバッファの最初の 10 行内にマジック行を検
101101
設定 ~
102102
*'b:context_ignore_makefile'*
103103
*'g:context_ignore_makefile'*
104-
`:make` で(同期的な)文章の組版が行えます。Makefile が存在し、このオプションが
104+
|:make| で(同期的な)文章の組版が行えます。Makefile が存在し、このオプションが
105105
未設定の場合、通常の `make` が使用されます。このオプションが設定されている場合
106106
は、Makefile が存在していても、代わりに `mtxrun` が呼び出されます。
107107
>
108108
g:context_ignore_makefile = 0
109109
<
110-
NOTE: `:make` を使用する前に、バッファの作業ディレクトリを組版するファイルの
110+
NOTE: |:make| を使用する前に、バッファの作業ディレクトリを組版するファイルの
111111
ディレクトリに設定します。
112112

113113
*'g:context_extra_options'*

doc/if_ole.jax

+3-3
Original file line numberDiff line numberDiff line change
@@ -41,9 +41,9 @@ Perlなどからアクセス可能な、OLEオートメーションサーバー
4141
$vim = new Win32::OLE 'Vim.Application';
4242
4343
[C#] >
44-
// プロジェクトに Vim への参照を追加する。
45-
// COM タブを選択する。
46-
// "Vim Ole Interface 1.1 Type Library" を選択する。
44+
// プロジェクトに Vim への参照を追加する。
45+
// COM タブを選択する。
46+
// "Vim Ole Interface 1.1 Type Library" を選択する。
4747
Vim.Vim vimobj = new Vim.Vim();
4848
4949
Vimは、他の一部のOLEサーバーがサポートしているような、"hidden" なOLEサーバーと

doc/os_vms.jax

+1-1
Original file line numberDiff line numberDiff line change
@@ -754,7 +754,7 @@ VIM ディレクトリは共通にし、実行ファイルだけ異なるよう
754754
$ say "IA64 platform"
755755
$ define/nolog VIM RF10:[UTIL.IA64_EXE] ! IA64 executables
756756
$ endif
757-
$! VIMRUNTIME must be defined in order to find runtime files
757+
$! VIMRUNTIME must be defined in order to find runtime files
758758
$ define/nolog VIMRUNTIME RF10:[UTIL.VIM73]
759759
760760
このアプローチの良い例が http://www.polarhome.com/vim/ からダウンロードできる

en/ft_ada.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -172,7 +172,7 @@ GNAT OBJECT ~
172172
*g:gnat.Make()*
173173
g:gnat.Make()
174174
Calls |g:gnat.Make_Command| and displays the result inside a
175-
|quickfix| window.
175+
|quickfix| window.
176176

177177
*g:gnat.Pretty()*
178178
g:gnat.Pretty()

en/ft_context.txt

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
*ft_context.txt* For Vim version 9.1. Last change: 2022 Sep 27
1+
*ft_context.txt* For Vim version 9.1. Last change: 2024 Jan 01
22

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

@@ -103,13 +103,13 @@ Stop all the ConTeXt jobs currently running in the background.
103103
Settings ~
104104
*'b:context_ignore_makefile'*
105105
*'g:context_ignore_makefile'*
106-
`:make` can be used to (synchronously) typeset a document. If a Makefile exists
106+
|:make| can be used to (synchronously) typeset a document. If a Makefile exists
107107
and this option is not set, standard `make` is used. If this option is set,
108108
`mtxrun` is invoked instead, even if a Makefile exists.
109109
>
110110
g:context_ignore_makefile = 0
111111
<
112-
NOTE: before using `:make`, set the working directory of the buffer to the
112+
NOTE: before using |:make|, set the working directory of the buffer to the
113113
directory of the file to be typeset.
114114

115115
*'g:context_extra_options'*

en/ft_sql.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -371,7 +371,7 @@ This command breaks down as: >
371371
'sqlKeyword' - Display the items for the sqlKeyword highlight
372372
group
373373
'sqlKeyword\w*' - A second option available with Vim 7.4 which
374-
uses a regular expression to determine which
374+
uses a regular expression to determine which
375375
syntax groups to use
376376
)<CR> - Execute the :let command
377377
<C-X><C-O> - Trigger the standard omni completion key stroke.

en/if_ole.txt

+3-3
Original file line numberDiff line numberDiff line change
@@ -39,9 +39,9 @@ instance), code similar to the following should be used:
3939
$vim = new Win32::OLE 'Vim.Application';
4040
4141
[C#] >
42-
// Add a reference to Vim in your project.
43-
// Choose the COM tab.
44-
// Select "Vim Ole Interface 1.1 Type Library"
42+
// Add a reference to Vim in your project.
43+
// Choose the COM tab.
44+
// Select "Vim Ole Interface 1.1 Type Library"
4545
Vim.Vim vimobj = new Vim.Vim();
4646
4747
Vim does not support acting as a "hidden" OLE server, like some other OLE

en/os_vms.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -753,7 +753,7 @@ Solution 2. Different directories: >
753753
$ say "IA64 platform"
754754
$ define/nolog VIM RF10:[UTIL.IA64_EXE] ! IA64 executables
755755
$ endif
756-
$! VIMRUNTIME must be defined in order to find runtime files
756+
$! VIMRUNTIME must be defined in order to find runtime files
757757
$ define/nolog VIMRUNTIME RF10:[UTIL.VIM73]
758758
759759
A good example for this approach is the [GNU]gnu_tools.com script from

0 commit comments

Comments
 (0)