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 ba2a995 commit bce50beCopy full SHA for bce50be
doc/command-t.txt
@@ -595,7 +595,7 @@ POSSIBILITY OF SUCH DAMAGE.
595
596
HISTORY *command-t-history*
597
598
-main (not yet released) ~
+6.0.0-b.1 (16 December 2022) ~
599
600
- fix: actually respect `scanners.git.submodules` and `scanners.git.untracked`
601
options in |commandt.setup()| (https://github.com/wincent/command-t/pull/414).
lua/wincent/commandt/version.lua
@@ -5,6 +5,6 @@ return {
5
major = 6,
6
minor = 0,
7
patch = 0,
8
- prerelease = 'b.0',
9
- version = '6.0.0-b.0',
+ prerelease = 'b.1',
+ version = '6.0.0-b.1',
10
}
0 commit comments