Dan Davison

Results 601 comments of Dan Davison

Hi @unphased, that's right: ```gitconfig [delta] max-line-length = 2048 ``` I just tested and that does work, so something must be wrong with your config file. You could use `delta...

Actually, it's not a bug, since `side-by-side` is working as documented: in `side-by-side` mode, you use `wrap-max-lines` to control how many wrapped lines you want before truncation. ``` --wrap-max-lines How...

Hi @ahmedelgabri, thanks for this, but delta doesn't use bat for syntax highlighting. So, currently at least, delta doesn't look at the bat config file. So, perhaps this is best...

Thanks for the design input here @ahmedelgabri @nickspoons @SuperCuber. On the one hand the way the documentation has mentioned bat has caused some confusion, and there is probably no need...

I definitely agree we need to make map-syntax functionality available for delta: the situation with the vim config files sounds really annoying :/ The syntax of the bat config file...

cc @ryuta69 who's also been thinking about ways to make command line configuration and on-the-fly config changes more convenient. > No, I only find different color themes convenient. Sorry if...

Those sound like good suggestions @phil-blain. In the absence of any actual work on this I just want to point out that it is possible to work around this by...

Thanks for the report and the test files @k4leg -- I see the same bug as you. Incidentally, using `delta a.lua b.lua` does work on your files (under the hood...

Ho @yoichi, I think patching bytelines, or not using bytelines, are good ideas. The bytelines author was very helpful when I contacted them about an issue. Not using it does...

See https://github.com/dandavison/delta/issues/188 for encoding discussion. I think I never finished the work discussed.