tsuyoshicho / vim-pass

Vim password-store API
https://tsuyoshicho.github.io/vim-pass/
MIT License
3 stars 0 forks source link

fix: function arg keyword change to list -> str #26

Closed tsuyoshicho closed 5 years ago

tsuyoshicho commented 5 years ago

legacy code keywords is list like vararg (direct call inherit)

new keyword is string '' or 'xxx' tolower

keyword check remove and/or tolower match check

tsuyoshicho commented 5 years ago

check ignore case: no need tolower