We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cb05b44 commit 0154711Copy full SHA for 0154711
2 files changed
doc/command-t.txt
@@ -911,7 +911,7 @@ POSSIBILITY OF SUCH DAMAGE.
911
912
HISTORY *command-t-history*
913
914
-main (not yet released) ~
+8.1 (19 March 2026) ~
915
916
- feat: expose |commandt.setup.ignore_spaces| setting.
917
- fix: don't let |commandt.setup.ignore_spaces| undo the effects of
lua/wincent/commandt/version.lua
@@ -3,8 +3,8 @@
3
4
return {
5
major = 8,
6
- minor = 0,
+ minor = 1,
7
patch = 0,
8
prerelease = 'main',
9
- version = '8.0-main',
+ version = '8.1',
10
}
0 commit comments