From 078f32142d5cff7553a89f8df428a70def4ce077 Mon Sep 17 00:00:00 2001 From: Scott Stevenson Date: Wed, 26 Oct 2016 22:30:41 +0100 Subject: [PATCH] Set nolist in vim-plug buffers --- plug.vim | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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()