Skip to content

Commit d662a6d

Browse files
authored
Merge pull request #900 from obcat/fix-various
Fix typo and mistranslations
2 parents fb24821 + cea948b commit d662a6d

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

doc/insert.jax

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1970,7 +1970,7 @@ Win32以外のシステムではDOSフォーマットのファイルを読み込
19701970
[converted] 'fileencoding' から 'encoding' の変換
19711971
を実施した
19721972
[crypted] 暗号が解除された
1973-
[READ ERRORS] ファイルを全て読み込めなかった
1973+
[READ ERRORS] ファイルを全ては読み込めなかった
19741974

19751975
{訳注: 以下日本語メッセージの場合:
19761976
ロング ショート 意味 ~

doc/options.jax

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3227,7 +3227,7 @@ Note 1番目の形式では、行全体がオプション指定に使われる
32273227
'fileignorecase' 'fic' 切替 (既定値: ファイル名の大文字と小文字の違いを無
32283228
視するシステムではオン)
32293229
グローバル
3230-
このオプションが設定すると、ファイル名とディレクトリ名の大文字と小文字
3230+
このオプションを設定すると、ファイル名とディレクトリ名の大文字と小文字
32313231
の違いが無視される。
32323232
補完で大文字と小文字の違いを無視したい場合は 'wildignorecase' を参照。
32333233

doc/popup.jax

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -593,7 +593,7 @@ POPUP_CREATE() の引数 *popup_create-arguments*
593593
自分で新しいバッファを作成したい場合は、|bufadd()| を使用して、バッファ番号を
594594
popup_create() に渡す。
595595

596-
|popup_create()| の第2引数は任意の辞書である:
596+
|popup_create()| の第2引数は以下のオプションを持つ辞書である:
597597
line ポップアップを配置する画面の行。数値または、カーソルの
598598
行を使用して行数を加算または減算するには、"cursor"、
599599
"cursor+1"、または "cursor-1" を使用できる。省略もしく

0 commit comments

Comments
 (0)