aboutsummaryrefslogtreecommitdiffstats
path: root/bundle/macports-checksums/ftplugin/portfile/macports_checksums.vim
blob: d0b92bd0f7d6723df5c1d37c13a91bd44d6edf34 (plain)
1
2
3
4
5
6
7
8
command! -buffer -nargs=1 -complete=file MPchecksums
	\ call macports_checksums#Checksums(<f-args>)

if !exists('b:undo_ftplugin')
	let b:undo_ftplugin = ''
endif

let b:undo_ftplugin .= '| delcommand MPchecksums'