Thursday, November 26, 2009

Detect when a return follow an if instruction without bracket

Hi,


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: