flow/src
CJ van den Berg 331538de36
fix: detection of case in find mode should use case folding
It was using is_lowercase, which only returns true for lowercase
alpha characters and not other caseless symbols line numeric digits.

Now we check that case_fold is a no-op instead. This has semantics
that better match user expectations as case folding is also used in
the actual search.

closes #460
2026-01-21 10:13:58 +01:00
..
buffer refactor: add Buffer.last_view field 2026-01-14 20:15:59 +01:00
keybind refactor: add file_browser alternate select mode 2026-01-14 21:39:28 +01:00
renderer fix: windows build 2026-01-21 09:39:41 +01:00
tui fix: detection of case in find mode should use case folding 2026-01-21 10:13:58 +01:00
win32
bin_path.zig
color.zig
command.zig refactor: add command.fmtbuf 2026-01-20 16:13:40 +01:00
completion.zig
config.zig feat: add option to align inline diagnostics to the left 2026-01-15 12:06:48 +01:00
diff.zig
diffz.zig fix: gutters should only accept diff updates for their attached editor 2026-01-13 20:36:11 +01:00
dizzy.zig
EventHandler.zig
file_link.zig
file_type_config.zig
file_type_lsp.zig
git.zig
gui_config.zig
list_languages.zig
location_history.zig
log.zig
LSP.zig
lsp_config.zig
lsp_types.zig
main.zig refactor: document available idle actions in config file 2026-01-14 13:58:53 +01:00
Project.zig fix: always run highlight references if configured 2026-01-15 23:16:25 +01:00
project_manager.zig
ripgrep.zig
service_template.zig
shell.zig
snippet.zig
soft_root.zig
text_manip.zig
tracy_noop.zig
VcsStatus.zig
walk_tree.zig