aboutsummaryrefslogtreecommitdiff
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
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
-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'