-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
9 changed files
with
9 additions
and
9 deletions.
There are no files selected for viewing
Submodule clojure-fireplace
updated
3 files
+2 −2 | README.markdown | |
+4 −2 | autoload/fireplace.vim | |
+3 −3 | doc/fireplace.txt |
Submodule coqtail
updated
14 files
+20 −0 | CHANGELOG.md | |
+28 −7 | README.md | |
+193 −58 | autoload/coqtail.vim | |
+30 −28 | autoload/coqtail/channel.vim | |
+3 −3 | autoload/coqtail/panels.vim | |
+5 −0 | autoload/coqtail/util.vim | |
+35 −4 | doc/coqtail.txt | |
+36 −17 | python/coqtail.py | |
+163 −20 | python/coqtop.py | |
+75 −5 | python/xmlInterface.py | |
+3 −3 | syntax/coq-infos.vim | |
+4 −4 | syntax/coq.vim | |
+43 −11 | tests/coq/test_coqtop.py | |
+3 −2 | tox.ini |
Submodule ale
updated
from 6db58b to 48d73c
Submodule splitjoin
updated
5 files
+134 −0 | autoload/sj/python.vim | |
+13 −0 | doc/splitjoin.txt | |
+3 −1 | ftplugin/htmldjango/splitjoin.vim | |
+2 −0 | ftplugin/python/splitjoin.vim | |
+162 −0 | spec/plugin/python_spec.rb |