Lines Matching full:search

21   the search begins at the position where the search command was invoked,
30 * Fix hang if a search using ^S modifier matches empty string (github #634).
34 * Fix bug when pasting a search pattern while --incsearch is active
37 * Fix bug in Windows build when autorepeating a search pattern (github #639).
126 * Fix two bugs using ^S search modifier (github #605).
180 * Add --no-search-header-lines and --no-search-header-columns options
183 * Add ctrl-L search modifier (github #367).
206 * Add message when search with ^W wraps (github #459).
225 space (--color, --quotes, --rscroll, --search-options
275 * Fix search modifier ^E after ^W.
277 * Fix bug using negated (^N) search (github #374).
314 * Add ^S search modifier (github #196).
320 * Add --no-search-headers option (github #44).
359 * Fix --ignore-case with ctrl-R (no regex) search (github #300).
361 * Fix bug doing repeat search after setting & filter (github #299).
363 * Fix bug doing repeat search before non-repeat search.
369 * Don't retain search options from a cancelled search (github #302).
389 * Add the --search-options option (github #213).
441 * Fix bug using multibyte UTF-8 char in search string
477 * Add ctrl-W search modifier for wrapping search.
497 * If search result is in a long line, scroll to ensure it is visible.
508 * Fix crash when using the @ search modifier.
586 * Status column shows search matches even if highlighting is disabled via -G.
588 * A second ESC-u command will clear search match markers in the status column.
633 * Make search highlights work correctly when changing caselessness with -i.
637 * Fix "nothing to search" error when top or bottom line on screen is empty.
641 * Fix incorrect display when entering double-width chars in search string.
665 (like a search pattern), without executing the command.
743 * Change search behavior such that when a search is given an explicit
744 pattern, the entire displayed screen is included in the search and
747 * Add -A option to change search behavior to the old way: only
811 * Status column now displays a search match, even if the matched
831 * Fix search bug when using -R and text contains ANSI color escape sequences.
872 * Make n command fetch previous pattern from history file on first search.
886 * Search can now find text which follows a null byte, if the PCRE
915 * Add history file to save search and shell command history between
918 * Improve behavior of history list for search and shell commands.
931 * Show search matches in the status column even if search highlights
954 * Fix possible buffer overflow in "global" tag search.
958 * Fix buffer overflow in reverse search.
994 Search highlighting works properly when used with -R.
1022 * Status column (enabled with -J) now shows search results.
1251 * Alternate modifiers for search commands: ^N is same as !,
1254 * New modifier for search commands: ^K means highlight the matches
1257 * New modifier for search commands: ^R means don't use regular
1258 expressions in the search.
1310 * Search pattern highlighting has been fixed. It now highlights
1314 * The -F flag (which suppress search highlighting) has been changed
1315 to -G. A new flag, -g, changes search highlighting to highlight
1316 only the string found by the last search command, instead of all
1317 strings which match the last search command.
1319 * New flag -I acts like -i, but ignores case even if the search
1334 when typing a search pattern.
1354 * By popular demand, text which matches the current search pattern
1371 repeated search.
1391 * When you enter text at the bottom of the screen (search string,
1438 * Search commands have been enhanced and reorganized:
1439 n Repeat search, same direction.
1440 N Repeat search, opposite direction.
1441 ESC-/ Search forward thru file boundaries
1442 ESC-? Search backward thru file boundaries
1443 ESC-n Repeat search thru file boundaries, same direction.
1444 ESC-N Repeat search thru file boundaries, opposite direction.
1445 Special character * causes search to search thru file boundaries.
1446 Special character @ causes search to begin at start/end of file list.
1486 * New command ESC-n repeats previous search, spanning files.
1488 * The N command has been changed to repeat the previous search
1492 * New command ESC-N repeats previous search in the reverse