-
Updated
Sep 30, 2020 - C
ag
Here are 60 public repositories matching this topic...
-
Updated
Sep 20, 2020 - Emacs Lisp
-
Updated
Jul 15, 2019 - C
-
Updated
Jun 9, 2020 - Python
-
Updated
Aug 29, 2020 - C++
-
Updated
Oct 9, 2020 - C#
-
Updated
Jul 19, 2020 - JavaScript
-
Updated
Jan 14, 2019 - Emacs Lisp
-
Updated
Jun 15, 2020 - Java
-
Updated
Sep 5, 2020 - TypeScript
-
Updated
Aug 27, 2020 - JavaScript
-
Updated
Sep 9, 2020 - TypeScript
-
Updated
Aug 28, 2019 - Vim script
-
Updated
Oct 10, 2020 - Python
Improve this page
Add a description, image, and links to the ag topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the ag topic, visit your repo's landing page and select "manage topics."


Current fuzzy search is implemented by the following function,
searcher--form-fuzzy-regex.https://github.com/jcs-elpa/searcher/blob/e4e6666dcf812ed3c21c96b8c1ae83c48cad4a11/searcher.el#L132
The issue is that if the user was trying to search over
space,tab,newline (\n),\r,\f; the search cannot be processed due to the current fuzzy regular expression.