jason wrote:
> Hi Brett
> I did it as you said.
> my test.c is in dir $HOME/test
> these is my steps:
> 1.cd ~/test
> 2.run command "ctags -R --c++-kinds=+p --fields=+iaSn --extra=+q ."
> 3.run vim
> 4.put cursor at the end of "pb->"
> 5.press C-X C-O
> It shows "Omni Completion (^O^N^P)* pattern not found".
> Are these operations correctly?
> Thanks!
> B.R.
>
You need to change typedf to typedef in your source files. Neither C nor
ctags recognizes the former spelling.
Brett Stahlman
--~--~---------~--~----~------------~-------~--~----~
You received this message from the "vim_use" maillist.
For more information, visit http://www.vim.org/maillist.php
-~----------~----~----~----~------~----~------~--~---