Skip to content

v0.23.4

Latest

Choose a tag to compare

@github-actions github-actions released this 08 Sep 09:36
v0.23.4
acd96e1

Download the archive for your platform below, extract it and put ttv on
your PATH (for example /usr/local/bin or ~/.local/bin); see the
README for
details. checksums.txt holds the SHA-256 sum of every asset.

Changes since v0.23.3

acd96e1 ~ -- bump version to `v0.23.4`
9df3346 ~ -- every removal copies what it removes to the clipboard, as vim does with clipboard=unnamedplus: x cuts the cell (or the selected cells) and empties it, dd, d with a motion and visual d send the rows or columns (columns with their header); the removal never waits for the clipboard and a failed copy is only noted in the footer - -- drop X: it duplicated dd and visual d now that those copy to the clipboard ~ -- x fills the register with the cut cells, so p puts them down ~ -- keep the tests away from the real clipboard: TestMain finds no tool, and the editing tables get a stub

Full diff: v0.23.3...v0.23.4