Home
last modified time | relevance | path

Searched refs:frame_check_width (Results 1 – 2 of 2) sorted by relevance

/vim-8.2.3635/src/
H A Dwindow.c63 static int frame_check_width(frame_T *topfrp, int width);
5386 if (!frame_check_width(topframe, Columns)) in shell_new_columns()
6922 frame_check_width(frame_T *topfrp, int width) in frame_check_width() function
/vim-8.2.3635/runtime/doc/
H A Dversion7.txt17522 Solution: Add frame_check_height() and frame_check_width() (Yukihiro