Mercurial > vim
view runtime/ftplugin/ld.vim @ 908:bd7e26d05a3f v7.0.034
updated for version 7.0-034
author | vimboss |
---|---|
date | Fri, 23 Jun 2006 15:59:09 +0000 |
parents | 1f3b1021f002 |
children | f4f8014d516e |
line wrap: on
line source
" Vim filetype plugin file " Language: ld(1) script " Maintainer: Nikolai Weibull <now@bitwi.se> " Latest Revision: 2006-04-19 if exists("b:did_ftplugin") finish endif let b:did_ftplugin = 1 let b:undo_ftplugin = "setl com< cms< inc< fo<" setlocal comments=s1:/*,mb:*,ex:*/ commentstring=/*%s*/ include=^\\s*INCLUDE setlocal formatoptions-=t formatoptions+=croql