summaryrefslogtreecommitdiffstats
path: root/runtime/indent/pyrex.vim
diff options
context:
space:
mode:
authorBram Moolenaar <Bram@vim.org>2005-06-24 23:01:23 +0000
committerBram Moolenaar <Bram@vim.org>2005-06-24 23:01:23 +0000
commit0a5fe2140db2e6688a7ef42031a21d8293038715 (patch)
treec4a543636157a7e148ef789201f0f6373f8b548e /runtime/indent/pyrex.vim
parentc4def13f8bc6631add3b10bb84783acca72795ae (diff)
updated for version 7.0092
Diffstat (limited to 'runtime/indent/pyrex.vim')
-rw-r--r--runtime/indent/pyrex.vim7
1 files changed, 6 insertions, 1 deletions
diff --git a/runtime/indent/pyrex.vim b/runtime/indent/pyrex.vim
index e7771264ea..a1a1746672 100644
--- a/runtime/indent/pyrex.vim
+++ b/runtime/indent/pyrex.vim
@@ -2,7 +2,12 @@
" Language: Pyrex
" Maintainer: Marco Barisione <marco.bari@people.it>
" URL: http://marcobari.altervista.org/pyrex_vim.html
-" Last Change: 2004 May 16
+" Last Change: 2005 Jun 24
+
+" Only load this indent file when no other was loaded.
+if exists("b:did_indent")
+ finish
+endif
" Use Python formatting rules
runtime! indent/python.vim