cocopon / vaffle.vim

:file_folder: Lightweight, window-based file manager for Vim
MIT License
284 stars 20 forks source link

Change default behavior of vaffle-open-selected-split/vsplit #25

Closed mopp closed 6 years ago

mopp commented 6 years ago

Objective

This PR changes the default behavior of <Plug>(vaffle-open-selected-split) and <Plug>(vaffle-open-selected-vsplit) following vim's default behavior of split and vsplit. It solves #24 .

cocopon commented 6 years ago

Merged. Thanks!