File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -2459,7 +2459,7 @@ exists(":Cmd") ユーザー定義コマンドが既にあるかどうかをチ
2459
2459
なりません。例えば、"mail" ファイルタイプのプラグインなら次のようにします: >
2460
2460
2461
2461
# マップを追加する。ユーザーが望まない場合は追加しない。
2462
- if !exists("no_plugin_maps") && !exists("no_mail_maps")
2462
+ if !exists("g: no_plugin_maps") && !exists("g: no_mail_maps")
2463
2463
# "> " を挿入して引用する
2464
2464
if !hasmapto('<Plug>MailQuote;')
2465
2465
vmap <buffer> <LocalLeader>q <Plug>MailQuote;
@@ -2756,7 +2756,7 @@ Unix では、このライブラリスクリプトは次のような場所に置
2756
2756
Vim ユーザーは Vim のウェブサイト http://www.vim.org でスクリプトを探します。
2757
2757
便利なスクリプトを作ったら、ぜひ共有しましょう!
2758
2758
2759
- 別の場所として githubがあります 。しかし、そこが探される場所であるとあなたは知
2759
+ 別の場所として github があります 。しかし、そこが探される場所であるとあなたは知
2760
2760
る必要があります!。多くのプラグインマネージャーがプラグインを github から取得
2761
2761
するというアドバンテージがあります。あなたが使うであろうお気に入りのサーチエン
2762
2762
ジンが見付けるのもそこになります。
You can’t perform that action at this time.
0 commit comments