Starting from version 0.8.0
the plugin uses semantic versionning 2.0.0.
- More refactoring
- Improve the way the plugin detects & sets the gulpfile
- Simplify task names gathering for plugin(s) integration
- Take in account whitespace characters before task names
- Fix: Get task names only if a gulpfile is found
- Fix: Get focus back only when vim window id is different from 0
- Refactoring
- Improve custom command process,
g:gv_custom_cmd
can now escape double quotes if needed - Set back focus to the editor after using
GulpExt
(Needwmctrl
& is Unix only) - Update screenshots and documentation
- Fix rvm_hack value
- Add more informations in the README.
- Fixes bug introduced by ad764163f
- Improve definitions of commands & functions.
- Allowd rvm hack option to work everywhere & make it unix only.
- Add Unite source thanks to @dawnofthedev
- Add possibility to define a custom command to use with
GulpExt
(g:gv_custom_cmd
).
- Use
--gulpfile
flag
- Add CtrlP integration (
:CtrlPGulp
)
- Fix GulpExt command
- Fix redrawing issue
- Add Dispatch integration (
g:gv_use_dispatch
)
- Echo gulpfile name & tasks number before proceeding
- Add support of
gulpfile.coffee
&gulpfile.babel.js
- New command
GulpFile
- New customization variable
g:gv_default_gulpfile
- Refactoring
- Add a doc file
- Add a CHANGELOG file