File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -1398,8 +1398,8 @@ User` を実行して、一度だけ実行される |ShellCmdPost| `:autocmd`
1398
1398
if !exists('g:spotbugs_compilation_done')
1399
1399
doautocmd java_spotbugs_post User
1400
1400
execute 'make ' . a:arguments
1401
- " only run doautocmd when :make was synchronous
1402
- " see note below
1401
+ " :make が同期している場合にのみ doautocmd を実行する。
1402
+ " 下記の注記を参照
1403
1403
doautocmd java_spotbugs_post ShellCmdPost " XXX: (a)
1404
1404
let g:spotbugs_compilation_done = 1
1405
1405
else
@@ -1411,8 +1411,8 @@ User` を実行して、一度だけ実行される |ShellCmdPost| `:autocmd`
1411
1411
if !exists('g:spotbugs_test_compilation_done')
1412
1412
doautocmd java_spotbugs_post User
1413
1413
execute 'make ' . a:arguments
1414
- " only run doautocmd when :make was synchronous
1415
- " see note below
1414
+ " :make が同期している場合にのみ doautocmd を実行する。
1415
+ " 下記の注記を参照
1416
1416
doautocmd java_spotbugs_post ShellCmdPost " XXX: (b)
1417
1417
let g:spotbugs_test_compilation_done = 1
1418
1418
else
You can’t perform that action at this time.
0 commit comments