This commit is contained in:
Alan Hamlett 2016-04-19 12:53:38 +02:00
parent 8f4f7b04f3
commit f25495fee7
2 changed files with 10 additions and 1 deletions

View File

@ -3,6 +3,15 @@ History
------- -------
4.0.10 (2016-04-19)
++++++++++++++++++
- Pass syntax of current file to wakatime-cli.
- Upgrade wakatime-cli to v5.0.1.
- Support passing an alternate language to cli to be used when a language can
not be guessed from the code file.
4.0.9 (2016-04-18) 4.0.9 (2016-04-18)
++++++++++++++++++ ++++++++++++++++++

View File

@ -6,7 +6,7 @@
" Website: https://wakatime.com/ " Website: https://wakatime.com/
" ============================================================================ " ============================================================================
let s:VERSION = '4.0.9' let s:VERSION = '4.0.10'
" Init {{{ " Init {{{