comparison src/window.c @ 358:e111db373ca4

updated for version 7.0093
author vimboss
date Sat, 25 Jun 2005 22:49:46 +0000
parents 644578c9e219
children 3da34f87c760
comparison
equal deleted inserted replaced
357:25dd5036f2b0 358:e111db373ca4
1953 int *dirp; /* set to 'v' or 'h' for direction if 'ea' */ 1953 int *dirp; /* set to 'v' or 'h' for direction if 'ea' */
1954 { 1954 {
1955 frame_T *frp; 1955 frame_T *frp;
1956 win_T *wp; 1956 win_T *wp;
1957 1957
1958 #ifdef FEAT_FOLDING
1959 clearFolding(win);
1960 #endif
1961
1958 /* reduce the reference count to the argument list. */ 1962 /* reduce the reference count to the argument list. */
1959 alist_unlink(win->w_alist); 1963 alist_unlink(win->w_alist);
1960 1964
1961 /* remove the window and its frame from the tree of frames. */ 1965 /* remove the window and its frame from the tree of frames. */
1962 frp = win->w_frame; 1966 frp = win->w_frame;