From 4aae314e67116f73fdbf309d23f15ab8dcf1156c Mon Sep 17 00:00:00 2001 From: mitchell <70453897+667e-11@users.noreply.github.com> Date: Sat, 8 Aug 2020 22:14:47 -0400 Subject: Use comma-separated patterns in find & replace pane's "Filter" field. --- doc/manual.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'doc') diff --git a/doc/manual.md b/doc/manual.md index 3276c76d..3992c07d 100644 --- a/doc/manual.md +++ b/doc/manual.md @@ -763,7 +763,7 @@ result jumps to it in the file, as do the the `Ctrl+Alt+G` and `Ctrl+Alt+Shift+G` (`^⌘G` and `^⌘⇧G` | none) key bindings for cycling through results. -A filter consists of a semicolon-separated list of [Lua patterns](#Lua.Patterns) +A filter consists of a comma-separated list of [Lua patterns](#Lua.Patterns) that match filenames and directories to include or exclude. Patterns are inclusive by default. Exclusive patterns begin with a '!'. If no inclusive patterns are given, any filename is initially considered. As a convenience, -- cgit v1.2.3