Skip to content

Commit

Permalink
MT#55283 extend fake string hashing for IDE
Browse files Browse the repository at this point in the history
Change-Id: Ifbd4b615ca98a0b74e8d9e0732d2c5c208ecf819
  • Loading branch information
rfuchs committed Jun 18, 2024
1 parent 7ce9933 commit 236ca51
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion daemon/.ycm_extra_conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
repl_tmpl = '(int)((x)[a]?(((long)((x)[a])<<a)^!):0)'
csh_lookup_str = '!'

for num in range(30):
for num in range(31):
t_str = repl_tmpl.replace('a', str(num))
csh_lookup_str = csh_lookup_str.replace('!', t_str)

Expand Down

0 comments on commit 236ca51

Please sign in to comment.