From 257dcf5db33eb1e618eddaba1534f5c6f8cc8992 Mon Sep 17 00:00:00 2001 From: Marco Hinz Date: Thu, 1 Aug 2013 19:08:00 +0200 Subject: [PATCH] Make it possible to change buffer's properties If you ever should feel the urge to change the properties of Startify's scratch buffer, you can overwrite them via an autocmd. E.g.: autocmd FileType startify setlocal buftype= statusline=YEEHAW References #6. --- autoload/startify.vim | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/autoload/startify.vim b/autoload/startify.vim index 10751ef..8fba2cd 100644 --- a/autoload/startify.vim +++ b/autoload/startify.vim @@ -26,10 +26,9 @@ function! startify#insane_in_the_membrane() abort endif enew - setfiletype startify - setlocal noswapfile nobuflisted buftype=nofile bufhidden=wipe setlocal nonumber nolist statusline=\ startify + setfiletype startify if v:version >= 703 setlocal norelativenumber