Niklaas Baudet von Gersdorff
Niklaas Baudet von Gersdorff
Closing with `:w` and then `:q` works as expected while closing with `:wq` causes the error.
https://github.com/niklaas/lightline-gitdiff/blob/287ffdd019948ebeae88be783e3d7e37aecb3cc9/autoload/lightline/gitdiff/utils.vim#L33 is the culprit because it's the last call which updates `v:shell_error`. When vim is opened using `vipe`, this isn't within a git repository, so the exit code is nonzero....
OK, for the time being, my workaround is not to add the plugin as the last one since that seems not to call the `call system` mentioned above as the...
> Not at the moment. What do you need this for? I just joined a codebase that's a Ruby-React-Angular creature with a custom build. I fell into the trap of...
> In this case I recommend you lint your build output rather than your source code. Linting it with just this plugin and no other rules. Ah. That's an interesting...
> Pinging everyone currently listed as a terminal template maintainer: I assume you pinged me because of https://github.com/niklaas/base16-blink. :) I haven't touched/used this in a long, long while. I'm happy...
It is. At [their demo site](https://themes.gohugo.io//theme/hugo-theme-even/post/rich-content/) you can see how `hugo` compiles its YouTube shortcode to HTML: ```html ``` This is a [common pattern](https://stackoverflow.com/a/30530379) though. I am not sure about...
Is this the proper PR to subscribe to for getting updated about making this plugin compatible working with eslint v9? I'm asking because it's been in draft state since August....
Thanks a lot! Appreciated the update. 🙇🏼
> I have however found [tailscale/tailscale#6246](https://github.com/tailscale/tailscale/issues/6246) which suggests this might be a problem with Discover. It looks like they fixed the issue by signing the packages, see tailscale/tailscale#1882.