view runtime/ftplugin/dockerfile.vim @ 15974:7d3d7e407216

Added tag v8.1.0992 for changeset 393a9a3a2da29fdc6e6ba24457ed210a893d445d
author Bram Moolenaar <Bram@vim.org>
date Mon, 04 Mar 2019 11:45:08 +0100
parents 6921742f396a
children
line wrap: on
line source

" Vim filetype plugin
" Language:	Dockerfile
" Maintainer:   Honza Pokorny <http://honza.ca>
" Last Change:	2014 Aug 29

" 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