view runtime/ftplugin/automake.vim @ 34699:58825f14431b

Added tag v9.1.0229 for changeset e5d2d9024ad68a1a294910a950a77f49dc41594a
author Christian Brabandt <cb@256bit.org>
date Sun, 31 Mar 2024 18:00:06 +0200
parents 1218c5353e2b
children
line wrap: on
line source

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

if exists("b:did_ftplugin")
  finish
endif

let s:cpo_save = &cpo
set cpo&vim

runtime! ftplugin/make.vim ftplugin/make_*.vim ftplugin/make/*.vim

let &cpo = s:cpo_save
unlet s:cpo_save