1
0
mirror of https://github.com/chylex/IntelliJ-IdeaVim.git synced 2025-05-07 13:34:02 +02:00

Update readme: add information about commentary extension

This commit is contained in:
Alex Plate 2019-03-28 14:02:34 +03:00
parent a1ff484c85
commit ea4fc32e60
No known key found for this signature in database
GPG Key ID: 0B97153C8FFEC09F
4 changed files with 6 additions and 1 deletions

View File

@ -37,7 +37,7 @@ Contributors:
* [Jackson Popkin](mailto:jackson@donorschoose.org)
* [Teruo Kunihiro](mailto:yuyuyu1999@gmail.com)
* [Liubov Paina](mailto:lubashka.994@mail.ru)
* [Daniel Leong](mailto:falcone88@gmail.com)
* [Daniel Leong](mailto:me@dhleong.net)
* [Aleksey Lagoshin](mailto:aleksey@pri-num.com)
* [Paulo Bu](mailto:pbu_98@yahoo.com)
* [Giorgos Gaganis](mailto:gaganis@yahoo.com)

View File

@ -30,6 +30,7 @@ To Be Released
* [VIM-1569](https://youtrack.jetbrains.com/issue/VIM-1569) Fixed surround plugin bug by `S<tag attr="attr">`
* [VIM-1012](https://youtrack.jetbrains.com/issue/VIM-1012) Fixed wrong tab selection after`:q`
* [VIM-1245](https://youtrack.jetbrains.com/issue/VIM-1245) Clear switcher list after`:q`
* Support `commentary` extension
0.51, 2019-02-12

View File

@ -144,6 +144,9 @@ Available extensions:
* multiple-cursors
* Emulates [vim-multiple-cursors](https://github.com/terryma/vim-multiple-cursors)
* Commands: `<A-n>`, `<A-x>`, `<A-p>`, `g<A-n>`
* commentary
* Emulates [commentary.vim](https://github.com/tpope/vim-commentary)
* Commands: `gcc`, `gc + motion`, `v_gc`
Changes to the IDE

View File

@ -6,6 +6,7 @@
<ul>
<li>Support :shell command</li>
<li>Support :tabnext and :tabprevious commands</li>
<li>Commentary extension</li>
<li>Various bug fixes</li>
</ul>
<p>0.51:</p>