view runtime/ftplugin/bindzone.vim @ 36241:646ba1ed450a draft default tip

Added tag v9.1.0758 for changeset 820eb3205d2a812109e12636d3f69ea3e812ceb3
author Christian Brabandt <cb@256bit.org>
date Fri, 04 Oct 2024 20:45:13 +0200
parents c0757fc44fcf
children
line wrap: on
line source

" Vim filetype plugin file
" Language:	bind zone file
" Maintainer:	This runtime file is looking for a new maintainer.
" Last Change:	2024 Jul 06

if exists("b:did_ftplugin")
  finish
endif
let b:did_ftplugin=1

setlocal comments=b:;
setlocal commentstring=;\ %s
setlocal formatoptions-=t
setlocal formatoptions+=crq

let b:undo_ftplugin = "setlocal com< cms< fo<"