mirror of
https://github.com/neovim/neovim.git
synced 2025-11-29 13:40:38 +00:00
Replaced most TRUE/FALSE macros in arabic, mbyte and spell. #645
This commit is contained in:
committed by
Justin M. Keyes
parent
ef34a0ab13
commit
a568e8b644
@@ -1523,7 +1523,7 @@ static int getexactdigraph(int char1, int char2, int meta_char)
|
||||
vc.vc_type = CONV_NONE;
|
||||
|
||||
if (convert_setup(&vc, (char_u *)"utf-8", p_enc) == OK) {
|
||||
vc.vc_fail = TRUE;
|
||||
vc.vc_fail = true;
|
||||
to = string_convert(&vc, buf, &i);
|
||||
|
||||
if (to != NULL) {
|
||||
|
||||
Reference in New Issue
Block a user