Shougo / neocomplcache.vim

Ultimate auto-completion system for Vim.
http://www.vim.org/scripts/script.php?script_id=2620
1.72k stars 135 forks source link

html path completion #377

Closed hushicai closed 9 years ago

hushicai commented 11 years ago

bug

in a html file,could i have a nice path completion?

ujihisa commented 11 years ago

yes!

hushicai commented 11 years ago

@ujihisa as show in the picture,when i type in "./",i'd like file completion,but it show all the html tags?can i remove the html tags and just show file paths?

Shougo commented 11 years ago

I tested it. But neocomplcache filename completeion worked.

hushicai commented 11 years ago

@Shougo Anyway,filename completion worked in fact,but show lots of html tags too.How can I avoid html tags completion when i just want the filename completion?

Shougo commented 11 years ago

You can change g:neocomplcache_omni_patterns. But I don't know good pattern.