We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7a4b382 commit f671d73Copy full SHA for f671d73
doc/command-t.txt
@@ -1045,9 +1045,10 @@ POSSIBILITY OF SUCH DAMAGE.
1045
1046
HISTORY *command-t-history*
1047
1048
-main (not yet released) ~
+7.0.1 (1 August 2025) ~
1049
1050
-- ...
+- Restore `(Plug)CommandTTag` mapping
1051
+ (https://github.com/wincent/command-t/issues/443).
1052
1053
7.0 (23 June 2025) ~
1054
lua/wincent/commandt/version.lua
@@ -4,7 +4,7 @@
4
return {
5
major = 7,
6
minor = 0,
7
- patch = 0,
+ patch = 1,
8
prerelease = '',
9
- version = '7.0',
+ version = '7.0.1',
10
}
0 commit comments