aboutsummaryrefslogtreecommitdiff
path: root/runtime/ftplugin/spec.vim
diff options
context:
space:
mode:
authorJustin M. Keyes <justinkz@gmail.com>2016-01-14 23:14:23 -0500
committerJustin M. Keyes <justinkz@gmail.com>2016-01-14 23:14:23 -0500
commit24fbb2c866039d61107fa1f6a2efe86bb6951e55 (patch)
treea4f58394b187f382e3ad9258448368a189c42454 /runtime/ftplugin/spec.vim
parent403467056818dce535059c87f289db00b0d4216c (diff)
parentcf0ff1dd0ff93f6ce40af76d671f4d173258fab4 (diff)
downloadrneovim-24fbb2c866039d61107fa1f6a2efe86bb6951e55.tar.gz
rneovim-24fbb2c866039d61107fa1f6a2efe86bb6951e55.tar.bz2
rneovim-24fbb2c866039d61107fa1f6a2efe86bb6951e55.zip
Merge pull request #4014 from jusga/vim-2b8388b
vim-patch:2b8388b
Diffstat (limited to 'runtime/ftplugin/spec.vim')
-rw-r--r--runtime/ftplugin/spec.vim6
1 files changed, 4 insertions, 2 deletions
diff --git a/runtime/ftplugin/spec.vim b/runtime/ftplugin/spec.vim
index 0b6750de94..f972753533 100644
--- a/runtime/ftplugin/spec.vim
+++ b/runtime/ftplugin/spec.vim
@@ -2,7 +2,7 @@
" Filename: spec.vim
" Maintainer: Igor Gnatenko i.gnatenko.brain@gmail.com
" Former Maintainer: Gustavo Niemeyer <niemeyer@conectiva.com> (until March 2014)
-" Last Change: Sun Mar 2 11:24 MSK 2014 Igor Gnatenko
+" Last Change: Fri Feb 20 16:01 MSK 2014 Igor Gnatenko
if exists("b:did_ftplugin")
finish
@@ -18,7 +18,9 @@ if !exists("no_plugin_maps") && !exists("no_spec_maps")
endif
endif
-noremap <buffer> <unique> <script> <Plug>SpecChangelog :call <SID>SpecChangelog("")<CR>
+if !hasmapto("call <SID>SpecChangelog(\"\")<CR>")
+ noremap <buffer> <unique> <script> <Plug>SpecChangelog :call <SID>SpecChangelog("")<CR>
+endif
if !exists("*s:GetRelVer")
function! s:GetRelVer()