vim-vimlparser
vim-vimlparser copied to clipboard
Separate classes to each autoload script
trafficstars
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
experimental class
Another checker class like #105