BertrandSim
BertrandSim
These mappings are autoloaded, that is, the mappings are only created after UltiSnips has been loaded. Try expanding a snippet first before inspecting `:verbose imap `.
rebased on latest master
This can be done through the expansion of an anonymous snippet: ```snippets global !p def font_names_choicer(snip, filename): file = open(filename, "r") font_names = file.readlines() snip.expand_anon('${1|' + ','.join(font_names) + '|}') endglobal...
Indeed, it would be great if I could "copy" a button when customizing the toolbars. A use case for me would be to put frequently used buttons in a floating...
rebased on latest master
I too prefer to use `%ad`. In addition, `--format=%ad %h%d %s (%an)` seems to be more consistent than the [current format](https://github.com/junegunn/gv.vim/blob/master/plugin/gv.vim#L248) of `--format=%cd %h%d %s (%an)`, where the author name...