Add Java as an exception in mixed-indent-file

Java allows "/** */"-style comments; add it as an exception in mixed-indent-file.
This commit is contained in:
Adrian Cowan 2016-04-07 14:55:39 +10:00
parent 377010ea6e
commit 066d936076
1 changed files with 1 additions and 1 deletions

View File

@ -18,7 +18,7 @@ let s:max_lines = get(g:, 'airline#extensions#whitespace#max_lines', 20000)
let s:enabled = get(g:, 'airline#extensions#whitespace#enabled', 1)
let s:c_like_langs = ['c', 'cpp', 'cuda', 'javascript', 'ld']
let s:c_like_langs = ['c', 'cpp', 'cuda', 'java', 'javascript', 'ld']
function! s:check_mixed_indent()
if s:indent_algo == 1