You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: CHANGELOG.md
+2
Original file line number
Diff line number
Diff line change
@@ -57,6 +57,7 @@ Introduction of a new module.
57
57
- Deleting surrounding which looks like a result of linewise adding will act to revert it: delete lines with surrounding parts and dedent surrounded lines once.
58
58
- Blockwise adding places surrounding parts on whole edges, not only start and end of selection.
59
59
60
+
60
61
# Version 0.7.0
61
62
62
63
- Start dual distribution. Every module is now distributed both as part of 'mini.nvim' library and as standalone plugin (in separate git repository).
Copy file name to clipboardexpand all lines: readmes/mini-bracketed.md
+26-36
Original file line number
Diff line number
Diff line change
@@ -68,14 +68,10 @@ Notes:
68
68
69
69
This plugin can be installed as part of 'mini.nvim' library (**recommended**) or as a standalone Git repository.
70
70
71
-
<!-- TODO: Uncomment use of `stable` branch before 0.8.0 release -->
72
-
73
-
<!-- There are two branches to install from: -->
74
-
75
-
During beta-testing phase there is only one branch to install from:
71
+
There are two branches to install from:
76
72
77
73
-`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).
78
-
<!-- - `stable` will be updated only upon releases with code tested during public beta-testing phase in `main` branch.-->
74
+
-`stable` will be updated only upon releases with code tested during public beta-testing phase in `main` branch.
79
75
80
76
Here are code snippets for some common installation methods (use only one):
81
77
@@ -90,21 +86,19 @@ Here are code snippets for some common installation methods (use only one):
90
86
</thead>
91
87
<tbody>
92
88
<tr>
93
-
<!-- <td rowspan=2>'mini.nvim' library</td> -->
94
-
<td rowspan=1>'mini.nvim' library</td>
89
+
<td rowspan=2>'mini.nvim' library</td>
95
90
<td>Main</td> <td><code>{ 'echasnovski/mini.nvim', version = false },</code></td>
96
91
</tr>
97
-
<!-- <tr> -->
98
-
<!-- <td>Stable</td> <td><code>{ 'echasnovski/mini.nvim', version = '*' },</code></td> -->
99
-
<!-- </tr> -->
100
92
<tr>
101
-
<!-- <td rowspan=2>Standalone plugin</td> -->
102
-
<td rowspan=1>Standalone plugin</td>
93
+
<td>Stable</td> <td><code>{ 'echasnovski/mini.nvim', version = '*' },</code></td>
94
+
</tr>
95
+
<tr>
96
+
<td rowspan=2>Standalone plugin</td>
103
97
<td>Main</td> <td><code>{ 'echasnovski/mini.bracketed', version = false },</code></td>
104
98
</tr>
105
-
<!-- <tr> -->
106
-
<!--<td>Stable</td> <td><code>{ 'echasnovski/mini.bracketed', version = '*' },</code></td> -->
107
-
<!-- </tr> -->
99
+
<tr>
100
+
<td>Stable</td> <td><code>{ 'echasnovski/mini.bracketed', version = '*' },</code></td>
101
+
</tr>
108
102
</tbody>
109
103
</table>
110
104
</details>
@@ -120,20 +114,18 @@ Here are code snippets for some common installation methods (use only one):
Copy file name to clipboardexpand all lines: readmes/mini-splitjoin.md
+26-36
Original file line number
Diff line number
Diff line change
@@ -57,14 +57,10 @@ Notes:
57
57
58
58
This plugin can be installed as part of 'mini.nvim' library (**recommended**) or as a standalone Git repository.
59
59
60
-
<!-- TODO: Uncomment use of `stable` branch before 0.8.0 release -->
61
-
62
-
<!-- There are two branches to install from: -->
63
-
64
-
During beta-testing phase there is only one branch to install from:
60
+
There are two branches to install from:
65
61
66
62
-`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).
67
-
<!-- - `stable` will be updated only upon releases with code tested during public beta-testing phase in `main` branch.-->
63
+
-`stable` will be updated only upon releases with code tested during public beta-testing phase in `main` branch.
68
64
69
65
Here are code snippets for some common installation methods (use only one):
70
66
@@ -79,21 +75,19 @@ Here are code snippets for some common installation methods (use only one):
79
75
</thead>
80
76
<tbody>
81
77
<tr>
82
-
<!-- <td rowspan=2>'mini.nvim' library</td> -->
83
-
<td rowspan=1>'mini.nvim' library</td>
78
+
<td rowspan=2>'mini.nvim' library</td>
84
79
<td>Main</td> <td><code>{ 'echasnovski/mini.nvim', version = false },</code></td>
85
80
</tr>
86
-
<!-- <tr> -->
87
-
<!-- <td>Stable</td> <td><code>{ 'echasnovski/mini.nvim', version = '*' },</code></td> -->
88
-
<!-- </tr> -->
89
81
<tr>
90
-
<!-- <td rowspan=2>Standalone plugin</td> -->
91
-
<td rowspan=1>Standalone plugin</td>
82
+
<td>Stable</td> <td><code>{ 'echasnovski/mini.nvim', version = '*' },</code></td>
83
+
</tr>
84
+
<tr>
85
+
<td rowspan=2>Standalone plugin</td>
92
86
<td>Main</td> <td><code>{ 'echasnovski/mini.splitjoin', version = false },</code></td>
93
87
</tr>
94
-
<!-- <tr> -->
95
-
<!--<td>Stable</td> <td><code>{ 'echasnovski/mini.splitjoin', version = '*' },</code></td> -->
96
-
<!-- </tr> -->
88
+
<tr>
89
+
<td>Stable</td> <td><code>{ 'echasnovski/mini.splitjoin', version = '*' },</code></td>
90
+
</tr>
97
91
</tbody>
98
92
</table>
99
93
</details>
@@ -109,20 +103,18 @@ Here are code snippets for some common installation methods (use only one):
0 commit comments