view runtime/ftplugin/crontab.vim @ 31362:7fc63cd1c462

Added tag v9.0.1014 for changeset abb9d25924d87e07c6a92c18147c6ffa777520ac
author Bram Moolenaar <Bram@vim.org>
date Mon, 05 Dec 2022 22:45:04 +0100
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