-
I would like to call ``` NeomakeSh python3 %:p``` and then to move through the error list in the quickfix window.
Lets a assume I have have a simple python script (```python_test.py```) given by:
…
-
gvim 8.1 1-42 / windows10
I have wsl - ubuntu installed under windows10. Some ubuntu's commands are proxied to use in cmd by create `.bat` files and add them to `PATH` environment of windows10, pat…
ghost updated
6 years ago
-
When the asyncrun plugin is updating a quickifx list asynchronously, some other
Vim plugin or user can create/modify the quickfix list resulting in the asyncrun
plugin updating the incorrect quickfi…
-
Update README as there is some old stuff there and also remove some very specific use-case plugins (like vim-sync and Asyncrun which is a dependency, maybe colorizer plugin too).
-
Summary: I have some makeprg's that use vim `%` expansions. I want both `:make` and `:AsyncRun` to work consistently. As such I want to continue to use the % style macros. I would like for asyncrun.vi…
raggi updated
6 years ago
-
https://github.com/skywind3000/asyncrun.vim
先前写了两个异步系统的插件了,这个是最好用的一个,一个月时间github/vim.org 一百星
求集成。
-
## Expected behavior
The journey plan succeeds
## Observed behavior
The journey plan fails with NullPointerException, with the following recorded when GraphQL log is enabled:
```
14:06:47.303…
-
```
map :call RunPython()
function! RunPython()
exec "w"
if &filetype == 'python'
if search("@profile")
exec "AsyncRun kernprof -l -v %"
…
-
![image](https://github.com/user-attachments/assets/fa915a57-4481-4d97-b88e-c222175acfd5)
```
Details:
Mod File: /C:/Users/elija/AppData/Roaming/PrismLauncher/instances/Vanilla Pudding/.minecraf…
-
Hello,
Thanks for an Awesome plugin!
Is there a way to specify a callback function that will be called with the command output as an argument after the command finishes. Probably passing `Funcr…