Skip to content

Commit 3e51220

Browse files
committed
More translation by review
1 parent 15154af commit 3e51220

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

doc/quickfix.jax

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1398,8 +1398,8 @@ User` を実行して、一度だけ実行される |ShellCmdPost| `:autocmd`
13981398
if !exists('g:spotbugs_compilation_done')
13991399
doautocmd java_spotbugs_post User
14001400
execute 'make ' . a:arguments
1401-
" only run doautocmd when :make was synchronous
1402-
" see note below
1401+
" :make が同期している場合にのみ doautocmd を実行する。
1402+
" 下記の注記を参照
14031403
doautocmd java_spotbugs_post ShellCmdPost " XXX: (a)
14041404
let g:spotbugs_compilation_done = 1
14051405
else
@@ -1411,8 +1411,8 @@ User` を実行して、一度だけ実行される |ShellCmdPost| `:autocmd`
14111411
if !exists('g:spotbugs_test_compilation_done')
14121412
doautocmd java_spotbugs_post User
14131413
execute 'make ' . a:arguments
1414-
" only run doautocmd when :make was synchronous
1415-
" see note below
1414+
" :make が同期している場合にのみ doautocmd を実行する。
1415+
" 下記の注記を参照
14161416
doautocmd java_spotbugs_post ShellCmdPost " XXX: (b)
14171417
let g:spotbugs_test_compilation_done = 1
14181418
else

0 commit comments

Comments
 (0)