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:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user