vimlrs 0.2.1

Faithful Rust port of the Vimscript (VimL) interpreter, from the Neovim C eval engine
Documentation
1
2
3
" sfile_helper.vim — sourced by examples/sfile.vim to check that <sfile> inside
" a :source'd file resolves to THIS file, not the parent. Records its own tail.
let g:sfile_helper_seen = expand('<sfile>:t')