[Github-comments] [geany/geany] Find in Files not search two russian words separated by space (#1366)

elextr notifications at xxxxx
Sat Jan 14 09:57:10 UTC 2017


```
C:\Program Files (x86)\Geany\bin>echo Without name > "c:\666\example2.txt"

C:\Program Files (x86)\Geany\bin>grep -nHIiFR Without name C:\666
/Geany/bin/grep: name: No such file or directory
C:\666/777/example.txt:4:Without name
C:\666/example2.txt:1:Without name
```

This one is not finding `Without name`, its just finding `Without` see the first message, `name` was treated as a file to search in.

The second looks more correct.


-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/geany/geany/issues/1366#issuecomment-272614174
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.geany.org/pipermail/github-comments/attachments/20170114/9fe45f44/attachment.html>


More information about the Github-comments mailing list