sgur

Results 7 comments of sgur

"Unsupported property: ... " messages seems useless for me, too. So I changed the behavior not to display those messages first. 32f1fb16fcbe4f2c27daa0af2b72a9902f94896a And your suggested properties such as `spaces_around_backets`, `spaces_around_operators`,...

Oh, I forgot the issue. Of course, there are no problem for me.

Thank you for your reporting. I created an issue #31

Thank you for reporting. I created #33.

I fixed #31 and #33. I would appreciate that you reported such issues becase this plugin was created for my convenience so I wasn't concerned about security issues.

I'm sorry for late reply. I had never heard it and I tried it. It seems indexed code search tool and the behavior is similar to grep or ctags. (Everything...

Hi, This issue is caused by the output encodings between vim and the output of everything process as you supposed. Output encoding is converted at [autoload/unite/sources/everything.vim#L134](https://github.com/sgur/unite-everything/blob/master/autoload/unite/sources/everything.vim#L134) and [autoload/unite/sources/everything.vim#L148](https://github.com/sgur/unite-everything/blob/master/autoload/unite/sources/everything.vim#L148) but it...