vim-vimlparser icon indicating copy to clipboard operation
vim-vimlparser copied to clipboard

Separate classes to each autoload script

Open tyru opened this issue 6 years ago • 1 comments
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

tyru avatar Aug 01 '19 14:08 tyru

experimental class

Another checker class like #105

tyru avatar Aug 01 '19 16:08 tyru