You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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') returns 1 in Vim script
Improve: Use Function to evaluate JavaScript code
New: Visual testing for screen rendering was introduced as smoke testing