mirror of
https://github.com/neovim/neovim.git
synced 2025-09-18 17:28:23 +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
@@ -5012,7 +5012,7 @@ set_bool_option (
|
||||
NULL, NULL, TRUE, curbuf);
|
||||
}
|
||||
/* when 'swf' is set, create swapfile, when reset remove swapfile */
|
||||
else if ((int *)varp == &curbuf->b_p_swf) {
|
||||
else if ((int *)varp == (int *)&curbuf->b_p_swf) {
|
||||
if (curbuf->b_p_swf && p_uc)
|
||||
ml_open_file(curbuf); /* create the swap file */
|
||||
else
|
||||
|
Reference in New Issue
Block a user