comparison runtime/ftplugin/spec.vim @ 25880:9c221ad9634a

Update runtime files Commit: https://github.com/vim/vim/commit/6e649224926bbc1df6a4fdfa7a96b4acb1f8bee0 Author: Bram Moolenaar <Bram@vim.org> Date: Mon Oct 4 21:32:54 2021 +0100 Update runtime files
author Bram Moolenaar <Bram@vim.org>
date Mon, 04 Oct 2021 22:45:05 +0200
parents fab58304f77d
children babd9f1dbe12
comparison
equal deleted inserted replaced
25879:14ca7cc78a56 25880:9c221ad9634a
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 <SID>SpecChangelog(\"\")<CR>") 21 if !hasmapto("call SpecChangelog(\"\")<CR>")
22 noremap <buffer> <unique> <script> <Plug>SpecChangelog :call <SID>SpecChangelog("")<CR> 22 noremap <buffer> <unique> <script> <Plug>SpecChangelog :call 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')