mirror of
https://github.com/vim/vim.git
synced 2025-09-23 03:43:49 -04:00
patch 8.1.0230: directly checking 'buftype' value
Problem: Directly checking 'buftype' value. Solution: Add the bt_normal() function. (Yegappan Lakshmanan)
This commit is contained in:
@@ -6897,7 +6897,7 @@ buf_check_timestamp(
|
||||
* this buffer. */
|
||||
if (buf->b_ffname == NULL
|
||||
|| buf->b_ml.ml_mfp == NULL
|
||||
|| *buf->b_p_bt != NUL
|
||||
|| !bt_normal(buf)
|
||||
|| buf->b_saving
|
||||
|| busy
|
||||
#ifdef FEAT_NETBEANS_INTG
|
||||
|
Reference in New Issue
Block a user