comparison runtime/indent/config.vim @ 389:4fe8e1a7758e v7.0102

updated for version 7.0102
author vimboss
date Mon, 04 Jul 2005 22:49:24 +0000
parents f14cbd913415
children 4f1b94b51e99
comparison
equal deleted inserted replaced
388:f92bb1845823 389:4fe8e1a7758e
1 " Vim indent file 1 " Vim indent file
2 " Language: Autoconf configure.{ac,in} file 2 " Language: Autoconf configure.{ac,in} file
3 " Maintainer: Nikolai Weibull <nikolai+work.vim@bitwi.se> 3 " Maintainer: Nikolai Weibull <nikolai+work.vim@bitwi.se>
4 " URL: http://www.pcppopper.org/vim/indent/pcp/config/ 4 " Latest Revision: 2005-06-30
5 " Latest Revision: 2005-06-29
6 " TODO: how about nested [()]'s in one line 5 " TODO: how about nested [()]'s in one line
7 " what's wrong with '\\\@!'? 6 " what's wrong with '\\\@!'?
8 7
9 " Only load this indent file when no other was loaded. 8 " Only load this indent file when no other was loaded.
10 if exists("b:did_indent") 9 if exists("b:did_indent")