- Added note.

This commit is contained in:
Shougo Matsushita 2013-03-24 20:36:27 +09:00
parent 5c89e3193b
commit 0ea0a0b3a7
1 changed files with 1 additions and 0 deletions

View File

@ -83,6 +83,7 @@ function! s:keyword_filter(snippets, cur_keyword_str) "{{{
\ 'snippets_complete', 8)
endfor
" Note: Disabled partial match for perfomance issues.
" if len(a:cur_keyword_str) > 1 && a:cur_keyword_str =~ '^\h\w*$'
" " Use partial match by word.
" let partial_list = filter(values(a:snippets),