Merge pull request #397 from NigoroJr/master
Fix c snippets expanded in cpp filetype
This commit is contained in:
commit
b0d6b1c7e0
@ -178,7 +178,7 @@ function! s:get_sources_filetypes(filetype) abort "{{{
|
|||||||
\ exists('*context_filetype#get_filetypes') ?
|
\ exists('*context_filetype#get_filetypes') ?
|
||||||
\ context_filetype#get_filetypes(a:filetype) :
|
\ context_filetype#get_filetypes(a:filetype) :
|
||||||
\ split(((a:filetype == '') ? 'nothing' : a:filetype), '\.')
|
\ split(((a:filetype == '') ? 'nothing' : a:filetype), '\.')
|
||||||
return neosnippet#util#uniq(['_', a:filetype] + filetypes)
|
return neosnippet#util#uniq(['_'] + filetypes + [a:filetype])
|
||||||
endfunction"}}}
|
endfunction"}}}
|
||||||
|
|
||||||
" vim: foldmethod=marker
|
" vim: foldmethod=marker
|
||||||
|
Loading…
Reference in New Issue
Block a user