|
cvsdist |
1401a3 |
--- vim62/runtime/ftplugin/spec.vim.rh1 2004-01-12 14:16:15.000000000 +0100
|
|
cvsdist |
1401a3 |
+++ vim62/runtime/ftplugin/spec.vim 2004-01-12 14:18:06.000000000 +0100
|
|
cvsdist |
1401a3 |
@@ -12,7 +12,7 @@
|
|
cvsdist |
1401a3 |
" Add mappings, unless user doesn't want
|
|
cvsdist |
1401a3 |
if !exists("no_plugin_maps") && !exists("no_spec_maps")
|
|
cvsdist |
1401a3 |
if !hasmapto("<Plug>AddChangelogBlock")
|
|
cvsdist |
1401a3 |
- map <buffer> <LocalLeader>ch <Plug>AddChangelogBlock
|
|
cvsdist |
1401a3 |
+ map <buffer> <LocalLeader>c <Plug>AddChangelogBlock
|
|
cvsdist |
1401a3 |
endif
|
|
cvsdist |
1401a3 |
if !hasmapto("<Plug>AddChangelogEntry")
|
|
cvsdist |
1401a3 |
map <buffer> <LocalLeader>CH <Plug>AddChangelogEntry
|
|
cvsdist |
1401a3 |
@@ -62,7 +62,7 @@
|
|
cvsdist |
1401a3 |
" insert changelog header
|
|
cvsdist |
1401a3 |
call append(a:line,
|
|
cvsdist |
1401a3 |
\ "* " . strftime("%a %b %d %Y") .
|
|
cvsdist |
1401a3 |
- \ " " . <SID>GetTagValue("Packager") .
|
|
cvsdist |
1401a3 |
+ \ " " . g:packager .
|
|
cvsdist |
1401a3 |
\ " " . <SID>GetTagValue("Version") .
|
|
cvsdist |
1401a3 |
\ "-" . <SID>GetTagValue("Release")
|
|
cvsdist |
1401a3 |
\)
|