onivim / libvim

libvim: The core Vim editing engine as a minimal C library
https://v2.onivim.io
MIT License
691 stars 34 forks source link

fix(viml): Handle ex_function correctly #263

Closed bryphe closed 3 years ago

bryphe commented 3 years ago

Fix crash when using function! in experimental.viml (or via command line) in Onivim

Todo: