Commit 7dc13ca3 authored by Dom Sekotill's avatar Dom Sekotill
Browse files

Set bufhidden=wipe for all buffers opened with $EDITOR

parent c0c19c6d
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -10,7 +10,7 @@ let g:CtrlSpaceDefaultMappingKey = "<C-space> "
au TermOpen * source ~/.config/nvim/term.vim

if executable('nvr')
	let $EDITOR = 'nvr --remote-tab-wait'
	let $EDITOR = 'nvr --remote-tab-wait -c ''setl bufhidden=wipe'''
endif

source ~/.vimrc
+0 −1
Original line number Diff line number Diff line
setl nospell
setl bufhidden=wipe
+0 −1
Original line number Diff line number Diff line
setl spell nocindent tw=71
setl bufhidden=wipe
+0 −1
Original line number Diff line number Diff line
setl nospell
setl bufhidden=wipe