Closed rranelli closed 9 years ago
Rsense wont work on emacs 24.3 if there is a : character in the buffer.
:
For example,
class A def method1 end end
works fine, but if I change it to:
class A : Object def method1 end end
rsense ceases to complete anything. This is completely hindering my use of rsense.
Rsense wont work on emacs 24.3 if there is a
:
character in the buffer.For example,
works fine, but if I change it to:
rsense ceases to complete anything. This is completely hindering my use of rsense.