Skip to content

Commit 64653fb

Browse files
committed
Add comment for vital module
1 parent 0151895 commit 64653fb

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

autoload/vimlparser.vim

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,15 @@
1+
" The main code was moved to autoload/vital/__vimlparser__/VimlParser.vim to
2+
" make vim-vimlparser.vim vital-module.
3+
"
4+
" See https://github.com/vim-jp/vital.vim for vital module.
5+
16
let s:VimLParser = vital#vimlparser#import('VimlParser')
27

38
call extend(s:, s:VimLParser.import())
49

10+
" To Vim plugin developer who want to depend on vim-vimlparser:
11+
" Please use vimlparser as vital-module instead of this autoload function.
12+
" We do not ensure that future changes are backward compatible.
513
function! vimlparser#import()
614
return s:VimLParser.import()
715
endfunction

0 commit comments

Comments
 (0)