diff options
author | Christian Clason <christian.clason@uni-due.de> | 2021-10-05 14:12:16 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-10-05 14:12:16 +0200 |
commit | 0c2a7aa5f75502364a884eb25787d7774033f817 (patch) | |
tree | b9e0b64b0b64626e6dcab4703550aeb1c0afa88a /runtime/ftplugin | |
parent | 0a7a215aa6bac6e5569d47a3ad5f496d64397f8e (diff) | |
download | rneovim-0c2a7aa5f75502364a884eb25787d7774033f817.tar.gz rneovim-0c2a7aa5f75502364a884eb25787d7774033f817.tar.bz2 rneovim-0c2a7aa5f75502364a884eb25787d7774033f817.zip |
vim-patch:6e649224926b (#15911)
Update runtime files
https://github.com/vim/vim/commit/6e649224926bbc1df6a4fdfa7a96b4acb1f8bee0
Diffstat (limited to 'runtime/ftplugin')
-rw-r--r-- | runtime/ftplugin/spec.vim | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/runtime/ftplugin/spec.vim b/runtime/ftplugin/spec.vim index ce00021a69..75eebec56a 100644 --- a/runtime/ftplugin/spec.vim +++ b/runtime/ftplugin/spec.vim @@ -18,8 +18,8 @@ if !exists("no_plugin_maps") && !exists("no_spec_maps") endif endif -if !hasmapto("call <SID>SpecChangelog(\"\")<CR>") - noremap <buffer> <unique> <script> <Plug>SpecChangelog :call <SID>SpecChangelog("")<CR> +if !hasmapto("call SpecChangelog(\"\")<CR>") + noremap <buffer> <unique> <script> <Plug>SpecChangelog :call SpecChangelog("")<CR> endif if !exists("*s:GetRelVer") |