mirror of
https://github.com/vim/vim.git
synced 2025-09-29 04:34:16 -04:00
patch 9.0.0263: too many #ifdefs
Problem: Too many #ifdefs. Solution: Make some functions always available.
This commit is contained in:
@@ -2152,10 +2152,7 @@ nb_do_cmd(
|
||||
if (p_write
|
||||
&& !buf->bufp->b_p_ro
|
||||
&& buf->bufp->b_ffname != NULL
|
||||
#ifdef FEAT_QUICKFIX
|
||||
&& !bt_dontwrite(buf->bufp)
|
||||
#endif
|
||||
)
|
||||
&& !bt_dontwrite(buf->bufp))
|
||||
{
|
||||
bufref_T bufref;
|
||||
|
||||
|
Reference in New Issue
Block a user