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 b265fdf commit cba9e94Copy full SHA for cba9e94
doc/command-t.txt
@@ -1048,7 +1048,7 @@ POSSIBILITY OF SUCH DAMAGE.
1048
1049
HISTORY *command-t-history*
1050
1051
-7-x-devel (not yet released) ~
+7.0.2 (5 November 2025) ~
1052
1053
- Remove duplicate tags from documentation
1054
(https://github.com/wincent/command-t/pull/448, patch from Will Wills).
lua/wincent/commandt/version.lua
@@ -4,7 +4,7 @@
4
return {
5
major = 7,
6
minor = 0,
7
- patch = 1,
8
- prerelease = 'devel',
9
- version = '7.0.1-devel',
+ patch = 2,
+ prerelease = '',
+ version = '7.0.2',
10
}
0 commit comments