Skip to content

Commit 9421ded

Browse files
committed
Fix output file name for Go
1 parent 50993a7 commit 9421ded

File tree

1 file changed

+1
-1
lines changed
  • autoload/SingleCompile/templates

1 file changed

+1
-1
lines changed

autoload/SingleCompile/templates/go.vim

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919

2020
function! SingleCompile#templates#go#Initialize()
2121
call SingleCompile#SetCompilerTemplate('go', 'go', 'Go',
22-
\ 'go', 'build -o $(FILE_TITLE)$', g:SingleCompile_common_run_command)
22+
\ 'go', 'build -o $(FILE_EXEC)$', g:SingleCompile_common_run_command)
2323
call SingleCompile#SetPriority('go', 'Go', 20)
2424
endfunction
2525

0 commit comments

Comments
 (0)