diff options
author | Justin Gassner <justin.gassner@web.de> | 2016-01-14 17:18:12 +0100 |
---|---|---|
committer | Justin Gassner <justin.gassner@web.de> | 2016-01-14 17:58:15 +0100 |
commit | cf0ff1dd0ff93f6ce40af76d671f4d173258fab4 (patch) | |
tree | 4ce3b8688b5b1ba3a52b6dc2ea52269018dde268 /runtime/ftplugin/spec.vim | |
parent | bf7bc4dcf0023eb493c0b1d7860e72f3dcd04d78 (diff) | |
download | rneovim-cf0ff1dd0ff93f6ce40af76d671f4d173258fab4.tar.gz rneovim-cf0ff1dd0ff93f6ce40af76d671f4d173258fab4.tar.bz2 rneovim-cf0ff1dd0ff93f6ce40af76d671f4d173258fab4.zip |
vim-patch:2b8388b
Updated runtime files.
https://github.com/vim/vim/commit/2b8388bd0175835eb751e6c58cd0b0b69465f0d9
Diffstat (limited to 'runtime/ftplugin/spec.vim')
-rw-r--r-- | runtime/ftplugin/spec.vim | 6 |
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() |