- Added neocomplcache__convertable attribute.
This commit is contained in:
parent
878130bcf0
commit
eed6af62f0
@ -1,7 +1,7 @@
|
|||||||
"=============================================================================
|
"=============================================================================
|
||||||
" FILE: snippets_complete.vim
|
" FILE: snippets_complete.vim
|
||||||
" AUTHOR: Shougo Matsushita <Shougo.Matsu@gmail.com>
|
" AUTHOR: Shougo Matsushita <Shougo.Matsu@gmail.com>
|
||||||
" Last Modified: 27 Aug 2012.
|
" Last Modified: 05 Sep 2012.
|
||||||
" License: MIT license {{{
|
" License: MIT license {{{
|
||||||
" Permission is hereby granted, free of charge, to any person obtaining
|
" Permission is hereby granted, free of charge, to any person obtaining
|
||||||
" a copy of this software and associated documentation files (the
|
" a copy of this software and associated documentation files (the
|
||||||
@ -230,6 +230,8 @@ function! s:keyword_filter(list, cur_keyword_str)"{{{
|
|||||||
endif
|
endif
|
||||||
let snippet.menu = '`Snip` ' . snippet.menu
|
let snippet.menu = '`Snip` ' . snippet.menu
|
||||||
endif
|
endif
|
||||||
|
|
||||||
|
let snippet.neocomplcache__convertable = 0
|
||||||
endfor
|
endfor
|
||||||
|
|
||||||
return list
|
return list
|
||||||
|
@ -309,6 +309,9 @@ snippet *neocomplcache-snippets-complete-unite-action-snippet*
|
|||||||
==============================================================================
|
==============================================================================
|
||||||
CHANGELOG *neocomplcache-snippets-complete-changelog*
|
CHANGELOG *neocomplcache-snippets-complete-changelog*
|
||||||
|
|
||||||
|
2012-09-06
|
||||||
|
- Added neocomplcache__convertable attribute.
|
||||||
|
|
||||||
2012-08-27
|
2012-08-27
|
||||||
- Fixed neocomplcache#sources#snippets_complete#force_expandable().
|
- Fixed neocomplcache#sources#snippets_complete#force_expandable().
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user