vim9jit icon indicating copy to clipboard operation
vim9jit copied to clipboard

a vim9script -> lua transpiler (written in Rust)

Results 15 vim9jit issues
Sort by recently updated
recently updated
newest added

```console $ cargo r --release -- --file (echo 'let mapleader = "\\"' | psub) --outdir converted Finished release [optimized] target(s) in 0.03s Running `/home/jon/.cargo-target/release/vim9jit --file /tmp/.psub.RwbSA8XMXW --outdir converted` thread 'main'...

Bumps [actions/cache](https://github.com/actions/cache) from 3 to 4. Release notes Sourced from actions/cache's releases. v4.0.0 What's Changed Update action to node20 by @​takost in actions/cache#1284 feat: save-always flag by @​to-s in actions/cache#1242...

dependencies

Hi @tjdevries, I am making a minor change to crates/vimfuncs/build.rs. It doesn't impact the functionality but use more idiomatic iterator. I also made some changes to keep abstraction level consistent....

Can someone help me figure out how to use vim9jit? I've downloaded the executable file, but it's not running on my Fedora system.

Hello! I was just discussing this idea with @Angelchev and I want to offer my support for this project in the future. I believe it's important it allows people to...

Consider the following vim9script code: ```vim vim9script var Foo = true ? (x: number): number => x : (x: number): number => x echo Foo(10) ``` (this returns 10 in...

comments leave bonus empty lines that are annoying

parse & generate `nnoremap` and friends

hacktoberfest