exvim / main

This is the main repository for exVim!
exvim.github.io
MIT License
739 stars 169 forks source link

Global search does not work for unknown language or text file #109

Closed jimmysitu closed 8 years ago

jimmysitu commented 8 years ago

Hi, All

I found the Global search works fine in C/C++, but not work in custom define language or just text files Any idea make it work? Thanks.

jwu commented 8 years ago

You should manually add your text file suffix in the file_filter in your .exvim entry file.

For example, if you want to support txt, you should:

file_filter += txt