neovim

Neovim text editor
git clone https://git.dasho.dev/neovim.git
Log | Files | Refs | README

commit e96c61d92d4f815389b3fd5ff7646fbab30195e9
parent 24675ffa97d464783647beab1c9eb59d475fde3a
Author: Jan Edmund Lazo <jan.lazo@mail.utoronto.ca>
Date:   Sun, 12 Oct 2025 23:52:35 -0400

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.

https://github.com/vim/vim/commit/a9549c9e8f368a7fa1dcbe14ec23e82c6a0b8715

Co-authored-by: Bram Moolenaar <Bram@vim.org>

Diffstat:
Msrc/nvim/indent_c.c | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/nvim/indent_c.c b/src/nvim/indent_c.c @@ -559,7 +559,7 @@ static int cin_isdefault(const char *s) && 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) { const char *s = cin_skipcomment(p);