##// END OF EJS Templates
updated to latest version of vim-ipython...
updated to latest version of vim-ipython ivanov/vim-ipython 1bf8afc8fbc34c282ddfc615193716c0e0dcc676 The new features include a Ctrl-C implementation for local kernels, autoupdates on idle and focus change for vim-ipython shell, the possibility to limit completefunc to a local buffer only or disable it altogether. Lots of other small bugfixes.

File last commit:

r2058:7e8fc59a
r7560:ddefdb1a
Show More
pycolor
6 lines | 183 B | text/plain | TextLexer
#!/usr/bin/env python
# -*- coding: utf-8 -*-
"""Simple wrapper around PyColorize, which colorizes python sources."""
import IPython.utils.PyColorize
IPython.utils.PyColorize.main()