mtth / locate.vim

Vim's missing search
28 stars 3 forks source link

Error when searching #1

Closed rgrinberg closed 10 years ago

rgrinberg commented 10 years ago

Just doing a :L foo gives me:

E121: Undefined variable: g:locate_smart_case
E15: Invalid expression: g:locate_smart_case && match(pattern, '\C[A-Z]') >=# 0
mtth commented 10 years ago

Fixed in ae83d2e19bbe504ffa0db766eca1cdc058dc8529. Thanks for opening the issue!

rgrinberg commented 10 years ago

Works. Thanks!