You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
vimlparser has RegexpParser, but it's experimental class object.
And autoload/vimlparser.vim has 6000+ lines of code.
The each class should be moved to each autoload script.
Keep vimlparser#import() to load all autoload files for compatibility
User should be able to import and use each class by more modularized way
The text was updated successfully, but these errors were encountered:
vimlparser has
RegexpParser
, but it's experimental class object.And
autoload/vimlparser.vim
has 6000+ lines of code.The each class should be moved to each autoload script.
vimlparser#import()
to load all autoload files for compatibilityThe text was updated successfully, but these errors were encountered: