Releases: phongvcao/vim-stardict
Releases · phongvcao/vim-stardict
Release 0.5.0
Release 0.4.4
- :StarDict command now accepts --data-dir & -u argument
Release 0.4.3
- Switched back to /usr/bin/python instead of /usr/bin/env python
Release 0.4.2
- Replaced /usr/bin/python with /usr/bin/env python for stardict.py
- Added STARDICT_PYTHON_PATH variable to let users specify the python
executable they want to use to execute stardict.py - Added CONTRIBUTING.md
Release 0.4.1
- Fixed default Python 3 option
- Removed syntax file sourcing
- Removed g:stardict_prefer_python3 option
Release v0.4.0
- Added support for Zsh
- Added custom $STARDICT_DIR variable to let users specify vim-stardict installation directory
Release v0.3.3
- Fixed wrong highlighting of words' examples
Release v0.3.2
- Fixed :split and :vsplit opening delay
- Fixed multiple :split open at a time
- Reuse last 'stardict' buffer if there is one
- Hide 'vim-stardict' buffer from buffer list
- Removed buffer cache of old word meaning history
Release v0.3.1
- Restore mouse cursor after viewing definition
Release v0.3.0
- Added output colors customization for Vim and Bash
- Fixed extra split in Vim