Skip to content

Commit

Permalink
Update Plug
Browse files Browse the repository at this point in the history
  • Loading branch information
wunki committed Jan 25, 2016
1 parent 159103e commit bb55539
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2,083 deletions.
4 changes: 3 additions & 1 deletion nvim/autoload/plug.vim
Original file line number Diff line number Diff line change
Expand Up @@ -645,7 +645,9 @@ function! s:prepare()
silent! unmap <buffer> X
setlocal buftype=nofile bufhidden=wipe nobuflisted noswapfile nowrap cursorline modifiable
setf vim-plug
call s:syntax()
if exists('g:syntax_on')
call s:syntax()
endif
endfunction

function! s:assign_name()
Expand Down

0 comments on commit bb55539

Please sign in to comment.