comparison src/proto/buffer.pro @ 17095:10e0d7d96cb0 v8.1.1547

patch 8.1.1547: functionality of bt_nofile() is confusing commit https://github.com/vim/vim/commit/26910de8b0da6abab87bd5a397330f9cbe483309 Author: Bram Moolenaar <Bram@vim.org> Date: Sat Jun 15 19:37:15 2019 +0200 patch 8.1.1547: functionality of bt_nofile() is confusing Problem: Functionality of bt_nofile() is confusing. Solution: Split into bt_nofile() and bt_nofilename().
author Bram Moolenaar <Bram@vim.org>
date Sat, 15 Jun 2019 19:45:06 +0200
parents eda4d65f232c
children ebe9aab81898
comparison
equal deleted inserted replaced
17094:8ca56a5c3141 17095:10e0d7d96cb0
60 int bt_quickfix(buf_T *buf); 60 int bt_quickfix(buf_T *buf);
61 int bt_terminal(buf_T *buf); 61 int bt_terminal(buf_T *buf);
62 int bt_help(buf_T *buf); 62 int bt_help(buf_T *buf);
63 int bt_prompt(buf_T *buf); 63 int bt_prompt(buf_T *buf);
64 int bt_popup(buf_T *buf); 64 int bt_popup(buf_T *buf);
65 int bt_nofilename(buf_T *buf);
65 int bt_nofile(buf_T *buf); 66 int bt_nofile(buf_T *buf);
66 int bt_dontwrite(buf_T *buf); 67 int bt_dontwrite(buf_T *buf);
67 int bt_dontwrite_msg(buf_T *buf); 68 int bt_dontwrite_msg(buf_T *buf);
68 int buf_hide(buf_T *buf); 69 int buf_hide(buf_T *buf);
69 char_u *buf_spname(buf_T *buf); 70 char_u *buf_spname(buf_T *buf);