Skip to content

Commit

Permalink
makes vimux-nose-test a plugin not ftplugin, so it works all the time…
Browse files Browse the repository at this point in the history
…, not just when you open a python file.
  • Loading branch information
pitluga committed Oct 10, 2012
1 parent 23fa7a4 commit 772bd04
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions ftplugin/python.vim → plugin/python.vim
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
if exists("g:loaded_vimux_ruby_test") || &cp
if exists("g:loaded_vimux_nose_test") || &cp
finish
endif
let g:loaded_vimux_ruby_test = 1
let g:loaded_vimux_nose_test = 1

if !has("ruby")
finish
Expand Down

0 comments on commit 772bd04

Please sign in to comment.