diff options
author | Richard Henderson <rth@redhat.com> | 1999-05-03 07:29:06 +0000 |
---|---|---|
committer | Richard Henderson <rth@redhat.com> | 1999-05-03 07:29:06 +0000 |
commit | a3acbf46947e52ff596461a4cf6f539884c9dbbd (patch) | |
tree | ef93cefb82fdb4d8f2639e166e277474d9b2acab /etc/add-log.vi | |
download | cygnal-a3acbf46947e52ff596461a4cf6f539884c9dbbd.tar.gz cygnal-a3acbf46947e52ff596461a4cf6f539884c9dbbd.tar.bz2 cygnal-a3acbf46947e52ff596461a4cf6f539884c9dbbd.zip |
19990502 sourceware importbinu_ss_19990502
Diffstat (limited to 'etc/add-log.vi')
-rw-r--r-- | etc/add-log.vi | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/etc/add-log.vi b/etc/add-log.vi new file mode 100644 index 000000000..efb8c77aa --- /dev/null +++ b/etc/add-log.vi @@ -0,0 +1,11 @@ +Here is a vi macro to create entries in the recommended format for +GDB's ChangeLogs. + +map 1GO:r !date '+\%Y-\%m-\%d'2GA Jason Molenda (:r !whoamikJxA@:r !hostnameA)kJxkddjO
*
k$ + +It contains control and escape sequences, so don't just cut and paste it. +You'll need to change the "Jason Molenda" bit, of course. :-) Put this +in your $HOME/.exrc and when you type control-X in move-around-mode, +you'll have a changelog template inserted. + +--- Jason Molenda |