aboutsummaryrefslogtreecommitdiff
path: root/vim/after/ftplugin/perl.vim
diff options
context:
space:
mode:
authorTom Ryder <tom@sanctum.geek.nz>2018-07-12 13:40:41 +1200
committerTom Ryder <tom@sanctum.geek.nz>2018-07-12 13:40:41 +1200
commit3fe26c387bd8378bbdc51e4c91ec160ed58481f7 (patch)
treec11bdcda94e7cfc890688fb128ab6f458ecf1468 /vim/after/ftplugin/perl.vim
parentMerge branch 'release/v1.26.0' (diff)
parentBump VERSION (diff)
downloaddotfiles-1.27.0.tar.gz (sig)
dotfiles-1.27.0.zip
Merge branch 'release/v1.27.0'v1.27.0
* release/v1.27.0: Bump VERSION Include hotfixes for plugin map renames Update and configure for perl_version_bump.vim Update and configure for make_target.vim Update and configure for put_blank_lines.vim Upgrade and configure for paste_open.vim Update and configure for strip_trailing_whitespace Update and reconfigure for copy_linebreak.vim Update and reconfigure for insert_cancel.vim Update Vim plugins Remove fixed_join.vim plugin Upgrade cmdwin_ctrlc.vim plugin
Diffstat (limited to 'vim/after/ftplugin/perl.vim')
-rw-r--r--vim/after/ftplugin/perl.vim4
1 files changed, 2 insertions, 2 deletions
diff --git a/vim/after/ftplugin/perl.vim b/vim/after/ftplugin/perl.vim
index 065a9512..2a350805 100644
--- a/vim/after/ftplugin/perl.vim
+++ b/vim/after/ftplugin/perl.vim
@@ -28,8 +28,8 @@ let b:undo_ftplugin .= '|nunmap <buffer> <LocalLeader>c'
" Bump version numbers
nmap <buffer> <LocalLeader>v
- \ <Plug>PerlVersionBumpMinor
+ \ <Plug>(PerlVersionBumpMinor)
nmap <buffer> <LocalLeader>V
- \ <Plug>PerlVersionBumpMajor
+ \ <Plug>(PerlVersionBumpMajor)
let b:undo_ftplugin .= '|nunmap <buffer> <LocalLeader>v'
\ . '|nunmap <buffer> <LocalLeader>V'