Skip to content

Commit

Permalink
Vimux 1.0.0 compatibility
Browse files Browse the repository at this point in the history
  • Loading branch information
benmills committed Apr 3, 2013
1 parent 772bd04 commit 7536258
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion plugin/python.vim
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ class NoseTest
end

def send_to_vimux(test_command)
Vim.command("call RunVimTmuxCommand(\"clear && #{test_command}\")")
Vim.command("call VimuxRunCommand(\"clear && #{test_command}\")")
end
end
EOF

0 comments on commit 7536258

Please sign in to comment.