Skip to content

Commit 2c3df09

Browse files
committed
feat(mini.nvim): sync to a995fe9
1 parent b12b6c2 commit 2c3df09

File tree

2 files changed

+15
-16
lines changed

2 files changed

+15
-16
lines changed

mini.nvim/CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ There are following change types:
88
- `Refine` - change in previously intended functionality *without* adding new one. This is usually described as a "breaking change", but used here in a sense that it might break user's expectations about existing functionality.
99
- `Expand` - adding new functionality without affecting existing ones. This is essentially new features.
1010

11-
# Version 0.17.0-dev {#v0.17.0}
11+
# Version 0.17.0 {#v0.17.0}
1212

1313
## All {#v0.17.0-all}
1414

mini.nvim/readmes/mini-cmdline.md

Lines changed: 14 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -48,9 +48,8 @@ This plugin can be installed as part of 'mini.nvim' library (**recommended**) or
4848

4949
During beta-testing phase there is only one branch to install from:
5050

51-
- `main` (default, **recommended**) will have latest development version of plugin.
52-
<!-- - `main` (default, **recommended**) will have latest development version of plugin. All changes since last stable release should be perceived as being in beta testing phase (meaning they already passed alpha-testing and are moderately settled). -->
53-
<!-- - `stable` will be updated only upon releases with code tested during public beta-testing phase in `main` branch. -->
51+
- `main` (default, **recommended**) will have latest development version of plugin. All changes since last stable release should be perceived as being in beta testing phase (meaning they already passed alpha-testing and are moderately settled).
52+
- `stable` will be updated only upon releases with code tested during public beta-testing phase in `main` branch.
5453

5554
Here are code snippets for some common installation methods (use only one):
5655

@@ -62,14 +61,14 @@ Here are code snippets for some common installation methods (use only one):
6261
| Branch | Code snippet |
6362
|--------|-----------------------------------------------|
6463
| Main | *Follow recommended ‘mini.deps’ installation* |
65-
<!-- | Stable | *Follow recommended ‘mini.deps’ installation* | -->
64+
| Stable | *Follow recommended ‘mini.deps’ installation* |
6665

6766
- Standalone plugin:
6867

69-
| Branch | Code snippet |
70-
|--------|------------------------------------------------------------------|
68+
| Branch | Code snippet |
69+
|--------|-------------------------------------------------------------------|
7170
| Main | `add(‘nvim-mini/mini.cmdline’)` |
72-
<!-- | Stable | `add({ source = ‘nvim-mini/mini.cmdline’, checkout = ‘stable’ })` | -->
71+
| Stable | `add({ source = ‘nvim-mini/mini.cmdline’, checkout = ‘stable’ })` |
7372

7473
</details>
7574

@@ -81,14 +80,14 @@ Here are code snippets for some common installation methods (use only one):
8180
| Branch | Code snippet |
8281
|--------|-----------------------------------------------|
8382
| Main | `{ 'nvim-mini/mini.nvim', version = false },` |
84-
<!-- | Stable | `{ 'nvim-mini/mini.nvim', version = '*' },` | -->
83+
| Stable | `{ 'nvim-mini/mini.nvim', version = '*' },` |
8584

8685
- Standalone plugin:
8786

88-
| Branch | Code snippet |
89-
|--------|-------------------------------------------------|
87+
| Branch | Code snippet |
88+
|--------|--------------------------------------------------|
9089
| Main | `{ 'nvim-mini/mini.cmdline', version = false },` |
91-
<!-- | Stable | `{ 'nvim-mini/mini.cmdline', version = '*' },` | -->
90+
| Stable | `{ 'nvim-mini/mini.cmdline', version = '*' },` |
9291

9392
</details>
9493

@@ -100,14 +99,14 @@ Here are code snippets for some common installation methods (use only one):
10099
| Branch | Code snippet |
101100
|--------|------------------------------------------------------|
102101
| Main | `Plug 'nvim-mini/mini.nvim'` |
103-
<!-- | Stable | `Plug 'nvim-mini/mini.nvim', { 'branch': 'stable' }` | -->
102+
| Stable | `Plug 'nvim-mini/mini.nvim', { 'branch': 'stable' }` |
104103

105104
- Standalone plugin:
106105

107-
| Branch | Code snippet |
108-
|--------|--------------------------------------------------------|
106+
| Branch | Code snippet |
107+
|--------|---------------------------------------------------------|
109108
| Main | `Plug 'nvim-mini/mini.cmdline'` |
110-
<!-- | Stable | `Plug 'nvim-mini/mini.cmdline', { 'branch': 'stable' }` | -->
109+
| Stable | `Plug 'nvim-mini/mini.cmdline', { 'branch': 'stable' }` |
111110

112111
</details>
113112

0 commit comments

Comments
 (0)