greyblake / vim-preview

Vim plugin for previewing markup files(markdown,rdoc,textile,html)
GNU General Public License v2.0
209 stars 29 forks source link

NoMethodError 'undefined method synchronize for mutex object' #13

Closed luke-gru closed 12 years ago

luke-gru commented 13 years ago

Getting this exact error in vim 7.3, ruby compiled in correctly, ruby 1.9.2-p80, Ubuntu 10.04:

Error detected while processing function 65_Preview..preview#show: line 4: NoMethodError: undefined method 'synchronize' for #Mutex:0x93ac95

Any ideas?

Thanks, -Luke

greyblake commented 13 years ago

Hey! Can you please tell me how did you compile your Vim with ruby1.9 ? It looks there are some issues but I don't know how to build Vim to reproduce them.

greyblake commented 12 years ago

Is it still reproducible? I guess it might be fixed with this commit: 2db8f30837b80b908ab517a2d8916c48f5b2d23a

greyblake commented 12 years ago

Closed.