Skip to content

Commit

Permalink
Merge branch 'master' of https://github.com/jalvesaq/Nvim-R
Browse files Browse the repository at this point in the history
  • Loading branch information
jalvesaq committed Apr 9, 2019
2 parents a1257b0 + f0cba0d commit c53b5a4
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions R/tmux.vim
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ if system("uname") =~ "OpenBSD"
else
let s:tmuxversion = system("tmux -V")
let s:tmuxversion = substitute(s:tmuxversion, "master", "1.8", "")
let s:tmuxversion = substitute(s:tmuxversion, "next", "1.8", "")
let s:tmuxversion = substitute(s:tmuxversion, '.*tmux \([0-9]\.[0-9]\).*', '\1', '')
if strlen(s:tmuxversion) != 3
let s:tmuxversion = "1.0"
Expand Down

0 comments on commit c53b5a4

Please sign in to comment.