mirror of
https://github.com/nvim-treesitter/nvim-treesitter.git
synced 2026-07-19 11:50:09 -04:00
Fix bug with ftdetect foam
This commit is contained in:
parent
0fc5e2f212
commit
8202504915
1 changed files with 1 additions and 1 deletions
|
|
@ -9,5 +9,5 @@ function! s:foamFile(path)
|
||||||
endfor
|
endfor
|
||||||
endfunction
|
endfunction
|
||||||
|
|
||||||
autocmd FileType BufNewFile,BufRead *Dict,*Properties,fvSchemes,fvSolution,*/constant/g,*/0/* call s:foamFile(expand("%"))
|
autocmd BufNewFile,BufRead *Dict,*Properties,fvSchemes,fvSolution,*/constant/g,*/0/* call s:foamFile(expand("%"))
|
||||||
autocmd FileType cpp call s:foamFile(expand("%"))
|
autocmd FileType cpp call s:foamFile(expand("%"))
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue