You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
nvim-libmodal/lua/libmodal
Iron-E 485b77bf14
fix(mode): incompatible with vim.v.count (#26)
* fix(mode): incompatible with vim.v.count

* ref(Vars): track local copy of global value

* ref(Mode): use new `Vars`

* ref(Mode): handle exit during `enter`

* ref: swap `Var.new` param order

Mode name should come before var name

* docs(examples): Vars

* ref: rename `Vars` -> `Var`

* fix(Mode): check if `exit == 1` for vim compat

* fix(Prompt): use new `Var` impl

* ref: remove `count1`

It seems like `math.max` is enough for this purpose

* doc: use h3 headers
4 months ago
..
collections fix: check for escaped keys and handle them correctly (#23) 9 months ago
utils fix(mode): incompatible with vim.v.count (#26) 4 months ago
Layer.lua fix(Layer): abort `restore_map` if error occured 1 year ago
Mode.lua fix(mode): incompatible with vim.v.count (#26) 4 months ago
Prompt.lua fix(mode): incompatible with vim.v.count (#26) 4 months ago
globals.lua ref: remove useless directory nesting 1 year ago
init.lua feat: `Mode:exit` (#30) 4 months ago