gabrielsimoes / cfparser.vim

A codeforces plugin ported from emacs plugin gnull/cfparser.
Do What The F*ck You Want To Public License
48 stars 10 forks source link

CFLogin #8

Closed SharifMinhazul closed 6 years ago

SharifMinhazul commented 6 years ago

By changing let l:cf_passwd = input('password: ') to let l:cf_passwd = inputsecret('password: ') we can keep passwords secret.

Oops. I didn't noticed that it has been done already. :P