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

fixed setting the remember option #15

Closed jakobkogler closed 6 years ago

jakobkogler commented 6 years ago

This should fix the problem I had in #13. Answering remember (Y/n) with Y actually didn't remember the password.

I think the confusion happened with the vimscript operator ==?. It means compare the values case-insensitive, but can be easily interpreted with "not equal".

gabrielsimoes commented 6 years ago

lol, can't believe I made that mistake. Sorry for this and thanks for debugging it!