Releases: zaid/vim-rec
Releases · zaid/vim-rec
v0.0.6
New Features
- Add
:RecNextDescriptor
command to jump to the next record descriptor (mapped to<localleader>]
by default). - Add
:RecPreviousDescriptor
command to jump to the previous record descriptor (mapped to<localleader>[
by default). - Add
:RecPreviewDescriptor
command to show the current record descriptor in a popup/floating/preview window (mapped to<localleader>?
by default).
Changes
- Change
recField
highlight group fromIdentifier
toLabel
.
v0.0.5
New Features
- Add command wrapper for
rec2csv
which use Vim's / Neovim's job control (if supported, otherwise fallback to running the commands synchronously). - Add keyboard map for the new
:Rec2csv
command (using<localleader>rv
). - Add support for record set properties auto-completion.
v0.0.4
New Features
- Add command wrappers for
recsel
,recfix
andrecinf
which use Vim's / Neovim's job control (if supported, otherwise fallback to running the commands synchronously). - Add keyboard maps for the above commands (using the
<localleader>r{s,f,n}
format). - Add ability to disable folding.
- Add ability to disable the command maps.