Fixes:
- Typing improvements:
- Add
@overload
tocontrib.regular_languages.compiler.Variables.get
. - Use
Sequence
instead oflist
forwords
argument in completers.
- Add
- Improve
ModalCursorShapeConfig
:- Display an "underscore" cursor in Vi's "replace single" mode, like
"replace" mode. - Display an "beam" cursor in Emacs (insert) mode.
- Display an "underscore" cursor in Vi's "replace single" mode, like