change buffer settings
This commit is contained in:
parent
267c7abe72
commit
3c34765e1f
|
@ -30,7 +30,7 @@ function! s:insane_in_the_membrane() abort
|
||||||
endif
|
endif
|
||||||
endfor
|
endfor
|
||||||
endif
|
endif
|
||||||
setlocal nonumber buftype=nofile
|
setlocal nonumber noswapfile buftype=nofile bufhidden=wipe
|
||||||
if v:version >= 703
|
if v:version >= 703
|
||||||
setlocal norelativenumber
|
setlocal norelativenumber
|
||||||
endif
|
endif
|
||||||
|
@ -94,7 +94,7 @@ function! s:insane_in_the_membrane() abort
|
||||||
|
|
||||||
autocmd! startify *
|
autocmd! startify *
|
||||||
autocmd startify CursorMoved <buffer> call s:set_cursor()
|
autocmd startify CursorMoved <buffer> call s:set_cursor()
|
||||||
autocmd startify BufDelete <buffer> autocmd! startify *
|
autocmd startify BufWipeout <buffer> autocmd! startify *
|
||||||
|
|
||||||
call cursor(6, 5)
|
call cursor(6, 5)
|
||||||
endfunction
|
endfunction
|
||||||
|
|
Loading…
Reference in a new issue