idris-vimscript icon indicating copy to clipboard operation
idris-vimscript copied to clipboard

Compile Idris to Vimscript, like you always wanted.

Results 16 idris-vimscript issues
Sort by recently updated
recently updated
newest added

I think we have some recursion troubles here. Will add more info later.

F: stub

This has to be raised upstream, but since I don't have the time to find a minimal example right away, I'll put it here. ```idris module Vimscript.Examples import Vimscript.Builtins import...

I: wontfix
S: raise upstream

Currently, the code that emits register operations relies on knowing the names of registers statically, so trying to, e.g. implement something like `:registers` won't work since one must do ```idris...

U: surprising behaviour