Skip to content

Commit

Permalink
fix(test): make sure the vim-doge rtp are the only runtimepaths
Browse files Browse the repository at this point in the history
  • Loading branch information
kkoomen committed Oct 30, 2020
1 parent 57777b7 commit 3c963e9
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions test/vimrc
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
" vint: -ProhibitSetNoCompatible

call execute('set runtimepath^=' . getcwd())
call execute('set runtimepath^=' . getcwd() . '/vader')
call execute('set runtimepath=' . getcwd() . ',' . getcwd() . '/vader')

" Set a variable to indicate we're inside a test env.
let g:doge_test_env = 1
Expand Down

0 comments on commit 3c963e9

Please sign in to comment.