diff --git a/plug.vim b/plug.vim index 1017d47..584979a 100644 --- a/plug.vim +++ b/plug.vim @@ -749,7 +749,7 @@ function! s:prepare(...) for k in ['', 'L', 'o', 'X', 'd', 'dd'] execute 'silent! unmap ' k endfor - setlocal buftype=nofile bufhidden=wipe nobuflisted noswapfile nowrap cursorline modifiable + setlocal buftype=nofile bufhidden=wipe nobuflisted nolist noswapfile nowrap cursorline modifiable setf vim-plug if exists('g:syntax_on') call s:syntax()