vim-plugins: vim-wakatime -> 4.0.1
- 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 #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
This commit is contained in:
parent
fbf7ff8b7f
commit
484e903da3
@ -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";
|
||||
};
|
||||
|
Loading…
Reference in New Issue
Block a user