will133 / vim-dirdiff

Vim plugin to diff two directories
335 stars 59 forks source link

Should "set splitbelow" affect your plugin? #44

Open qpkorr opened 2 years ago

qpkorr commented 2 years ago

Hi. Thanks for the plugin - it's fantastic. One question - when I run your latest code, your window with the list of files no longer comes up at the bottom of my screen, but rather, at the top. With previous versions of your code, it was always at the bottom, where I liked it. I just traced the issue, I think, to my vimrc file having set splitbelow in it. It appears that your plugin is affected by this, where it used not to be. I wondered if this was intentional or not. My ideal, if it was intentional, might be to add a config variable specific to your plugin to control where your window goes - as I'd like to have "set splitbelow" for other uses, but have your window at the bottom still. Thanks, John