comparison runtime/indent/java.vim @ 26:404aac550f35 v7.0017

updated for version 7.0017
author vimboss
date Thu, 07 Oct 2004 21:02:47 +0000
parents 3fc0f57ecb91
children a686fd6c8beb
comparison
equal deleted inserted replaced
25:8cde1a064c7c 26:404aac550f35
1 " Vim indent file 1 " Vim indent file
2 " Language: Java 2 " Language: Java
3 " Maintainer: Toby Allsopp <toby.allsopp@peace.com> 3 " Maintainer: Toby Allsopp <toby.allsopp@peace.com> (resigned)
4 " Last Change: 2003 Oct 21 4 " Last Change: 2004 Oct 05
5 5
6 " Only load this indent file when no other was loaded. 6 " Only load this indent file when no other was loaded.
7 if exists("b:did_indent") 7 if exists("b:did_indent")
8 finish 8 finish
9 endif 9 endif