vim-vimlparser : VimL parser
script karma |
Rating 6/3,
Downloaded by 2259 |
Comments, bugs, improvements
|
Vim wiki
|
created by |
Yukihiro Nakadaira |
|
script type |
utility |
|
description |
Try :call vimlparser#test('foo.vim'). It parse the file and shows the result of test compiler.
foo.vim:
if x == y
echo z
endif
result:
(if (== x y)
(echo z)) |
|
install details |
:set runtimepath+=/path/to/vim-vimlparser
latest source: https://github.com/ynkdir/vim-vimlparser |
|
script versions (upload new version)
Click on the package to download.
ip used for rating: 44.220.184.63
|