refactor: replace TRUE/FALSE with true/false

Focus is on global variables.
This commit is contained in:
Dundar Göc
2021-07-26 15:20:51 +02:00
parent 7b520cca3a
commit dfd9d861dc
9 changed files with 43 additions and 44 deletions

View File

@@ -474,7 +474,7 @@ void set_last_search_pat(const char_u *s, int idx, int magic, int setlast)
spats[idx].timestamp = os_time();
spats[idx].additional_data = NULL;
spats[idx].magic = magic;
spats[idx].no_scs = FALSE;
spats[idx].no_scs = false;
spats[idx].off.dir = '/';
set_vv_searchforward();
spats[idx].off.line = FALSE;