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