From f25495fee7d11001ff7f0addc3063dd8f20cd774 Mon Sep 17 00:00:00 2001 From: Alan Hamlett Date: Tue, 19 Apr 2016 12:53:38 +0200 Subject: [PATCH] v4.0.10 --- HISTORY.rst | 9 +++++++++ plugin/wakatime.vim | 2 +- 2 files changed, 10 insertions(+), 1 deletion(-) diff --git a/HISTORY.rst b/HISTORY.rst index 3ea7bb0..179ecd7 100644 --- a/HISTORY.rst +++ b/HISTORY.rst @@ -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) ++++++++++++++++++ diff --git a/plugin/wakatime.vim b/plugin/wakatime.vim index 3b98dd9..3b55bbe 100644 --- a/plugin/wakatime.vim +++ b/plugin/wakatime.vim @@ -6,7 +6,7 @@ " Website: https://wakatime.com/ " ============================================================================ -let s:VERSION = '4.0.9' +let s:VERSION = '4.0.10' " Init {{{