Pattern Auto-Completion. More...
#include "config.h"#include <stddef.h>#include "mutt/lib.h"#include "core/lib.h"#include "gui/lib.h"#include "lib.h"#include "complete/lib.h"#include "editor/lib.h"
Include dependency graph for complete.c:Go to the source code of this file.
Functions | |
| static enum FunctionRetval | complete_pattern (struct EnterWindowData *wdata, int op) |
| Complete a NeoMutt Pattern - Implements CompleteOps::complete() -. | |
Variables | |
| const struct CompleteOps | CompletePatternOps |
| Auto-Completion of Patterns. | |
Pattern Auto-Completion.
This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.
You should have received a copy of the GNU General Public License along with this program. If not, see http://www.gnu.org/licenses/.
Definition in file complete.c.
| const struct CompleteOps CompletePatternOps |
Auto-Completion of Patterns.
Definition at line 82 of file complete.c.