Skip to content

Commit 14830b2

Browse files
committed
Fix by review after merging
1 parent a315909 commit 14830b2

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

doc/builtin.jax

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2564,7 +2564,7 @@ executable({expr}) *executable()*
25642564
判定されない。
25652565
MS-Windows では、Vim の実行可能ファイルと同じディレクトリにあ
25662566
る実行可能ファイルは常に見つかる。このディレクトリは $PATH に
2567-
追加されるため、|win32-PATH| を実行しても機能するはずだ
2567+
追加されているので、実行しても動作するはずだ |win32-PATH|。
25682568
*NoDefaultCurrentDirectoryInExePath*
25692569
MS-Windows では、通常、Vim のカレント作業ディレクトリにある実
25702570
行可能ファイルも見つかるが、

doc/testing.jax

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -638,7 +638,7 @@ assert_match({pattern}, {actual} [, {msg}])
638638

639639
例: >
640640
call assert_match('^f.*o$', 'foobar')
641-
< 結果は |v:errors| に追加される文字列になる:
641+
< これは |v:errors| に文字列が追加されることになる:
642642
test.vim line 12: Pattern '^f.*o$' does not match 'foobar' ~
643643

644644
|method| としても使用できる: >

0 commit comments

Comments
 (0)