Help for this page

Select Code to Download


  1. or download this
    :command FixCommas perl $s=join(qq{\n},$curbuf->Get(0 .. $curbuf->Coun
    +t()));$s =~ s#^((?:[^/\n]|/(?!/))*),((?:\s*|//.*$|/\*(?:[^*]|\*(?!/))
    +*\*/)*\s*[}\]])#$1$2#mg; $curbuf->Set(0,0,split(qq{\n},$s));