Re: Indentations - possible Vim7 bug

2006-05-18 Thread Dan Clarke
The paste option isn't set. If I set it, auto indentation doesn't work at all, and when I press 'control-v', it just pastes a caret character instead of what's in the clipboard. - Dan Eric Arnold wrote: What's the value of your 'paste' option? On 5/18/06, Dan Clarke [EMAIL PROTECTED

Vim7 - intellisense problem

2006-05-18 Thread Dan Clarke
In my workplace, our coding standard states that we have to declare our variables on the next line from the variable type. The intellisense in vim7 doesn't work when it's like this. For example ... typedef struct { int i; }my_structure; void main (void) {