1
I Use This!
Inactive

Commits : Listings

Analyzed 1 day ago. based on code collected 1 day ago.
Sep 30, 2024 — Sep 30, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Add 'auto' mode for async run mode. More... over 14 years ago
Add :SCTerminateAsync command. More... over 14 years ago
Terminate the background process before existing vim. More... over 14 years ago
Fix a vimL syntax error in vim.command() in python code. More... over 14 years ago
Added tag v2.8.1 for changeset d7241f0c64f8 More... over 14 years ago
version 2.8.1beta More... over 14 years ago
Fix a message typo. More... over 14 years ago
Fix bug when run :SCViewResultAsync before running any background process in python mode. More... over 14 years ago
Fix stderr redirect problem for python async mode on Win32. More... over 14 years ago
Improves s:RunAsyncWithMessage() and also use this function when run a compiled program. More... over 14 years ago
Add some prompt when running asynchronously. More... over 14 years ago
Add '-g' as a default flag for gcc and g++. More... over 14 years ago
update doc. More... over 14 years ago
Make asynchronous run also available for interpreting langauge. More... over 14 years ago
Added tag v2.8 for changeset a85ed0f22cf4 More... over 14 years ago
version 2.8beta More... over 14 years ago
When run asynchronously, call :SCViewResultAsync twice will not display the result in python async mode. Now it's fixed. More... over 14 years ago
Update doc. More... over 14 years ago
merge async-run-python More... over 14 years ago
Use Popen.kill instead of Popen.terminate to kill the background process. More... over 14 years ago
merge More... over 14 years ago
Update doc. More... over 14 years ago
Update doc. More... over 14 years ago
Ingores case in SingleCompileAsync\#Initialize() More... over 14 years ago
Complete the code for async run mode. More... over 14 years ago
Add autoload/SingleCompileAsync.vim to project.prom More... over 14 years ago
Add SingleCompileAsync#GetMode() and improve SingleCompileAsync#Initialize() More... over 14 years ago
Also check python version and required library import. More... over 14 years ago
Remove all specific except after every 'except' in python code. More... over 14 years ago
Fix a string problem in s:GetOutputPython() More... over 14 years ago