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:
watiko
2016-01-20 17:35:37 +09:00
parent ee0e214427
commit ac0f979501
2 changed files with 55 additions and 35 deletions

View File

@@ -521,7 +521,7 @@ static int included_patches[] = {
606,
605,
604,
// 603,
603,
602,
601,
600,