Ver Fonte

Set nolist locally

Marco Hinz há 12 anos atrás
pai
commit
687ee156f8
1 ficheiros alterados com 1 adições e 1 exclusões
  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