taco <[email protected]> wrote: > Christian, > Thank you for your responses. I had solved this problem. need > to add --enable-cscope when run ./configure . > > Best Regards! > taco
cscope is also enabled (among other things) if you build with 'big' or 'huge' features: ./configure --with-features=big or ./configure --with-features=huge You can see the list of features and in which version (tiny, small, normal, big, huge) they get included in ":help :version", ":help +feature-list". -- Dominique -- 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
