We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ccd35c8 commit 33915dfCopy full SHA for 33915df
4 files changed
Changelog.rst
@@ -10,6 +10,7 @@ Changelog
10
* Update python syntax;
11
* Fixed run-time error when output non-ascii in multibyte locale;
12
* Move initialization into ftplugin as it is python specific;
13
+* Pyrex (Cython) files support;
14
15
## 2012-09-07 0.6.10
16
--------------------
after/ftplugin/pyrex.vim
@@ -0,0 +1 @@
1
+runtime after/ftplugin/python.vim
after/indent/pyrex.vim
+runtime after/indent/python.vim
ftplugin/pyrex.vim
+runtime ftplugin/python/pymode.vim
0 commit comments