mirror of
https://github.com/neovim/neovim.git
synced 2025-10-02 07:58:35 +00:00
vim-patch:7.4.603
Problem: 'foldcolumn' may be set such that it fills the whole window, not
leaving space for text.
Solution: Reduce the foldcolumn width when there is not sufficient room.
(idea by Christian Brabandt)
1c93429c48
This commit is contained in:
@@ -521,7 +521,7 @@ static int included_patches[] = {
|
||||
606,
|
||||
605,
|
||||
604,
|
||||
// 603,
|
||||
603,
|
||||
602,
|
||||
601,
|
||||
600,
|
||||
|
Reference in New Issue
Block a user