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
+7-1Lines changed: 7 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,7 +1,12 @@
1
1
## Version 0.1.0 (2022-10-09)
2
2
3
+
### New features
4
+
5
+
* Initial release.
6
+
3
7
### Issues Closed
4
8
9
+
*[Issue 78](https://github.com/spyder-ide/spyder-vim/issues/78) - Spyder Vim plugin maintenance and Spyder Vim 0.1.0 release
5
10
*[Issue 76](https://github.com/spyder-ide/spyder-vim/issues/76) - Is Spyder-vim still under development? ([PR 77](https://github.com/spyder-ide/spyder-vim/pull/77) by [@ok97465](https://github.com/ok97465))
6
11
*[Issue 75](https://github.com/spyder-ide/spyder-vim/issues/75) - Update plugin to be compatible with Spyder 5 ([PR 77](https://github.com/spyder-ide/spyder-vim/pull/77) by [@ok97465](https://github.com/ok97465))
7
12
*[Issue 66](https://github.com/spyder-ide/spyder-vim/issues/66) - need to tweak c commands to end in insert mode ([PR 68](https://github.com/spyder-ide/spyder-vim/pull/68) by [@bgallois](https://github.com/bgallois))
@@ -14,6 +19,7 @@
14
19
*[Issue 31](https://github.com/spyder-ide/spyder-vim/issues/31) - Rename files to follow plugins files naming conventions better ([PR 77](https://github.com/spyder-ide/spyder-vim/pull/77) by [@ok97465](https://github.com/ok97465))
15
20
*[Issue 27](https://github.com/spyder-ide/spyder-vim/issues/27) - Consistent naming with other spyder plugins ([PR 30](https://github.com/spyder-ide/spyder-vim/pull/30) by [@andfoy](https://github.com/andfoy))
16
21
*[Issue 24](https://github.com/spyder-ide/spyder-vim/issues/24) - Add tests to the project and CI Integration ([PR 30](https://github.com/spyder-ide/spyder-vim/pull/30) by [@andfoy](https://github.com/andfoy))
22
+
*[Issue 21](https://github.com/spyder-ide/spyder-vim/issues/21) - Create a pypi package
17
23
*[Issue 18](https://github.com/spyder-ide/spyder-vim/issues/18) - Cannot dd the last line
18
24
*[Issue 14](https://github.com/spyder-ide/spyder-vim/issues/14) - When your cursor sits somewhere for too long, it disappears.
19
25
*[Issue 13](https://github.com/spyder-ide/spyder-vim/issues/13) - When you yank a whole line, p (for "put" or "paste") should put the line on a new line. ([PR 16](https://github.com/spyder-ide/spyder-vim/pull/16) by [@pwoosam](https://github.com/pwoosam))
@@ -26,7 +32,7 @@
26
32
*[Issue 3](https://github.com/spyder-ide/spyder-vim/issues/3) - Repeat actions with multiple digits
27
33
*[Issue 2](https://github.com/spyder-ide/spyder-vim/issues/2) - Cursor in command mode
Copy file name to clipboardExpand all lines: README.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -21,7 +21,7 @@
21
21
22
22
Spyder Plugin for executing Vim commands inside the code editor. Although it does not currently support many VIM commands, it will be developed gradually.
0 commit comments