thinca / vim-quickrun

Run commands quickly.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

実行結果が左側に出てきてしまう

toshi0383 opened this issue · comments

Buffer opens on left side. Why is this?

最初は実行結果は右側に出てたんですが、左側に出るようになってしまいました。助言いただけますと🙇
quickrun-buffer-opens-on-left
macOSで、 .vimrc は以下の通りです。

set hlsearch
set expandtab
set tabstop=4
set shiftwidth=4
set autoindent

" Pathogen
execute pathogen#infect()

filetype plugin indent on
syntax on

vimrc に

set splitright

と書いてみてください。

お、ありがとうございます。右側に出るようになりましたm