On Sep 9, 6:10 pm, "Gavin" <[email protected]> wrote: > just as the title > > for example > > struct xxx > { > int a; > int b; > > }; > > int xxx; > > struct xxx n; > > only i need is struct xxx definition, how could do that ? >
I really don't know what you're trying to accomplish here. Are you trying to jump to the definition of a struct from elsewhere in the code? That is something ctags and cscope are both great for. Vim has an interface to use both. -- You received this message from the "vim_use" maillist. Do not top-post! Type your reply below the text you are replying to. For more information, visit http://www.vim.org/maillist.php
