var a = {
b: 20,
c: 30,
//d:45,
/*e:70,
*/
}:match Error /,/ this can match all the 4 commas, how can I exclude the comma in comment(start with // or wrapped in /* */ )? Thanks. -- View this message in context: http://old.nabble.com/how-to-match-a-%22%2C%22-that-IS-NOT-in-comment-tp26756853p26756853.html Sent from the Vim - General mailing list archive at Nabble.com. -- You received this message from the "vim_use" maillist. For more information, visit http://www.vim.org/maillist.php
