view runtime/ftplugin/pinfo.vim @ 12989:0f88d30758ce

Added tag v8.0.1370 for changeset da725bc3fd2c00a78d47f81ea7c135093b78a555
author Christian Brabandt <cb@256bit.org>
date Tue, 05 Dec 2017 14:15:05 +0100
parents 1218c5353e2b
children
line wrap: on
line source

" Vim filetype plugin file
" Language:             pinfo(1) configuration file
" Previous Maintainer:  Nikolai Weibull <now@bitwi.se>
" Latest Revision:      2008-07-09

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

let s:cpo_save = &cpo
set cpo&vim

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

setlocal comments=:# commentstring=#\ %s formatoptions-=t formatoptions+=croql

let &cpo = s:cpo_save
unlet s:cpo_save