Skip to content

Commit 4afd604

Browse files
tsuyoshichoh-east
andauthored
usr_41.jax: fix more translate miss
Co-authored-by: h_east <[email protected]>
1 parent 7b9491f commit 4afd604

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

doc/usr_41.jax

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2459,7 +2459,7 @@ exists(":Cmd") ユーザー定義コマンドが既にあるかどうかをチ
24592459
なりません。例えば、"mail" ファイルタイプのプラグインなら次のようにします: >
24602460
24612461
# マップを追加する。ユーザーが望まない場合は追加しない。
2462-
if !exists("no_plugin_maps") && !exists("no_mail_maps")
2462+
if !exists("g:no_plugin_maps") && !exists("g:no_mail_maps")
24632463
# "> " を挿入して引用する
24642464
if !hasmapto('<Plug>MailQuote;')
24652465
vmap <buffer> <LocalLeader>q <Plug>MailQuote;
@@ -2756,7 +2756,7 @@ Unix では、このライブラリスクリプトは次のような場所に置
27562756
Vim ユーザーは Vim のウェブサイト http://www.vim.org でスクリプトを探します。
27572757
便利なスクリプトを作ったら、ぜひ共有しましょう!
27582758

2759-
別の場所として githubがあります。しかし、そこが探される場所であるとあなたは知
2759+
別の場所として github があります。しかし、そこが探される場所であるとあなたは知
27602760
る必要があります!。多くのプラグインマネージャーがプラグインを github から取得
27612761
するというアドバンテージがあります。あなたが使うであろうお気に入りのサーチエン
27622762
ジンが見付けるのもそこになります。

0 commit comments

Comments
 (0)