v2.0.9
This commit is contained in:
parent
ca4b59d29a
commit
c248c20aea
2 changed files with 8 additions and 1 deletions
|
@ -3,6 +3,13 @@ History
|
|||
-------
|
||||
|
||||
|
||||
2.0.9 (2014-11-03)
|
||||
++++++++++++++++++
|
||||
|
||||
- upgrade external wakatime package to v2.1.2
|
||||
- catch UnicodeDecodeErrors to prevent error messages propegating into Vim
|
||||
|
||||
|
||||
2.0.8 (2014-09-30)
|
||||
++++++++++++++++++
|
||||
|
||||
|
|
|
@ -6,7 +6,7 @@
|
|||
" Website: https://wakatime.com/
|
||||
" ============================================================================
|
||||
|
||||
let s:VERSION = '2.0.8'
|
||||
let s:VERSION = '2.0.9'
|
||||
|
||||
|
||||
" Init {{{
|
||||
|
|
Loading…
Reference in a new issue