Skip to content

Commit

Permalink
Vim: Pin cpsm as the latest commits broke something.
Browse files Browse the repository at this point in the history
  • Loading branch information
StanAngeloff committed Aug 16, 2016
1 parent 8a49192 commit fa6d7f3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .vimrc
Expand Up @@ -757,7 +757,7 @@ let g:ctrlp_user_command = {

" ---------------------------------------------------------------------------

Plug 'nixprime/cpsm', { 'do': './install.sh' }
Plug 'nixprime/cpsm', { 'do': './install.sh', 'commit': '21133b56f22070453b434e1ab3607f03cd53d2ca' }

if filereadable(expand('~/.vim/plugged/cpsm/autoload/cpsm_py.so'))
let g:ctrlp_match_func = { 'match': 'cpsm#CtrlPMatch' }
Expand Down

0 comments on commit fa6d7f3

Please sign in to comment.