bignum too big to convert into `long' (MacVim)
bwalle opened this issue · 2 comments
bwalle commented
After updating to Mountain Lion, I get following error using Lusty on MacVim:
bignum too big to convert into long' (eval):1665:in
height='
(eval):1665:in max_height' (eval):1683:in
compute_optimal_layout'
(eval):1625:in print' (eval):610:in
refresh'
(eval):499:in run' (eval):793:in
run'
(eval):805:in run_from_path' (eval):4 (eval):252:in
profile'
(eval):4
Changing the constant to 2^(16-1)-2 fixes the problem.
sjbach commented
Hi, I've pushed an update that overrides MOST_POSITIVE_FIXNUM to the value you give. When you have a chance, please let me know if that fixes the problem.
bwalle commented
Works like a charm. Thanks!