Just installed version 0.9.11 from https://www.vim.org/scripts/script.php?script_id=2628 on a macbook/Sierra.
By default, when I open an R file with vim then <leader>rf to open the R console, the console is opened in a horizontal split below the R file.
This occurs also when running vim inside Tmux.
I would *much* prefer the default to be a vertical split.
How do I set the default to vertical?
I have tried modifying vimrplugin_screenvsplit and messing with the function StarR_TmuxSplit in the file R/tmux_split.vim
however, these functions seem not to be called (:echom does not send a message to :messages)
Help appreciated in config\in an excellent plugin!