Mercurial > vim
comparison runtime/ftplugin/context.vim @ 389:4fe8e1a7758e v7.0102
updated for version 7.0102
author | vimboss |
---|---|
date | Mon, 04 Jul 2005 22:49:24 +0000 |
parents | f14cbd913415 |
children | 1f3b1021f002 |
comparison
equal
deleted
inserted
replaced
388:f92bb1845823 | 389:4fe8e1a7758e |
---|---|
1 " Vim filetype plugin file | 1 " Vim filetype plugin file |
2 " Language: ConTeXt typesetting engine | 2 " Language: ConTeXt typesetting engine |
3 " Maintainer: Nikolai Weibull <nikolai+work.vim@bitwi.se> | 3 " Maintainer: Nikolai Weibull <nikolai+work.vim@bitwi.se> |
4 " Latest Revision: 2005-06-29 | 4 " Latest Revision: 2005-07-04 |
5 | 5 |
6 if exists("b:did_ftplugin") | 6 if exists("b:did_ftplugin") |
7 finish | 7 finish |
8 endif | 8 endif |
9 let b:did_ftplugin = 1 | 9 let b:did_ftplugin = 1 |
10 | 10 |
11 let s:cpo_save = &cpo | 11 let s:cpo_save = &cpo |
12 set cpo&vim | 12 set cpo&vim |
13 | 13 |
14 let b:undo_ftplugin = "setl com< cms< def< inc< sua<" | 14 let b:undo_ftplugin = "setl com< cms< def< inc< sua< fo<" |
15 | 15 |
16 setlocal comments=:%,b:%D,b:%C,b:%M commentstring=%\ %s | 16 setlocal comments=:%,b:%D,b:%C,b:%M commentstring=%\ %s formatoptions+=tcroql |
17 | 17 |
18 let &l:define='\\\%([egx]\|char\|mathchar\|count\|dimen\|muskip\|skip\|toks\)\=' | 18 let &l:define='\\\%([egx]\|char\|mathchar\|count\|dimen\|muskip\|skip\|toks\)\=' |
19 \ . 'def\|\\font\|\\\%(future\)\=let' | 19 \ . 'def\|\\font\|\\\%(future\)\=let' |
20 \ . '\|\\new\%(count\|dimen\|skip\|muskip\|box\|toks\|read\|write' | 20 \ . '\|\\new\%(count\|dimen\|skip\|muskip\|box\|toks\|read\|write' |
21 \ . '\|fam\|insert\|if\)' | 21 \ . '\|fam\|insert\|if\)' |