Skip to content

Releases: zaid/vim-rec

v0.0.6

08 Jan 03:58
Compare
Choose a tag to compare

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 from Identifier to Label.

v0.0.5

17 Jan 17:09
Compare
Choose a tag to compare

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

02 Aug 02:47
0997596
Compare
Choose a tag to compare

New Features

  • Add command wrappers for recsel, recfix and recinf 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.

v0.0.3

22 Feb 05:05
Compare
Choose a tag to compare

New Features

  • Add syntax highlighting for multiline markers.
  • Add basic folding support for records.

v0.0.2

01 Feb 18:47
Compare
Choose a tag to compare

New Features

  • Add syntax highlighting for operators in %size and %constraint properties.

Changes

  • Don't highlight the colon : after the field names, that way it matches the behaviour with properties.
  • Allow numbers and underscores in field names.

v0.0.1

30 Jan 14:42
Compare
Choose a tag to compare

New features

  • Add syntax highlighting for keywords, types, numbers and comments.