PR ld/11843
[binutils.git] / etc / add-log.vi
blobefb8c77aa2b861c6b8dcaa88eabf0e6ed1343e75
1 Here is a vi macro to create entries in the recommended format for
2 GDB's ChangeLogs.
4 map \x18 1GO\e:r !date '+\%Y-\%m-\%d'\e2GA  Jason Molenda  (\e:r !whoami\ekJxA@\e:r !hostname\eA)\ekJxkddjO\r      * \r\ek$
6 It contains control and escape sequences, so don't just cut and paste it.
7 You'll need to change the "Jason Molenda" bit, of course. :-)  Put this
8 in your $HOME/.exrc and when you type control-X in move-around-mode,
9 you'll have a changelog template inserted.
11 --- Jason Molenda