comparison runtime/tools/shtags.pl @ 18750:82a28df1e2d5

Update runtime files. Commit: https://github.com/vim/vim/commit/91359014b359cf816bf943fe2c7d492996263def Author: Bram Moolenaar <Bram@vim.org> Date: Sat Nov 30 17:57:03 2019 +0100 Update runtime files.
author Bram Moolenaar <Bram@vim.org>
date Sat, 30 Nov 2019 18:00:05 +0100
parents 1073225cb749
children
comparison
equal deleted inserted replaced
18749:8217e179eb58 18750:82a28df1e2d5
70 close( TAGS ); 70 close( TAGS );
71 } 71 }
72 72
73 # 73 #
74 # for each line of every file listed on the command line, look for a 74 # for each line of every file listed on the command line, look for a
75 # 'sub' definition, or, if variables are wanted aswell, look for a 75 # 'sub' definition, or, if variables are wanted as well, look for a
76 # variable definition at the start of a line 76 # variable definition at the start of a line
77 # 77 #
78 while( <> ) 78 while( <> )
79 { 79 {
80 &check_shell($_), ( $old_file = $ARGV ) if $ARGV ne $old_file; 80 &check_shell($_), ( $old_file = $ARGV ) if $ARGV ne $old_file;