소스 검색

Join some setlocal commands

Marco Hinz 12 년 전
부모
커밋
1675e50fca
1개의 변경된 파일1개의 추가작업 그리고 4개의 파일을 삭제
  1. 1 4
      autoload/startify.vim

+ 1 - 4
autoload/startify.vim

@@ -32,10 +32,7 @@ function! startify#insane_in_the_membrane() abort
   enew
   setfiletype startify
 
-  setlocal buftype=nofile
-  setlocal bufhidden=wipe
-  setlocal nobuflisted
-  setlocal noswapfile
+  setlocal noswapfile nobuflisted buftype=nofile bufhidden=wipe
   setlocal nonumber nolist statusline=\ startify
 
   if v:version >= 703