We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6b69f02 commit 010da55Copy full SHA for 010da55
autoload/codefmt/ktfmt.vim
@@ -47,8 +47,8 @@ function! codefmt#ktfmt#GetFormatter() abort
47
let l:result = maktaba#syscall#Create(l:cmd + ['-']).Call()
48
let l:success = v:shell_error != 0
49
catch /ERROR(ShellError)/
50
- call maktaba#error#Shout(
51
- \ 'ktfmt unavailable, check jar file in %s -: %s',
+ call maktaba#error#Warn(
+ \ 'ktfmt unavailable, check jar file in `%s -`: %s',
52
\ l:joined,
53
\ v:exception)
54
endtry
0 commit comments