aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--VERSION4
-rw-r--r--vim/ftplugin/perl.vim2
2 files changed, 3 insertions, 3 deletions
diff --git a/VERSION b/VERSION
index b6cce357..1e286998 100644
--- a/VERSION
+++ b/VERSION
@@ -1,2 +1,2 @@
-tejr dotfiles v0.12.1
-Wed Nov 8 01:09:56 UTC 2017
+tejr dotfiles v0.12.2
+Wed Nov 8 03:28:51 UTC 2017
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'