mirror of
https://github.com/neovim/neovim.git
synced 2025-10-16 23:06:14 +00:00
refactor: replace TRUE/FALSE with true/false
Focus is on global variables.
This commit is contained in:
@@ -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;
|
||||
|
Reference in New Issue
Block a user