Hi,

>
>> while the defalt comment style is
>>
>> /*
>>  *
>>  *
>>  */
>>
>>
> To remove this comment style use:
> autocmd FileType c,cpp set comments-=s1:/*,mb:**,ex:*/
>
>
Sorry .. this should be:
autocmd FileType c,cpp set comments-=s1:/*,mb:*,ex:*/

Forgot to remove the extra * from middle portion of the comment.

Regards,
Abhishek

--~--~---------~--~----~------------~-------~--~----~
You received this message from the "vim_use" maillist.
For more information, visit http://www.vim.org/maillist.php
-~----------~----~----~----~------~----~------~--~---

Reply via email to