Replaced most TRUE/FALSE macros in arabic, mbyte and spell. #645

This commit is contained in:
Klemen Košir
2014-04-29 10:52:10 +02:00
committed by Justin M. Keyes
parent ef34a0ab13
commit a568e8b644
24 changed files with 501 additions and 495 deletions

View File

@@ -3273,7 +3273,7 @@ find_decl (
pos_T par_pos;
pos_T found_pos;
int t;
int save_p_ws;
bool save_p_ws;
int save_p_scs;
int retval = OK;
int incll;
@@ -3287,7 +3287,7 @@ find_decl (
old_pos = curwin->w_cursor;
save_p_ws = p_ws;
save_p_scs = p_scs;
p_ws = FALSE; /* don't wrap around end of file now */
p_ws = false; /* don't wrap around end of file now */
p_scs = FALSE; /* don't switch ignorecase off now */
/*