Name | Modified | Size | Downloads / Week |
---|---|---|---|
Parent folder | |||
0.0.11.tar.gz | 2019-08-01 | 17.2 MB | |
0.0.11.zip | 2019-08-01 | 18.9 MB | |
README.md | 2019-08-01 | 856 Bytes | |
Totals: 3 Items | 36.1 MB | 0 |
- New:
fetchFiles
option was added. It can define mapping from Vim's filesystem to external resources (file path or URL). Vim fetches the resources just before starting Vim and maps them to its filesystem entries - New: Small CLI tool vimwasm-try-plugin was implemented in another repository to try external plugins and colorschemes without installing them
- New: Add
jsevalfunc()
Vim script function to evaluate JavaScript code in Vim script. The function makes it easier to integrate browser API into Vim plugin - Fix: Canvas width and height are slightly not fit to its element size when the element has border
- Improve:
has('gui_wasm')
returns1
in Vim script - Improve: Use
Function
to evaluate JavaScript code - New: Visual testing for screen rendering was introduced as smoke testing