comparison runtime/syntax/awk.vim @ 22824:8dad79c661d1

Update runtime files Commit: https://github.com/vim/vim/commit/3132cddd209ee510bde48b6520290cb26c8f604a Author: Bram Moolenaar <Bram@vim.org> Date: Thu Nov 5 20:41:49 2020 +0100 Update runtime files
author Bram Moolenaar <Bram@vim.org>
date Thu, 05 Nov 2020 20:45:04 +0100
parents bbca88cd13d5
children
comparison
equal deleted inserted replaced
22823:1662d391e67e 22824:8dad79c661d1
1 " Vim syntax file 1 " Vim syntax file
2 " Language: awk, nawk, gawk, mawk 2 " Language: awk, nawk, gawk, mawk
3 " Maintainer: Antonio Colombo <azc100@gmail.com> 3 " Maintainer: Doug Kearns <dougkearns@gmail.com>
4 " Last Change: 2020 Aug 18 4 " Previous Maintainer: Antonio Colombo <azc100@gmail.com>
5 " Last Change: 2020 Aug 18
5 6
6 " AWK ref. is: Alfred V. Aho, Brian W. Kernighan, Peter J. Weinberger 7 " AWK ref. is: Alfred V. Aho, Brian W. Kernighan, Peter J. Weinberger
7 " The AWK Programming Language, Addison-Wesley, 1988 8 " The AWK Programming Language, Addison-Wesley, 1988
8 9
9 " GAWK ref. is: Arnold D. Robbins 10 " GAWK ref. is: Arnold D. Robbins