mirror of
https://github.com/neovim/neovim.git
synced 2025-10-18 15:51:50 +00:00
vim-patch:8.2.4773: build failure without the +eval feature
Problem: Build failure without the +eval feature.
Solution: Use other error message. Avoid warnings.
a9549c9e8f
Co-authored-by: Bram Moolenaar <Bram@vim.org>
This commit is contained in:
@@ -559,7 +559,7 @@ static int cin_isdefault(const char *s)
|
|||||||
&& s[1] != ':';
|
&& s[1] != ':';
|
||||||
}
|
}
|
||||||
|
|
||||||
/// Recognize a scope declaration label set in 'cinscopedecls'.
|
/// Recognize a scope declaration label from the 'cinscopedecls' option.
|
||||||
static bool cin_isscopedecl(const char *p)
|
static bool cin_isscopedecl(const char *p)
|
||||||
{
|
{
|
||||||
const char *s = cin_skipcomment(p);
|
const char *s = cin_skipcomment(p);
|
||||||
|
Reference in New Issue
Block a user