Skip to content

Commit 33915df

Browse files
committed
pyrex support
1 parent ccd35c8 commit 33915df

File tree

4 files changed

+4
-0
lines changed

4 files changed

+4
-0
lines changed

Changelog.rst

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@ Changelog
1010
* Update python syntax;
1111
* Fixed run-time error when output non-ascii in multibyte locale;
1212
* Move initialization into ftplugin as it is python specific;
13+
* Pyrex (Cython) files support;
1314

1415
## 2012-09-07 0.6.10
1516
--------------------

after/ftplugin/pyrex.vim

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
runtime after/ftplugin/python.vim

after/indent/pyrex.vim

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
runtime after/indent/python.vim

ftplugin/pyrex.vim

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
runtime ftplugin/python/pymode.vim

0 commit comments

Comments
 (0)