summaryrefslogtreecommitdiff
path: root/src/proto/window.pro
diff options
context:
space:
mode:
authorBram Moolenaar <Bram@vim.org>2015-12-05 19:47:04 +0100
committerBram Moolenaar <Bram@vim.org>2015-12-05 19:47:04 +0100
commit9dc2ce398bb3456cc8f590ef0260459798b34d2a (patch)
tree436c5c47fb7cbcbf8acafe02af697601c89f45e1 /src/proto/window.pro
parent90f5d0a5c3bbfeefcbc4d6eac59cf225ec714b28 (diff)
downloadvim-git-9dc2ce398bb3456cc8f590ef0260459798b34d2a.tar.gz
patch 7.4.961v7.4.961
Problem: Test107 fails in some circunstances. Solution: When using "zt", "zb" and "z=" recompute the fraction.
Diffstat (limited to 'src/proto/window.pro')
-rw-r--r--src/proto/window.pro1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/proto/window.pro b/src/proto/window.pro
index 0d719f0cc..ffead2c80 100644
--- a/src/proto/window.pro
+++ b/src/proto/window.pro
@@ -53,6 +53,7 @@ void win_setwidth_win __ARGS((int width, win_T *wp));
void win_setminheight __ARGS((void));
void win_drag_status_line __ARGS((win_T *dragwin, int offset));
void win_drag_vsep_line __ARGS((win_T *dragwin, int offset));
+void set_fraction __ARGS((win_T *wp));
void win_new_height __ARGS((win_T *wp, int height));
void win_new_width __ARGS((win_T *wp, int width));
void win_comp_scroll __ARGS((win_T *wp));