6 lines
93 B
VimL
6 lines
93 B
VimL
" split the windows more 'naturally'
|
|
if has('windows')
|
|
set splitbelow
|
|
set splitright
|
|
endif
|