mirror of
https://github.com/itme-brain/vim.git
synced 2026-05-08 07:30:13 -04:00
more
This commit is contained in:
parent
978f17aa64
commit
9c3cbbfbbf
1 changed files with 7 additions and 1 deletions
6
vimrc
6
vimrc
|
|
@ -107,7 +107,13 @@ function! NetrwToggle()
|
||||||
endif
|
endif
|
||||||
endfor
|
endfor
|
||||||
let g:netrw_return_win = winnr()
|
let g:netrw_return_win = winnr()
|
||||||
|
if exists(':Lexplore') == 2
|
||||||
Lexplore
|
Lexplore
|
||||||
|
elseif exists(':Vexplore') == 2
|
||||||
|
execute 'topleft ' . g:netrw_winsize . 'Vexplore'
|
||||||
|
else
|
||||||
|
Explore
|
||||||
|
endif
|
||||||
endfunction
|
endfunction
|
||||||
|
|
||||||
function! SafeWincmd(dir)
|
function! SafeWincmd(dir)
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue