We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 67bd945 commit 48b541bCopy full SHA for 48b541b
plugin/vimux.vim
@@ -71,7 +71,7 @@ function! VimuxOpenRunner()
71
if _VimuxOption("g:VimuxUseNearest", 1) == 1 && nearestIndex != -1
72
let g:VimuxRunnerIndex = nearestIndex
73
else
74
- let extraArguments = _VimuxOption("g:VimuxOpenExtraArgs", " ")
+ let extraArguments = _VimuxOption("g:VimuxOpenExtraArgs", "")
75
if _VimuxRunnerType() == "pane"
76
let height = _VimuxOption("g:VimuxHeight", 20)
77
let orientation = _VimuxOption("g:VimuxOrientation", "v")
0 commit comments