We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 20ca013 commit 5a2f61fCopy full SHA for 5a2f61f
Changelog
@@ -1,4 +1,9 @@
1
-Unreleased changes:
+Changed in version 0.8.4.1:
2
+
3
+ * Implemented ; and , movements and enabled them for d, c, and y actions.
4
5
+ * Internal refactoring of f, F, t, T commands to allow implementation of ;
6
+ and , commands.
7
8
Changed in version 0.8.4.0:
9
@@ -43,6 +48,7 @@ Changed in version 0.8.1.0:
43
48
Changed in version 0.8.0.1:
44
49
* Add a Cabal flag to disable the example executable as well as
45
50
the test that uses it.
51
46
52
Changed in version 0.8.0.0:
47
53
* Breaking changes:
54
* Add a `MonadFail` instance for `InputT`.
0 commit comments