comparison runtime/indent/aap.vim @ 356:0f2b5d1b8117

updated for version 7.0092
author vimboss
date Fri, 24 Jun 2005 23:07:47 +0000
parents 3fc0f57ecb91
children 4027cefc2aab
comparison
equal deleted inserted replaced
355:644578c9e219 356:0f2b5d1b8117
1 " Vim indent file 1 " Vim indent file
2 " Language: Aap recipe 2 " Language: Aap recipe
3 " Maintainer: Bram Moolenaar <Bram@vim.org> 3 " Maintainer: Bram Moolenaar <Bram@vim.org>
4 " Last Change: 2003 Sep 08 4 " Last Change: 2005 Jun 24
5
6 " Only load this indent file when no other was loaded.
7 if exists("b:did_indent")
8 finish
9 endif
5 10
6 " Works mostly like Python. 11 " Works mostly like Python.
7 runtime! indent/python.vim 12 runtime! indent/python.vim