summaryrefslogtreecommitdiff
path: root/runtime/scripts.vim
diff options
context:
space:
mode:
authorBram Moolenaar <Bram@vim.org>2020-08-15 18:55:18 +0200
committerBram Moolenaar <Bram@vim.org>2020-08-15 18:55:18 +0200
commit3d1cde8a2f28dce2c82d2b2b4c5e35e6662030e0 (patch)
tree997f03c1bd793148efe3387f64c9e3efdcb44be9 /runtime/scripts.vim
parente3c37d8ebf9dbbf210fde4a5fb28eb1f2a492a34 (diff)
downloadvim-git-3d1cde8a2f28dce2c82d2b2b4c5e35e6662030e0.tar.gz
Update runtime files.
Diffstat (limited to 'runtime/scripts.vim')
-rw-r--r--runtime/scripts.vim4
1 files changed, 2 insertions, 2 deletions
diff --git a/runtime/scripts.vim b/runtime/scripts.vim
index 6aae2b1ec..9c2787ace 100644
--- a/runtime/scripts.vim
+++ b/runtime/scripts.vim
@@ -1,7 +1,7 @@
" Vim support file to detect file types in scripts
"
" Maintainer: Bram Moolenaar <Bram@vim.org>
-" Last change: 2020 Jun 07
+" Last change: 2020 Aug 15
" This file is called by an autocommand for every file that has just been
" loaded into a buffer. It checks if the type of file can be recognized by
@@ -150,7 +150,7 @@ if s:line1 =~# "^#!"
elseif s:name =~# 'ocaml'
set ft=ocaml
- " Awk scripts
+ " Awk scripts; also finds "gawk"
elseif s:name =~# 'awk\>'
set ft=awk