comparison src/window.c @ 32295:bea4ebf594c6 v9.0.1479

patch 9.0.1479: small source file problems; outdated list of distrib. files Commit: https://github.com/vim/vim/commit/f39d9e9dca443e42920066be3a98fd9780e4ed33 Author: Bram Moolenaar <Bram@vim.org> Date: Sat Apr 22 22:54:40 2023 +0100 patch 9.0.1479: small source file problems; outdated list of distrib. files Problem: Small source file problems; outdated list of distributed files. Solution: Small updates to source files and list of distributed files.
author Bram Moolenaar <Bram@vim.org>
date Sun, 23 Apr 2023 00:00:04 +0200
parents 6651b86aed3b
children 23d44be6ec20
comparison
equal deleted inserted replaced
32294:b2e8663e6dcc 32295:bea4ebf594c6
4631 */ 4631 */
4632 static int 4632 static int
4633 leave_tabpage( 4633 leave_tabpage(
4634 buf_T *new_curbuf UNUSED, // what is going to be the new curbuf, 4634 buf_T *new_curbuf UNUSED, // what is going to be the new curbuf,
4635 // NULL if unknown 4635 // NULL if unknown
4636 int trigger_leave_autocmds UNUSED) 4636 int trigger_leave_autocmds)
4637 { 4637 {
4638 tabpage_T *tp = curtab; 4638 tabpage_T *tp = curtab;
4639 4639
4640 #ifdef FEAT_JOB_CHANNEL 4640 #ifdef FEAT_JOB_CHANNEL
4641 leaving_window(curwin); 4641 leaving_window(curwin);