Christian Brabandt
Christian Brabandt
can you show a screenshot please?
Thanks, I appreciate the offer to work on that. It seems diagnostics framework could be built around the existing sign functionality. So if you want to extend this, I think...
Thanks. In general I am sympathic to having automatic code formatting. However, it seems those are quite massive changes and this is hard to review. Perhaps, if we all can...
I tend to be sympathetic to those changes and getting rid of tabs is a good change in my opinion (although we lose some alignments). I leave this open for...
oh, you cleaned up a lot. Can a few people try this out please?
Now that #15895 has been merged, can you please rebase and squash?
duplicate of #2693 ?
Yeah, it's a compromise. Some terminals show this character, others the other one, some show rendering artifacts for any of those. If you notice that the current colnr symbol isn't...
I guess you want something like this: ``` let g:python_indent = extend(get(g:, 'python_indent', {}), { \ 'closed_paren_align_last_line': v:false, \ 'continue': 'shiftwidth()', \ 'open_paren': 'shiftwidth()', \}, 'force'} ``` (untested)
Can you please provide a minimal reproducible example?