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`
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
You can’t perform that action at this time.
0 commit comments