Mercurial > hg > RemoteEditor > vim7
comparison runtime/indent/aap.vim @ 0:76efa0be13f1
Initial revision
author | atsuki |
---|---|
date | Sat, 10 Nov 2007 15:07:22 +0900 |
parents | |
children |
comparison
equal
deleted
inserted
replaced
-1:000000000000 | 0:76efa0be13f1 |
---|---|
1 " Vim indent file | |
2 " Language: Aap recipe | |
3 " Maintainer: Bram Moolenaar <Bram@vim.org> | |
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 | |
10 | |
11 " Works mostly like Python. | |
12 runtime! indent/python.vim |