vim-vimlparser : VimL parser
| script karma |
Rating 6/3,
Downloaded by 2477 |
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: 216.73.216.147
|