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:
parent
a1ff484c85
commit
ea4fc32e60
@ -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)
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
@ -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>
|
||||
|
Loading…
Reference in New Issue
Block a user