# HG changeset patch # User Meredith Howard # Date 1550959151 18000 # Node ID a1db498aea9bf5cff277c68b9dc6a6760de45d09 # Parent 033a929788cf623f949840beca259c5a775d421e fix default branch for vim-perl diff --git a/.vimrc b/.vimrc --- a/.vimrc +++ b/.vimrc @@ -42,7 +42,7 @@ let s:filename = expand('') Plug 'Shougo/vinarise.vim' Plug 'asciidoc/vim-asciidoc' - Plug 'vim-perl/vim-perl' + Plug 'vim-perl/vim-perl', {'branch': 'dev'} Plug 'sheerun/vim-polyglot' Plug 'yko/mojo.vim' Plug 'slashmili/alchemist.vim'