Remove long_u: (various): Refactor long_u.

This commit is contained in:
Eliseo Martínez
2015-01-13 11:30:01 +01:00
parent 6762f172d7
commit 31dacda874
2 changed files with 3 additions and 2 deletions

View File

@@ -3837,7 +3837,7 @@ static void add_keyword(char_u *name,
}
kp->next_list = copy_id_list(next_list);
long_u hash = hash_hash(kp->keyword);
hash_T hash = hash_hash(kp->keyword);
hashtab_T *ht = (curwin->w_s->b_syn_ic) ? &curwin->w_s->b_keywtab_ic
: &curwin->w_s->b_keywtab;
hashitem_T *hi = hash_lookup(ht, kp->keyword, hash);