diff options
author | Adam Stankiewicz <sheerun@sher.pl> | 2017-02-02 21:53:26 +0100 |
---|---|---|
committer | Adam Stankiewicz <sheerun@sher.pl> | 2017-02-02 21:53:26 +0100 |
commit | b7e2b0cad32cb2e806efd5c03984f098a1ad8c55 (patch) | |
tree | c7fed845ca58dad545dfe11f8578b69c71742ab7 /ftdetect | |
parent | cc868aee51c3880f08832cca0bf1351334d61794 (diff) | |
download | vim-polyglot-b7e2b0cad32cb2e806efd5c03984f098a1ad8c55.tar.gz vim-polyglot-b7e2b0cad32cb2e806efd5c03984f098a1ad8c55.zip |
Change vala provider to arrufat, closes #165
Diffstat (limited to 'ftdetect')
-rw-r--r-- | ftdetect/polyglot.vim | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/ftdetect/polyglot.vim b/ftdetect/polyglot.vim index f431def0..ea6e0fbc 100644 --- a/ftdetect/polyglot.vim +++ b/ftdetect/polyglot.vim @@ -981,8 +981,7 @@ endif if !exists('g:polyglot_disabled') || index(g:polyglot_disabled, 'vala') == -1 autocmd BufRead *.vala,*.vapi set efm=%f:%l.%c-%[%^:]%#:\ %t%[%^:]%#:\ %m -au BufRead,BufNewFile *.vala,*.vapi setfiletype vala - +au BufRead,BufNewFile *.vala,*.vapi,*.valadoc setfiletype vala endif |