1
0
mirror of https://github.com/gryf/.vim.git synced 2026-01-08 15:24:14 +01:00

Added matchtagalways and snippets

This commit is contained in:
2014-06-29 18:00:26 +02:00
parent 6bb0a2fb43
commit e8692558f8
8 changed files with 30 additions and 26 deletions

View File

@@ -280,7 +280,8 @@ function! s:get_next_token()
endfunction
function! s:is_js()
return expand("%:e") == "js"
" return expand("%:e") == "js"
return &filetype == "javascript"
endfunction
"function! g:Jsbeautify(js_source_text, options)