Set nolist locally
This commit is contained in:
parent
a7c2573cab
commit
687ee156f8
|
@ -20,7 +20,7 @@ function! startify#insane_in_the_membrane() abort
|
||||||
endif
|
endif
|
||||||
endfor
|
endfor
|
||||||
endif
|
endif
|
||||||
setlocal nonumber noswapfile bufhidden=wipe
|
setlocal nonumber noswapfile nolist bufhidden=wipe
|
||||||
if (v:version >= 703)
|
if (v:version >= 703)
|
||||||
setlocal norelativenumber
|
setlocal norelativenumber
|
||||||
endif
|
endif
|
||||||
|
|
Loading…
Reference in a new issue