Skip to content

Commit b5079bc

Browse files
committed
Added ruby path to prevent Windows errors
1 parent 8cfa015 commit b5079bc

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.vimrc

+3
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,9 @@ if has('win32')
2323
set shellredir=>%s\ 2>&1
2424
set shellslash
2525

26+
let g:ruby_path = ':C:\Ruby193\bin'
27+
28+
2629
elseif has('mac')
2730
set gfn=Monaco\ 12 " use the Monaco font when on Mac
2831
endif

0 commit comments

Comments
 (0)