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

Filename-include complete #403

Closed UncleBill closed 11 years ago

UncleBill commented 11 years ago

file path completion is awesome! like: if filename's extension is already provided, then Neo. can detect that and completes prefectly

However, clang case:

     #include <std|.h>

it becomes

     #include <stdlib.h.h>
Shougo commented 11 years ago

Thank you for your reporting! I fixed it.

UncleBill commented 11 years ago

Great! Thanks!