From 8196e94a8b72ed8618605cb66615571313097d78 Mon Sep 17 00:00:00 2001 From: Rob Pilling Date: Fri, 11 Feb 2022 15:12:10 +0000 Subject: patch 8.2.4343: when reloading not all properties are detected Problem: When reloading not all properties are detected. Solution: Add the "edit" value to v:fcs_choice. (Rob Pilling, closes #9579) --- src/spellfile.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/spellfile.c') diff --git a/src/spellfile.c b/src/spellfile.c index b5c669396..5b34298d7 100644 --- a/src/spellfile.c +++ b/src/spellfile.c @@ -6336,7 +6336,7 @@ spell_add_word( // If the .add file is edited somewhere, reload it. if (buf != NULL) - buf_reload(buf, buf->b_orig_mode); + buf_reload(buf, buf->b_orig_mode, FALSE); redraw_all_later(SOME_VALID); } -- cgit v1.2.1