Niklaas Baudet von Gersdorff
Niklaas Baudet von Gersdorff
> Hi @niklaas do you think we can finalize this? Is there something where we can support? Sorry, time is scarce at the moment. I will try to take a...
Thank you for the nice words. For me, the purpose of this plugin is to know whether the _current buffer_ is "clean" i.e. whether it has uncommitted changes1 or not....
This is a very good scenario/reason indeed. I will take a look at the code these days, but my guess is that implementing this will be quite easy. Probably the...
I am still contemplating about this. So stay tuned. :)
This needs quite some changes because at the moment 1. the algorithms expect a buffer as input. https://github.com/niklaas/lightline-gitdiff/blob/06792315b9bf529d5777d8dd7e3798603649fe5e/autoload/lightline/gitdiff/algorithms/word_diff_porcelain.vim#L4 We would need to rewrite these to take filenames as input. (To...
The cache per repository would have the result of ```shell git rev-parse --show-toplevel ``` as key and a (what I call) "diff dict" as values.
I guess it's debatable whether this should be part of this plugin or not. I think it definitely can be. Because we can leverage the "parsers" that I wrote for...
Thanks a lot for your thoughts. I really appreciate them! I’ll see whether I can work on this issue in the near future. It would need to be something one...
@skbolton why have you closed the issue? I'd like to keep it open as reference for a feature request I find worth implementing. I haven't had time to improve the...
`g:...#algorithm` got fixed in #17 .