Skip to content

Commit

Permalink
vim-plugins: vim-wakatime -> 4.0.1
Browse files Browse the repository at this point in the history
- upgrade wakatime cli to v4.0.14
- make sure config file has api_key
- only display setup complete message first time setting up cfg file
- don't log time towards git temporary files
- prevent slowness in quickfix window to fix copumpkin#24
- reuse SSL connection across multiple processes for improved performance
- correctly display caller and lineno in log file when debug is true
- project passed with --project argument will always be used
- new --alternate-project argument
- fix bug with auto detecting project name
- correctly log message from py.warnings module
- handle plugin_directory containing spaces
  • Loading branch information
nckx committed Jun 1, 2015
1 parent fbf7ff8 commit 484e903
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions pkgs/misc/vim-plugins/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -527,12 +527,12 @@ rec {
'';
};

wakatime = buildVimPlugin {
name = "wakatime-4.0.0";
vim-wakatime = buildVimPlugin {
name = "vim-wakatime-4.0.1";

src = fetchFromGitHub {
sha256 = "0yfqcln1ah7a9hs6vl8llfyg5rzg1zbsf3y431wdgb0zvp9dlk25";
rev = "a7d48d3507499b8667bfca0b12f8865c01b26678";
sha256 = "0vhnfjl9qv6qwfvf106cw4mg4xss2nsafz5k2jadkryss6f3ga10";
rev = "1e2ba90f708965719ed52c4ea2728bc3cfa32f6d";
repo = "vim-wakatime";
owner = "wakatime";
};
Expand Down

0 comments on commit 484e903

Please sign in to comment.