view runtime/ftplugin/crontab.vim @ 30462:aae6f30b8241

Added tag v9.0.0566 for changeset 0b8d532e124de360f83bdbcac9eaeb22f7e77d1c
author Bram Moolenaar <Bram@vim.org>
date Sat, 24 Sep 2022 12:15:06 +0200
parents 0827d3d6d8c0
children
line wrap: on
line source

" Vim filetype plugin
" Language:    crontab
" Maintainer:  Keith Smiley <keithbsmiley@gmail.com>
" Last Change: 2022 Sep 11

" Only do this when not done yet for this buffer
if exists("b:did_ftplugin")
  finish
endif

" Don't load another plugin for this buffer
let b:did_ftplugin = 1

let b:undo_ftplugin = "setl commentstring<"

setlocal commentstring=#\ %s