Expand description
The core library for the RSVIM editor.
Modules§
- buf
- Vim buffers.
- cart
- Cartesian coordinate system.
- cli
- Command line.
- defaults
- Vim’s default options.
- error
- Results and errors.
- evloop
- Event loop.
- glovar
- Global constants and (environment) variables.
- js
- JavaScript runtime.
- log
- Logging utils.
- state
- Vim editing mode.
- test
- Testing utils.
- ui
- User interface.
Macros§
- geo_
point_ as - Convert the generic type
T
insidegeo::Point<T>
to another typeU
. - geo_
rect_ as - Convert the generic type
T
insidegeo::Rect<T>
to another typeU
. - geo_
size_ as - Convert the generic type
T
insideSize<T>
to another typeU
. - inode_
generate_ impl - Generate getter/setter for Inode.
- inode_
generate_ impl_ 1 - Generate getter/setter for Inode, with 1-lifetime.