Browse Source

Set nolist locally

Marco Hinz 12 năm trước cách đây
mục cha
commit
687ee156f8
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      autoload/startify.vim

+ 1 - 1
autoload/startify.vim

@@ -20,7 +20,7 @@ function! startify#insane_in_the_membrane() abort
       endif
     endfor
   endif
-  setlocal nonumber noswapfile bufhidden=wipe
+  setlocal nonumber noswapfile nolist bufhidden=wipe
   if (v:version >= 703)
     setlocal norelativenumber
   endif