mirror of
https://github.com/prabirshrestha/asyncomplete.vim.git
synced 2026-05-31 11:18:47 +02:00
8f77adcbdd
- Remove unused l:curitems variable in s:recompute_pum() - Remove unused l:last_char variable in asyncomplete#_force_refresh() - Use add() instead of += [val] for list appending consistently - Use repeat() for bulk startcols fill instead of while loop - Use l:trigger[-1:] instead of l:trigger[len(l:trigger) -1]