Commit Graph
10 Commits
Author SHA1 Message Date
Jeremy Pallats/starcraft.man 0bd23f5b47 Inline dependency example. 2015-05-23 19:50:38 -04:00
Jeremy Pallats/starcraft.man 9bee42ca0a Neovim Python Support
* Buffer updates now managed by __main__ loop with buf_q.
* Synchronous neovim install temporarily provided by python installer.
* Known issues:
*   No ctrl-c/interrupt support on nvim.
*   Graphical bug: https://github.com/neovim/python-client/issues/103
2015-05-06 12:00:26 -04:00
Jeremy Pallats/starcraft.man ef4549d2d1 Support Python 2.6+ & 3.0+
* Seamless support of both version with same code.
* Added test version for py3 on RVM = 2.1.0.
2015-05-02 10:21:02 -04:00
Jeremy Pallats/starcraft.man 02710070a1 Testing changes. 2015-04-08 07:22:46 -04:00
Jeremy Pallats/starcraft.man 047fbba4cd New dict format. 2015-03-27 13:03:46 -04:00
Jeremy Pallats/starcraft.man fa5ece81f7 New neovim jobs API. 2015-03-26 10:41:43 -04:00
Jeremy Pallats/starcraft.man 8da3942484 Fix for #193 Missing status when PlugUpdate 2015-03-22 15:49:53 -04:00
Jeremy Pallats/starcraft.man d0120cfb45 Disable on cygwin for now. 2015-03-12 09:57:12 -04:00
Jeremy Pallats/starcraft.man 44410a32e3 Linking to wiki. 2015-02-22 08:23:55 -05:00
Jeremy Pallats/starcraft.man e362fd5931 Python parallel plugin management.
* Main differences from ruby are inside Command class, notably it
poll/sleeps on the subprocess to check output & timeout.
* Another difference, interrupt is not instaneous due to checking var.
* Otherwise, I mainly just mirrored code into objects.
* Note that due to GVim freeze, disabling use on Windows
2015-02-18 10:07:35 -05:00