Browse Source

MT#55283 extend fake string hashing for IDE

Change-Id: Ifbd4b615ca98a0b74e8d9e0732d2c5c208ecf819
rfuchs/dataport
Richard Fuchs 2 years ago
parent
commit
236ca51ac8
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      daemon/.ycm_extra_conf.py

+ 1
- 1
daemon/.ycm_extra_conf.py View File

@ -12,7 +12,7 @@ compilation_database_folder = ''
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)


Loading…
Cancel
Save