Skip to content

Vis version 0.8

Compare
Choose a tag to compare
@ninewise ninewise released this 01 Nov 13:57
· 155 commits to master since this release

This is a release of vis as it has been for more than a year before some development started up again. We're releasing this version to get a stable 'old' release out there which should still contain a number of bugfixes compared to 0.7.

  • build: add git based version information back
  • lexers: fix bug in bash lexer for last here-doc
  • vis: make O implementation independent of mapping
  • fix typos in comments
  • lua: fix luacheck warnings
  • vis: rename to/till motion internals
  • vis: implement multiline to/till motions
  • vis-lua: provide file.permission property
  • Mention pkg-config in README
  • lexers/strace: improve comments, field names and syscall results
  • lexers/git-rebase: also highlight break command
  • filetype: Set "bash" for APKBUILD and .ebuild.
  • filetype: Detect make shebang for "makefile".
  • Adding .sv extension to verilog syntax highlighter
  • build: update alpine in docker build to version 3.13
  • sam: only skip the last empty match if it follows a newline
  • sam: produce empty match at the end of looped range
  • test: update
  • gitignore: remove vim specific swap files
  • sam: tweak handling of zero length matches in y commands
  • sam: simplify trailing match handling for x/y commands
  • vis: correctly close pipe connected to stdin of external process
  • add lua5.4 in configure script
  • vis: Add readline Ctrl+A/E bindings
  • ci: verify codecov script before using it
  • ci: verify coverity scan script before using it
  • filetype: Set "groovy" for Jenkinsfile

Full Changelog: v0.7...v0.8