cfparser.vim: A codeforces plugin for vim
Difference between en1 and en2, changed 81 character(s)
I have moved from emacs to vim, so I have decided to port [user:gnull,2016-10-03]'s [cfparser](http://codeforces.net/blog/entry/16055) to vimscript. The result is here.↵

As gnull's plugin, cfparser.vim can:↵

- Submit solutions↵
- Download tests↵
- Run solution with sample tests↵
- Keep your login through cookies↵
- Open problem statements↵
- Only dependency is `curl` (and `bash`, `diff` and `gcc` for testing solution)↵

You can install it with your favorite vim plugin manager, and setup as explained at the project repository:↵

[cfparser.vim](https://github.com/gabrielsimoes/cfparser.vim)↵

History

 
 
 
 
Revisions
 
 
  Rev. Lang. By When Δ Comment
en2 English gabrielsimoes 2016-10-04 04:04:29 81 Added dependencies
en1 English gabrielsimoes 2016-10-03 23:34:05 563 Initial revision (published)