Hiding comments with conceal

2011-05-10 Thread Raghavendra D Prabhu
Hi, I have been looking for ways in which comments can be concealed and this behavior toggled when required. I am thinking of doing this with something like = syntax match matchComment "\v^\s*#.*" conceal cchar=|| hi! link matchComme

Late draw on cmdline

2011-04-26 Thread Raghavendra D Prabhu
Hi, I have """ nnoremap t :tabnew """ in my keybindings. However, from what I have seen, what I press t it doesn't update the cmdline unless I press Space again or type something. I disabled lazy redraw thinking that may responsible for this. But that doesn't

Re: any 'tagrelative' option for cscope?

2011-04-20 Thread Raghavendra D Prabhu
* On Tue, Apr 19, 2011 at 08:18:07PM -0700, pansz wrote: By default, vim opens all file of ctags with directory relative to the tags file. This behaviour can be controlled by 'tagrelative' option. But for cscope, vim does not open file relative to directory where cscope.out lies, instead, it us