- Fixed s:get_sources_filetypes() error.
This commit is contained in:
parent
c6e175ef71
commit
47a1bfda12
@ -1050,7 +1050,7 @@ endfunction"}}}
|
||||
function! s:get_sources_filetypes(filetype) "{{{
|
||||
return (exists('*neocomplcache#get_source_filetypes') ?
|
||||
\ neocomplcache#get_source_filetypes(a:filetype) :
|
||||
\ [a:filetype]) + ['_']
|
||||
\ [(a:filetype == '') ? 'nothing' : a:filetype]) + ['_']
|
||||
endfunction"}}}
|
||||
|
||||
function! neosnippet#edit_complete(arglead, cmdline, cursorpos) "{{{
|
||||
|
@ -724,6 +724,7 @@ CHANGELOG *neosnippet-changelog*
|
||||
- Added sh snippet.
|
||||
- Added html snippet.
|
||||
- Delete simple markers when InsertLeave.
|
||||
- Fixed s:get_sources_filetypes() error.
|
||||
|
||||
2013-02-03
|
||||
- Improved php snippets.
|
||||
|
Loading…
Reference in New Issue
Block a user