diff 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
line wrap: on
line diff
--- a/runtime/tools/shtags.pl
+++ b/runtime/tools/shtags.pl
@@ -72,7 +72,7 @@ if( ! $explicit && open( TAGS, "< $tags_
 
 #
 # for each line of every file listed on the command line, look for a
-# 'sub' definition, or, if variables are wanted aswell, look for a
+# 'sub' definition, or, if variables are wanted as well, look for a
 # variable definition at the start of a line
 #
 while( <> )