Starting from version 2.0.0
the plugin uses semantic versionning 2.0.0.
- Improve support of multiple docsets.
- Update the documentation.
- Some refactoring.
- Fix some issues.
- New option
g:zv_keep_focus
for keeping focus on vim after executing zeal. - Support files with double extensions.
- New option
g:zv_zeal_args
to add arguments/flags to the execution's command.
- Unify all commands into one unique
Zeavim
- Refactoring
- Bug fixes
- New option
g:zv_get_docset_by
to set order/criteria(s) for docset finding
- Internal refactoring: Unify the main zeal functions into one
- Remove deprecated option
g:zv_lazy_docset_list
- Internal refactoring
- New functionality: Search for a motion using
<Plug>ZVMotion
- DEGRADATION: Fix the issue where default mappings were not working
- Fix code example in the documentation
- Big refactoring
- Update documentation and screens
- Add a version badge and use now semantic versionning
- Remove
<Plug>ZVKeyword
andZvK
command, the functionality is natively supported by<Plug>ZVKeyDocset
- Supports docsets for specific file names
- Don't lose focus anymore on Unix if Zeal is opened (Needs wmtcrl)
- Allows using regex in
g:zv_file_types
- Allows using multiple docsets with multiple completion for
Docset
- Some refactoring
- Update documentation
- Add a CHANGELOG
- Rename g:zv_added_files_type to g:zv_file_types
- Rename g:zv_zeal_directory to g:zv_zeal_executable