aboutsummaryrefslogtreecommitdiff
path: root/runtime/scripts.vim
diff options
context:
space:
mode:
authorJan Edmund Lazo <jan.lazo@mail.utoronto.ca>2021-04-29 20:43:22 -0400
committerJan Edmund Lazo <jan.lazo@mail.utoronto.ca>2021-04-29 21:08:09 -0400
commit9f54d125d2b601029cb2b6dbffcc361c2e8fb974 (patch)
tree6670d7d22bb7808feec25f08ee155b0eedb7f531 /runtime/scripts.vim
parent09f3e62bc623dd3cbcbc708b019b55a8b9449de7 (diff)
downloadrneovim-9f54d125d2b601029cb2b6dbffcc361c2e8fb974.tar.gz
rneovim-9f54d125d2b601029cb2b6dbffcc361c2e8fb974.tar.bz2
rneovim-9f54d125d2b601029cb2b6dbffcc361c2e8fb974.zip
vim-patch:3d1cde8a2f28
Update runtime files. https://github.com/vim/vim/commit/3d1cde8a2f28dce2c82d2b2b4c5e35e6662030e0
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 3b3409bf4b..6448c542cb 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