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 d78646d commit 6f81320Copy full SHA for 6f81320
doc/command-t.txt
@@ -1044,7 +1044,7 @@ POSSIBILITY OF SUCH DAMAGE.
1044
1045
HISTORY *command-t-history*
1046
1047
-main (not yet released) ~
+6.2 (23 June 2025) ~
1048
1049
- feat: |commandt.setup.match_listing.border| and |commandt.setup.prompt.border|
1050
now accept "winborder" as a possible value, instructing Command-T to use the
lua/wincent/commandt/version.lua
@@ -3,8 +3,8 @@
3
4
return {
5
major = 6,
6
- minor = 1,
+ minor = 2,
7
patch = 0,
8
prerelease = '',
9
- version = '6.1',
+ version = '6.2',
10
}
0 commit comments