mirror of
https://github.com/neovim/neovim.git
synced 2025-09-29 06:28:35 +00:00
Merge branch 'master' into hide-container-impl
This commit is contained in:
@@ -5354,7 +5354,7 @@ add_sound_suggest (
|
||||
// Find the word nr in the soundfold tree.
|
||||
sfwordnr = soundfold_find(slang, goodword);
|
||||
if (sfwordnr < 0) {
|
||||
EMSG2(_(e_intern2), "add_sound_suggest()");
|
||||
internal_error("add_sound_suggest()");
|
||||
return;
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user