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/utils
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
2 months ago
..
Help.lua ref(Help): use `Statement` for vimscript commands 1 year ago
Popup.lua ref: remove useless directory nesting 1 year ago
Var.lua fix(mode): incompatible with vim.v.count (#26) 2 months ago
api.lua ref: remove useless directory nesting 1 year ago
classes.lua ref: remove useless directory nesting 1 year ago
init.lua fix(mode): incompatible with vim.v.count (#26) 2 months ago