comparison src/proto/window.pro @ 7311:743c258ca3ab v7.4.961

commit https://github.com/vim/vim/commit/9dc2ce398bb3456cc8f590ef0260459798b34d2a Author: Bram Moolenaar <Bram@vim.org> Date: Sat Dec 5 19:47:04 2015 +0100 patch 7.4.961 Problem: Test107 fails in some circunstances. Solution: When using "zt", "zb" and "z=" recompute the fraction.
author Christian Brabandt <cb@256bit.org>
date Sat, 05 Dec 2015 20:00:04 +0100
parents 1efa7c2b9368
children 21b0a39d13ed
comparison
equal deleted inserted replaced
7310:7ebcc26c49fe 7311:743c258ca3ab
51 void win_setwidth __ARGS((int width)); 51 void win_setwidth __ARGS((int width));
52 void win_setwidth_win __ARGS((int width, win_T *wp)); 52 void win_setwidth_win __ARGS((int width, win_T *wp));
53 void win_setminheight __ARGS((void)); 53 void win_setminheight __ARGS((void));
54 void win_drag_status_line __ARGS((win_T *dragwin, int offset)); 54 void win_drag_status_line __ARGS((win_T *dragwin, int offset));
55 void win_drag_vsep_line __ARGS((win_T *dragwin, int offset)); 55 void win_drag_vsep_line __ARGS((win_T *dragwin, int offset));
56 void set_fraction __ARGS((win_T *wp));
56 void win_new_height __ARGS((win_T *wp, int height)); 57 void win_new_height __ARGS((win_T *wp, int height));
57 void win_new_width __ARGS((win_T *wp, int width)); 58 void win_new_width __ARGS((win_T *wp, int width));
58 void win_comp_scroll __ARGS((win_T *wp)); 59 void win_comp_scroll __ARGS((win_T *wp));
59 void command_height __ARGS((void)); 60 void command_height __ARGS((void));
60 void last_status __ARGS((int morewin)); 61 void last_status __ARGS((int morewin));