Skip to content

Minor corrections #1769

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 6 commits into from
Nov 1, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion doc/insert.jax
Original file line number Diff line number Diff line change
Expand Up @@ -342,7 +342,7 @@ CTRL-Xを押した後にCTRL-E(もしくはCTRL-Y)を押すと、現在のファ
これらのキーを使用する前後の変更(文字の挿入や削除)は、別々に取り消すことができ
る。最後の変更だけがやり直すことができ、常に "i" コマンドのように振舞う。

char action ~
文字 アクション ~
-----------------------------------------------------------------------
<Up> カーソルを1行上へ移動する *i_<Up>*
<Down> カーソルを1行下へ移動する *i_<Down>*
Expand Down
2 changes: 1 addition & 1 deletion doc/options.jax
Original file line number Diff line number Diff line change
Expand Up @@ -2717,7 +2717,7 @@ Note 1番目の形式では、行全体がオプション指定に使われる
cscopeの結果を表示するのにQuickFixウィンドウを使うかどうかを指定する。
|cscopequickfix|を参照。

*'cscoperelative'* *'csre'* *'nocscoperelative'* *'nocsre'*
*'cscoperelative'* *'csre'* *'nocscoperelative'* *'nocsre'*
'cscoperelative' 'csre' 切替 (既定ではオフ)
グローバル
{|+cscope|機能つきでコンパイルされたときのみ利用可能}
Expand Down
11 changes: 6 additions & 5 deletions doc/os_qnx.jax
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@

QNX上のVimはほとんどUNIXと同じように動作する。 |os_unix.txt|

==============================================================================

2. Vimをコンパイルする *qnx-compiling*

Vimは標準的なconfigure/makeのやり方でコンパイルすることができる。X11を使ってコ
Expand All @@ -28,7 +28,7 @@ Vimは標準的なconfigure/makeのやり方でコンパイルすることがで
Photon GUIをサポートする。その他の有/無効を指定できる機能については
./configure --help を実行することで知ることができる。

==============================================================================

3. 端末サポート *qnx-terminal*

Vimはコンパイル時にオプションが指定されれば、ptermでのマウスとクリップをサポー
Expand All @@ -44,7 +44,7 @@ Vimはコンパイル時にオプションが指定されれば、ptermでのマ
ウスを無効にするには、オプション |'mouse'| を空に設定する: >
:set mouse=

==============================================================================

4. Photon GUI *photon-gui*

GUIのVimを起動するには、gvimかvim -gを実行する。そうでなければ端末版が起動す
Expand Down Expand Up @@ -77,7 +77,7 @@ GUIのVimを起動するには、gvimかvim -gを実行する。そうでなけ

このリストに書こうとさえ思いつかない、だから書けない他のもの。

==============================================================================

5. Photon フォント *photon-fonts*

オプション 'guifont' でGUIのフォントを設定する: >
Expand Down Expand Up @@ -109,7 +109,8 @@ Courierフォントをサイズ12の太字 + 斜体で >
ダイアログでフォントを選択する >
:set guifont=*
<
==============================================================================


6. バグと今後の予定

既知の問題:
Expand Down
1 change: 0 additions & 1 deletion doc/quickfix.jax
Original file line number Diff line number Diff line change
Expand Up @@ -387,7 +387,6 @@ quickfixコマンド (':make', ':grep' など) を実行する前後に2つの
*QuickFixCmdPost-example*
'encoding' とロケールが異なる場合、コンパイラのエラーメッセージと Vim 内部のエ
ンコーディングが異なる場合がある。次のようにすれば、このメッセージを変換できる:
>
>
function QfMakeConv()
let qflist = getqflist()
Expand Down
6 changes: 3 additions & 3 deletions doc/usr_05.jax
Original file line number Diff line number Diff line change
Expand Up @@ -510,7 +510,7 @@ Vim を起動すると、自動的にいくつものグローバルプラグイ

|load-plugins|も参照してください。

*add-global-plugin*
*add-global-plugin*
グローバルプラグインを追加すると、いつでもその機能を使えるようになります。
グローバルプラグインを追加するのは簡単です。
1. プラグインを入手する
Expand Down Expand Up @@ -774,7 +774,7 @@ Vim には本当に大量のオプションがあります。ほとんどのオ
この指定はノーマルモードでのみ有効です。挿入モードでも <Left> と <Right> を許
可するには次のように指定します: >

:set whichwrap=b,s,<,>,[,]
:set whichwrap=b,s,<,>,[,]

他にもいくつかフラグがあります。詳しくは 'whichwrap' を参照してください。

Expand All @@ -792,7 +792,7 @@ Tab 文字が ^I と表示されます。行末には $ と表示され、通常
か GUI を使っている場合は、空白と Tab 文字を別の文字に置き換えて強調表示するこ
とができます。'listchars' オプションを使ってください: >

:set listchars=tab:>-,trail:-
:set listchars=tab:>-,trail:-

Tab 文字は全て ">---" と表示され、行末の空白は "-" と表示されます。この方がずっ
とイイと思いませんか?
Expand Down
2 changes: 1 addition & 1 deletion doc/vim9class.jax
Original file line number Diff line number Diff line change
Expand Up @@ -188,7 +188,7 @@ Protected 変数 ~
enddef
<
Protected メソッド ~
*private-method* *E1366*
*protected-method* *E1366*
オブジェクトメソッドを同じクラスの他のメソッドからのみアクセス可能にし、クラス
の外部からは使用しないようにしたい場合は、オブジェクトメソッドを protected に
できる。これを行うには、メソッド名の前にアンダースコアを付ける: >
Expand Down