I would like to detect all returns that follow an if like that :
if (condition1
&& condition 3 )
return
or
if (condition1
&& condition 3 )
// COMMENT
/*
*
* ANOTHER COMMENT
*
*/
return
Thanks
--
You received this message from the "vim_use" maillist.
For more information, visit http://www.vim.org/maillist.php
No comments:
Post a Comment