0
0
mirror of https://github.com/vim/vim.git synced 2025-09-30 04:44:14 -04:00

patch 8.2.4961: build error with a certain combination of features

Problem:    Build error with a certain combination of features.
Solution:   Adjust #if. (John Marriott)
This commit is contained in:
Bram Moolenaar
2022-05-16 10:04:51 +01:00
parent 1bdc60eb91
commit 9f28eeb694
2 changed files with 4 additions and 1 deletions

View File

@@ -3361,7 +3361,8 @@ ml_append_flags(
}
#if defined(FEAT_SPELL) || defined(FEAT_QUICKFIX) || defined(PROTO)
#if defined(FEAT_SPELL) || defined(FEAT_QUICKFIX) || defined(FEAT_PROP_POPUP) \
|| defined(PROTO)
/*
* Like ml_append() but for an arbitrary buffer. The buffer must already have
* a memline.