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