Bram Moolenaar

Results 253 comments of Bram Moolenaar
trafficstars

Thanks. Adding a ":checkhealth" command, which would then source a script to do the work, makes sense. Similar to a command like ":syntax on" which also loads a script. This...

> I'm fine with only support vim9 as long as it is easy to call a vim8 > function so most of my code can be in vim8 script so...

> Fiddled around trying to figure out a vim9 implementation. I don't > think the existing checkhealth API can be implemented with vim9script > because it uses lower case function...