Merge pull request #545 from srstevenson/set-nolist

Set nolist in vim-plug buffers
This commit is contained in:
Junegunn Choi 2016-10-27 12:48:26 +09:00 committed by GitHub
commit 2fa2761b99

View File

@ -749,7 +749,7 @@ function! s:prepare(...)
for k in ['<cr>', 'L', 'o', 'X', 'd', 'dd']
execute 'silent! unmap <buffer>' 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()