xref: /vim-8.2.3635/runtime/ftplugin/awk.vim (revision b1c9198a)
1" Vim filetype plugin
2" Language:	awk, nawk, gawk, mawk
3" Maintainer:	Antonio Colombo <[email protected]>
4" Last Change:	2017 Feb 17
5
6" This plugin was prepared by Mark Sikora
7
8" Only do this when not done yet for this buffer
9if exists("b:did_ftplugin")
10  finish
11endif
12
13" Don't load another plugin for this buffer
14let b:did_ftplugin = 1
15
16let b:undo_ftplugin = "setl commentstring<"
17
18setlocal commentstring=#\ %s
19