Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Separate classes to each autoload script #135

Open
tyru opened this issue Aug 1, 2019 · 1 comment
Open

Separate classes to each autoload script #135

tyru opened this issue Aug 1, 2019 · 1 comment

Comments

@tyru
Copy link
Member

tyru commented Aug 1, 2019

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
@tyru
Copy link
Member Author

tyru commented Aug 1, 2019

experimental class

Another checker class like #105

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant