blob: f9e5f4ba3c7cb74f8a5edef6ed8e54959e2f2595 [file] [log] [blame]
Christian Brabandtf0955392024-07-06 17:39:18 +02001" Vim filetype plugin file
2" Language: bind zone file
3" Maintainer: This runtime file is looking for a new maintainer.
4" Last Change: 2024 Jul 06
5
6if exists("b:did_ftplugin")
7 finish
8endif
9let b:did_ftplugin=1
10
11setlocal comments=b:;
12setlocal commentstring=;\ %s
13setlocal formatoptions-=t
14setlocal formatoptions+=crq
15
16let b:undo_ftplugin = "setlocal com< cms< fo<"