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

grammar error in user guide #496

Closed j5shi closed 9 years ago

j5shi commented 9 years ago
:NeoComplCacheSetFileType [filetype]        *:NeoComplCacheSetFileType*
        Change filetype to [filetype] in current buffer.
        This filetype is only used neocomplcache.
        Note: You can get current filetype by

should be

...
        This filetype is only used by neocomplcache.
Shougo commented 9 years ago

Can you send the pul reuqest for it? I don't want o change neocomplcache.

j5shi commented 9 years ago

I can send the pull request but I don't understand why you don't want to change neocomplcache? Are you trying to leave it out of developing? Or moving your main effort to neocomplete?

Shougo commented 9 years ago

Yes.