m2ym / rsense

225 stars 11 forks source link

Rsense wont work if there is a colon in the buffer #12

Closed rranelli closed 9 years ago

rranelli commented 10 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.