Commit Graph

5 Commits (master)

Author SHA1 Message Date
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
3 months ago
Iron-E 875636e91e
ref(Help): use `Statement` for vimscript commands 1 year ago
Iron-E 76f24a7456
fix(Help): remove debug code 1 year ago
Iron-E 1f402f9c65
fix(Help): attempt to get `strwidth` of function
CLOSES #21
1 year ago
Iron-E 6d8aefa5e6
ref: remove useless directory nesting 1 year ago