Bram Moolenaar
Bram Moolenaar
The 'previewheight' option works if you mainly have horizontal splits. A 'previewwidth' option would be difficult to implement, because when setting the width of the preview window, other windows will...
Doesn't this make it too easy to close a tab? Is using the middle mouse button a common way in MS-Windows to close a Tab? Most mice don't even have...
> The reason I put this pr is that most text editors in Windows that > support tabs support closing a tab with the middle mouse button, such > as...
Does this perhaps fix #10817 ?
ping @cecamp
> I am experiencing strange indent behavior for `cmake` file type, that > when inserting `${C` at certain file positions, an unmeaningful indent > takes place, that indents the current...
What other languages have a similar assignment operator?
> This PR originates from https://github.com/neovim/neovim/pull/19243. > > Adds a new option to avoid scrolling when opening/closing splits. > Perceived by users of the > [plugin](https://github.com/luukvbaal/stabilize.nvim) mentioned in the >...
> I figured out `w_botline` is not the expected value here when running > the test, hence the cursor is not set and the test fails. Is > `w_botline` being...