2019-10-25 14:25:48 +02:00
|
|
|
" Create the `b:undo_ftplugin` variable if it doesn't exist
|
|
|
|
call ftplugined#check_undo_ft()
|
2019-10-25 14:15:56 +02:00
|
|
|
|
2019-10-18 16:48:58 +02:00
|
|
|
" Don't show Netrw in buffer list
|
|
|
|
setlocal bufhidden=delete
|
|
|
|
let b:undo_ftplugin='|setlocal bufhidden<'
|