vim-jp/vim-vimlparser

popup functions, ex commands are missing

tyru opened this issue · 1 comments

tyru commented

Functions

  • popup_*()
tyru commented
echo func()

Currently vimlparser doesn't check if func is built-in function or local funcref variable.
Above script is passed with no errors because func may be a built-in function.