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:
@@ -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.
|
||||
|
Reference in New Issue
Block a user