comparison runtime/ftplugin/spec.vim @ 26100:babd9f1dbe12

Update runtime files Commit: https://github.com/vim/vim/commit/113cb513f76d8866cbb6dc85fa18aded753e01da Author: Bram Moolenaar <Bram@vim.org> Date: Sun Nov 7 20:27:04 2021 +0000 Update runtime files
author Bram Moolenaar <Bram@vim.org>
date Sun, 07 Nov 2021 21:30:10 +0100
parents 9c221ad9634a
children 57c9377b9c62
comparison
equal deleted inserted replaced
26099:7dbc843d95ff 26100:babd9f1dbe12
16 if !hasmapto("<Plug>SpecChangelog") 16 if !hasmapto("<Plug>SpecChangelog")
17 map <buffer> <LocalLeader>c <Plug>SpecChangelog 17 map <buffer> <LocalLeader>c <Plug>SpecChangelog
18 endif 18 endif
19 endif 19 endif
20 20
21 if !hasmapto("call SpecChangelog(\"\")<CR>") 21 if !hasmapto("call <SID>SpecChangelog(\"\")<CR>")
22 noremap <buffer> <unique> <script> <Plug>SpecChangelog :call SpecChangelog("")<CR> 22 noremap <buffer> <unique> <script> <Plug>SpecChangelog :call <SID>SpecChangelog("")<CR>
23 endif 23 endif
24 24
25 if !exists("*s:GetRelVer") 25 if !exists("*s:GetRelVer")
26 function! s:GetRelVer() 26 function! s:GetRelVer()
27 if has('python') 27 if has('python')