Change input to inputsecret

Do not display the keys.
This commit is contained in:
Maxim Zhukov 2017-07-03 21:47:26 +03:00
parent a96180dd0e
commit f8b0021fa4
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