733481900f94dea61c48cfbdc0ca09313ede975c
Fix the commit reference mapping `<leader>grc` in the case that nothing follows the commit hash on the line. In that case the join would add a trailing space. `gJ` is not suitable as that would break in the other case that text follows. When splitting the line behind the commit hash, the space in front of whatever follows is deleted. Thus when joining everything together at the end, there would be no space between the closing parentheses and the rest. Using the `system()` was the only solution I found to insert the subject directly behind the hash without destroying the formatting and the text behind it. For this to work the trailing newline had to be cut off of git's output.
My dotfiles
Installation
$ ./meta/install
Languages
Shell
79.7%
Vim Script
18.7%
JavaScript
0.6%
CSS
0.6%
Python
0.3%