C

Results 70 comments of C

> > Put them in a external shell script file and run the script by: > > AsyncRun ~/.vim/scripts/my script.sh > > Thanks. > > However, it's only worthy for...

I have had that plan when I created this plugin and luckily, it is feasible now. However, I am too busy working on my other 'dispatched projects' now. I will...

> This issue also exists in the FZF's BLines command as well. Created an issue on that as well: [junegunn/fzf.vim#1147](https://github.com/junegunn/fzf.vim/issues/1147) Do you use NeoVim or Vim? I mainly use NeoVim...

The URL contains `?` character, which causes a wildcard matching bug of both VIM and NeoVIM on Windows. Unlike Unix, Windows uses backslash as the path separator, but `fnameescape()` also...

This bug is caused by the incorrect script loading order. NeoVIM loads `virtualtext.vim` first, which links `ALEVirtualTextError` to `ALEError` and automatically defines a dumy (cleared) highlight group `ALEError`. Then the...

I suggest wrap these 'global definition statements' into a function to ensure the order of highlight group definitions.

> couldn't get the workarounds above working somehow. any hints on resolving this? I tried this, it works! ```lua local function delay(fn, time) local timer = vim.loop.new_timer() timer:start(time, 0, vim.schedule_wrap(function()...

@northfoxz Hi, friend!I know you are suffering great pain from using `TRT` with `diffusers`. So why not choose my totally **open-sourced** alternative: [`stable-fast`](https://github.com/chengzeyi/stable-fast)? It's on par with `TRT` on inference...