aboutsummaryrefslogtreecommitdiff
path: root/src/nvim/version.c
diff options
context:
space:
mode:
authorwatiko <service@mail.watiko.net>2016-01-20 17:35:37 +0900
committerwatiko <service@mail.watiko.net>2016-01-20 18:30:28 +0900
commitac0f979501d229938b2b73ddb04e1f86fa9e07ba (patch)
tree0d1f0d13e8d147c77a7d493684eeb3d6f6e507fa /src/nvim/version.c
parentee0e214427d7ed2a9fd8ffc85c424cfffc927408 (diff)
downloadrneovim-ac0f979501d229938b2b73ddb04e1f86fa9e07ba.tar.gz
rneovim-ac0f979501d229938b2b73ddb04e1f86fa9e07ba.tar.bz2
rneovim-ac0f979501d229938b2b73ddb04e1f86fa9e07ba.zip
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) https://github.com/vim/vim/commit/1c93429c48c59e22aa8e9cd76f102063799db938
Diffstat (limited to 'src/nvim/version.c')
-rw-r--r--src/nvim/version.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/nvim/version.c b/src/nvim/version.c
index 8c9faac0c3..b5a8f8cb7f 100644
--- a/src/nvim/version.c
+++ b/src/nvim/version.c
@@ -521,7 +521,7 @@ static int included_patches[] = {
606,
605,
604,
- // 603,
+ 603,
602,
601,
600,