Christian Brabandt

Results 727 comments of Christian Brabandt
trafficstars

I believe this happens, because the window is slightly larger than what can be displayed using the number of rows/columns for your font size. I don't know how to make...

That's not the configure.log file. It's in the `src/auto` directory. Anyhow, I think this patch might do it. Can you please check it? ```diff diff --git a/src/auto/configure b/src/auto/configure index 26ac45826..4afc7055b...

That is the documented behaviour, no? https://github.com/vim/vim/blob/39eff4cdc055a0f0db0d32fcf7a74fe30ea54f25/runtime/doc/scroll.txt#L197-L199

It's a feature yes, also a duplicate of #457 I also thought to remember that there was a way to configure how scrolling works with inactive windows, ah, finally found...

Vim doesn't remember the buffer state after each change. So it cannot know, when to collapse the changelist. I think this was asked previously a few times. Remembering the buffer...

I cannot reproduce the wrong indentation. however, using profiling I can see the slowness: ``` UNCTION 12_SearchBracket() Defined: ~/code/vim-upstream/runtime/autoload/python.vim:22 Called 12 times Total time: 0.694111004 Self time: 0.075827360 count total...