Skip to content

Commit

Permalink
Add support for Japanese locale message
Browse files Browse the repository at this point in the history
  • Loading branch information
micheam committed Aug 29, 2019
1 parent 0aa58d6 commit a60774b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions plugin/cljfmt.vim
Expand Up @@ -48,6 +48,7 @@ function! s:FilterOutput(lines, ...)
for line in a:lines
if line == "No matching autocommands"
\ || line == "Keine passenden Autokommandos"
\ || line == "該当するautocommandは存在しません"
continue
endif

Expand Down

0 comments on commit a60774b

Please sign in to comment.