4 lines
103 B
VimL
4 lines
103 B
VimL
" Don't show Netrw in buffer list
|
|
setlocal bufhidden=delete
|
|
let b:undo_ftplugin='|setlocal bufhidden<'
|