]> git.ipfire.org Git - thirdparty/vim.git/commit
updated for version 7.4.603 v7.4.603
authorBram Moolenaar <Bram@vim.org>
Tue, 27 Jan 2015 15:39:29 +0000 (16:39 +0100)
committerBram Moolenaar <Bram@vim.org>
Tue, 27 Jan 2015 15:39:29 +0000 (16:39 +0100)
commit1c93429c48c59e22aa8e9cd76f102063799db938
tree57d19bc63a11711669bf79235daceb2d1908d1dd
parent18400e6430755c97eb7e31525ab4744502603731
updated for version 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)
src/screen.c
src/version.c