Skip to content

German support, Timeout mechanism, Python3 support and more

Compare
Choose a tag to compare
@Ron89 Ron89 released this 01 Jun 04:36
· 114 commits to master since this release

V0.4 changelog

Added

- Timeout feature for shorter waiting time. Timeout will not demote the
  backend.
- =<Leader>cs= for thesaurus_query functionality.
- Add German(=de=) support (Issue #12)
- Add Python3 support, and set as default. Python2 still supported.

Changed

- Due to performance reasons, removed =datamuse_com= from default backend
  list.
- Improve coloring for candidate choosing window.
- Now visual mode synonym query also support replacing feature. And the
  replacing feature is set to default.
- change =g:tq_use_python= to =s:tq_use_python=.
- default value for =g:tq_language= become list, =g:tq_language = ['en']=

Depreciated

- use of =<LocalLeader>cs=.

Fixed

- Exclude Tab =\\t= from being recognized as part of a word in Insert Mode
  query.
- Insert mode auto-complete ineffective in Python3 due to behavior
  difference of =map= in Python3 and Python2.
- the issue that makes redefining variable mid-session ineffective
- fix out-of-boundary exception when query empty string with completefunc
  (insert mode completion)