Detlef Groth

Results 2 comments of Detlef Groth

I did a fork which made this plugin working again and which adds as well a simple toggle function: https://github.com/mittelmark/git-gutter-vim/

Great library! Any update on defining short and long flags at the same get method? Currently I do: const auto help = args.get("help",false) || args.get("h",false); // for booleans and int...