aboutsummaryrefslogtreecommitdiff
path: root/vim
diff options
context:
space:
mode:
authorTom Ryder <tom@sanctum.geek.nz>2017-11-08 16:29:33 +1300
committerTom Ryder <tom@sanctum.geek.nz>2017-11-08 16:29:33 +1300
commit247b816a891162fe28b5e2f8a675435efbd71a12 (patch)
tree847a11c6a546ec8f145733bf4ad7de9fafbb7bd5 /vim
parentMerge branch 'hotfix/v0.12.1' (diff)
parentCorrect prefix for b:undo_* variable (diff)
downloaddotfiles-247b816a891162fe28b5e2f8a675435efbd71a12.tar.gz
dotfiles-247b816a891162fe28b5e2f8a675435efbd71a12.zip
Merge branch 'hotfix/v0.12.2'v0.12.2
* hotfix/v0.12.2: Correct prefix for b:undo_* variable Bump version number to 0.12.2
Diffstat (limited to 'vim')
-rw-r--r--vim/ftplugin/perl.vim2
1 files changed, 1 insertions, 1 deletions
diff --git a/vim/ftplugin/perl.vim b/vim/ftplugin/perl.vim
index c18653d2..5549e33d 100644
--- a/vim/ftplugin/perl.vim
+++ b/vim/ftplugin/perl.vim
@@ -14,7 +14,7 @@ nnoremap <buffer> <silent>
\ :<C-U>%!perltidy<CR>
" Unload this filetype plugin
-let l:undo_user_ftplugin
+let b:undo_user_ftplugin
\ = 'silent! nunmap <LocalLeader>c'
\ . '|silent! nunmap <LocalLeader>l'
\ . '|silent! nunmap <LocalLeader>t'