Mercurial > vim
view runtime/ftplugin/denyhosts.vim @ 1624:18ee39301b82 v7.2a
updated for version 7.2a
author | vimboss |
---|---|
date | Tue, 24 Jun 2008 22:58:06 +0000 |
parents | 149d8b46404c |
children | f4f8014d516e |
line wrap: on
line source
" Vim filetype plugin file " Maintainer: Nikolai Weibull <now@bitwi.se> " Latest Revision: 2007-09-18 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 s:cpo_save = &cpo set cpo&vim