Skip to content

Commit

Permalink
vim-composer 0.2.0
Browse files Browse the repository at this point in the history
* Run :Composer through :make instead of :!.
* Add ComposerCmd{Pre,Post} autocommands.
* Complete subcommands and flags intelligently.
* Complete on required package names.
* Complete on script names.
  • Loading branch information
noahfrederick committed Sep 12, 2015
1 parent 448bdad commit ab97215
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion addon-info.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "composer",
"version": "0.1.0",
"version": "0.2.0",
"author": "Noah Frederick",
"description": "Vim support for Composer PHP projects",
"homepage": "https://github.com/noahfrederick/vim-composer"
Expand Down
2 changes: 1 addition & 1 deletion autoload/composer.vim
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
" @public
" Get the version number of the @plugin(stylized) plug-in (e.g., '1.0.0').
function! composer#version()
return '0.1.0'
return '0.2.0'
endfunction

""
Expand Down

0 comments on commit ab97215

Please sign in to comment.