comparison runtime/doc/vim2html.pl @ 39:c16898406ff2

synchorinize version 7.3.081
author one@zeus.cr.ie.u-ryukyu.ac.jp
date Fri, 17 Dec 2010 17:43:06 +0900
parents 76efa0be13f1
children
comparison
equal deleted inserted replaced
38:e06a1cd7230d 39:c16898406ff2
212 EOF 212 EOF
213 213
214 } 214 }
215 215
216 # main 216 # main
217 usage() if $#ARGV < 2; 217 usage() if $#ARGV < 1;
218 218
219 print "Processing tags...\n"; 219 print "Processing tags...\n";
220 readTagFile( $ARGV[ 0 ] ); 220 readTagFile( $ARGV[ 0 ] );
221 221
222 foreach my $file ( 1..$#ARGV ) { 222 foreach my $file ( 1..$#ARGV ) {