You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This simply turns the indentation line number and the current mode into
optional arguments. If they're not passed, `vim.v.lnum` and
`vim.fn.mode()` are used as usual. However, this allows calling a
*hyptothetical* `indentexpr()` from the command line for debugging.
Note that `indentexpr()` currently doesn't *use* `vim.fn.mode()`. It
will in a future commit, though.
0 commit comments