comparison src/proto/buffer.pro @ 13302:b5806be0b36d v8.0.1525

patch 8.0.1525: using :wqa exits even if a job runs in a terminal window commit https://github.com/vim/vim/commit/7a76092a51fc5446426a4bfd9eb6503ec61bf9e9 Author: Bram Moolenaar <Bram@vim.org> Date: Mon Feb 19 23:10:02 2018 +0100 patch 8.0.1525: using :wqa exits even if a job runs in a terminal window Problem: Using :wqa exits even if a job runs in a terminal window. (Jason Felice) Solution: Check if a terminal has a running job. (closes #2654)
author Christian Brabandt <cb@256bit.org>
date Mon, 19 Feb 2018 23:15:05 +0100
parents 59c1e09cf1a9
children 3be5e8306a3e
comparison
equal deleted inserted replaced
13301:466abccbe41d 13302:b5806be0b36d
12 int do_buffer(int action, int start, int dir, int count, int forceit); 12 int do_buffer(int action, int start, int dir, int count, int forceit);
13 void set_curbuf(buf_T *buf, int action); 13 void set_curbuf(buf_T *buf, int action);
14 void enter_buffer(buf_T *buf); 14 void enter_buffer(buf_T *buf);
15 void do_autochdir(void); 15 void do_autochdir(void);
16 void no_write_message(void); 16 void no_write_message(void);
17 void no_write_message_nobang(void); 17 void no_write_message_nobang(buf_T *buf);
18 buf_T *buflist_new(char_u *ffname, char_u *sfname, linenr_T lnum, int flags); 18 buf_T *buflist_new(char_u *ffname, char_u *sfname, linenr_T lnum, int flags);
19 void free_buf_options(buf_T *buf, int free_p_ff); 19 void free_buf_options(buf_T *buf, int free_p_ff);
20 int buflist_getfile(int n, linenr_T lnum, int options, int forceit); 20 int buflist_getfile(int n, linenr_T lnum, int options, int forceit);
21 void buflist_getfpos(void); 21 void buflist_getfpos(void);
22 buf_T *buflist_findname_exp(char_u *fname); 22 buf_T *buflist_findname_exp(char_u *fname);