Merge pull request #51 from Mephistophiles/master

Change input to inputsecret
This commit is contained in:
Alan Hamlett 2017-07-03 12:01:21 -07:00 committed by GitHub
commit 160260819e
1 changed files with 1 additions and 1 deletions

View File

@ -395,7 +395,7 @@ let s:VERSION = '5.0.2'
let api_key = s:GetIniSetting('settings', 'apikey')
endif
let api_key = input("[WakaTime] Enter your wakatime.com api key: ", api_key)
let api_key = inputsecret("[WakaTime] Enter your wakatime.com api key: ", api_key)
call s:SetIniSetting('settings', 'api_key', api_key)
endfunction