a b c d e f g h i j k l m n o p q r s t u v w x y z

diff from 255424 and 267980

Description: quick access to project files in Emacs
 This program provides a couple methods for quickly finding any file
 in a given project. It depends on GNU Find.
 .
 By default, it will automatically search files in a directory managed
 by git/subversion/mercurial. But you can easily switch to other types
 of projects.
 .
 Features:
 .
   * Fast! Tested with projects that have 50,000+ files
   * You can tweak find's behaviour using ffip-find-options
   * Smart. For keyword “helloWorld”, “HelloWorld.html”,
     “hello-world.css”, and “HelloWorld.js” are searched
Description: quick access to project files in Emacs
 This program provides a couple methods for quickly finding any file
 in a given project. It depends on GNU Find, but can also use fd-find.
 Find-file-in-project prefers Ivy but will also work with Ido Mode.
 .
 By default, it will automatically search for files in a local copy of
 a Git, Subversion, or Mercurial repository.  Files in remote repositories
 are searcheable using TRAMP.
 .
 Features:
 .
   * Fast! Tested with projects that have 50,000+ files
   * You can tweak find's behaviour using ffip-find-options
   * Smart. For keyword “helloWorld”, “HelloWorld.html”,
     “hello-world.css”, and “HelloWorld.js” are searched
--- 255424	Thu Jan  1 00:00:00 1970
+++ 267980	Thu Jan  1 00:00:00 1970
@@ -1,10 +1,11 @@
 quick access to project files in Emacs
  This program provides a couple methods for quickly finding any file
- in a given project. It depends on GNU Find.
+ in a given project. It depends on GNU Find, but can also use fd-find.
+ Find-file-in-project prefers Ivy but will also work with Ido Mode.
  .
- By default, it will automatically search files in a directory managed
- by git/subversion/mercurial. But you can easily switch to other types
- of projects.
+ By default, it will automatically search for files in a local copy of
+ a Git, Subversion, or Mercurial repository.  Files in remote repositories
+ are searcheable using TRAMP.
  .
  Features:
  .