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

small improve in filename_include.vim #418

Closed cs86661 closed 11 years ago

cs86661 commented 11 years ago

getbufvar(bufnr('%'), '&ooxx') can change to getbufvar('', '&ooxx')……;)

Shougo commented 11 years ago

I fixed it.

cs86661 commented 11 years ago

thanks for quick response……but I see there has three more getbufvar(bufnr('%'), '&ooxx') not changed ?

Shougo commented 11 years ago

I fixed it.