chtenb
chtenb
I'm afraid I can't help you. vim-autoformat shouldn't do anything special, except calling the clang CLI. You could try following the troubleshooting steps https://github.com/vim-autoformat/vim-autoformat#help-the-formatter-doesnt-work-as-expected
Can you evaluate the expression you put in `g:formatdef_my_c` manually in vim and see what it yields?
Where did you find that `win_execute` is not available in 8.1?
I see. That means that #380 has introduced a dependency on version 8.2. I wasn't aware of that. Are there any reasons people would not be able to use Vim...
Yes, but you'll have to configure it yourself. See the README.
I think you missed some steps in the README, about defining the actual formatting command `g:formatdef_ruff`.
Thanks for the detailed description. Feel free to open a PR that implements these changes. I will always merge documentation improvements.
Fixing https://github.com/vim-autoformat/vim-autoformat/issues/357 would of course be a good way to solve this, but I'd also merge a change of the filename being used to something simpler.
> I don't want to add a bunch of alternatives. We have made our choice either the selection model. This is the way helix works and adding a ton of...
> Would Tab be the key you want to map it to? Yes, that was my idea. Or more specifically, I want my tab key to accept the selected menu...