| commit | 1c93429c48c59e22aa8e9cd76f102063799db938 | [log] [tgz] |
|---|---|---|
| author | Bram Moolenaar <Bram@vim.org> | Tue Jan 27 16:39:29 2015 +0100 |
| committer | Bram Moolenaar <Bram@vim.org> | Tue Jan 27 16:39:29 2015 +0100 |
| tree | 57d19bc63a11711669bf79235daceb2d1908d1dd | |
| parent | 18400e6430755c97eb7e31525ab4744502603731 [diff] |
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)