don't log time to git temporary files
This commit is contained in:
parent
7da8bf757e
commit
a490f364cd
1 changed files with 1 additions and 1 deletions
|
@ -72,7 +72,7 @@ let s:VERSION = '4.0.0'
|
||||||
if !filereadable(s:config_file)
|
if !filereadable(s:config_file)
|
||||||
let key = input("[WakaTime] Enter your wakatime.com api key: ")
|
let key = input("[WakaTime] Enter your wakatime.com api key: ")
|
||||||
if key != ''
|
if key != ''
|
||||||
call writefile(['[settings]', 'debug = false', printf("api_key = %s", key), 'hidefilenames = false', 'ignore =', ' COMMIT_EDITMSG$', ' TAG_EDITMSG$'], s:config_file)
|
call writefile(['[settings]', 'debug = false', printf("api_key = %s", key), 'hidefilenames = false', 'ignore =', ' COMMIT_EDITMSG$', ' PULLREQ_EDITMSG$', ' MERGE_MSG$', ' TAG_EDITMSG$'], s:config_file)
|
||||||
echo "[WakaTime] Setup complete! Visit http://wakatime.com to view your logged time."
|
echo "[WakaTime] Setup complete! Visit http://wakatime.com to view your logged time."
|
||||||
endif
|
endif
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue