Skip to content

Releases: shellpad/shellpad.nvim

v0.2.0

Choose a tag to compare

@siadat siadat released this 15 Feb 22:39
  • [feature] Added "shellpad: highlight" modeline for creating highlights.
  • [feature] You can always follow output by moving cursor to the end of the file, even when --follow is not set.
  • [feature] Highlight the command line and stderr output with a different syntax.

Full Changelog: v0.1.1...v0.2.0

v0.1.1

Choose a tag to compare

@siadat siadat released this 25 Mar 23:57

Fix history: long items in history used to be truncated, it is now fixed

v0.1.0

Choose a tag to compare

@siadat siadat released this 25 Mar 11:26

This is the first release after transfering the repository from siadat/shell.nvim to shellpad/shellpad.nvim

v0.0.3

Choose a tag to compare

@siadat siadat released this 23 Mar 16:50

Fix undojoin

v0.0.2

Choose a tag to compare

@siadat siadat released this 23 Mar 16:18
2687250

Add LICENSE

v0.0.1

Choose a tag to compare

@siadat siadat released this 23 Mar 16:14
join changes as one single undo, unless user types, which is handled …