Merge branch 'tests-and-misc-updates'
Clearer description of the local filter in docs
Workaround sanitizers breaking a Lua test
Fix new failures on Wine 10.0
Update .valgrind.supp for glibc on Debian 13
Update utf8proc to v2.11.2
Test bad editor call on 'extprompt'
Merge branch 'add-extprompt-option'
Change 'extpromptpath' to 'extprompt'
Extract tests/misc/options_fillchars.c
Correct style and formatting for previous commit
Add extpromptpath option (use external editor for path/filename edits)
Merge branch 'fast-content-type-fallback'
Rename int/file_magic.c:get_{gtk=>glib}_mimetype()
Remove inappropriate commas from the ChangeLog
Update documentation about improving GLib code
Regenerate autoconf files (bumps them to v1.18.1)
Fallback to fast content type in glib mime type detection
Merge branch 'small-fixes'
Use :bwipeout instead of :bdelete in vifm.vim
Fix buffer cleanup in vifm.vim
Download ncurses for AppImage build using HTTPS
Add angle brackets around URLs in README.md
Fix vifm-pause and others not exposed to AppImage
Use `vi` as a last resort in sample vifmrcs
Fix a memory leak in filetype.c:ft_assoc_exists()
Fix UBs in filetype.c:make_pivot_{first,last}()
Merge branch 'switching-viewers'
Fix a typo in completion of `:compare ofone`
Test ft_assoc_exists() more thoroughly
Test for when :view cannot activate quickview
Add `:view next|prev` to switch previewers
Add P view mode key to persist current viewer
Fix OS X CI
Smarter configuration in scripts/uncov-coverage
Merge branch 'fixes-and-updates'
Extract src/modes/view.c:get_viewer_index()
Error on trying to use raw mode in %q view
Fix a small memory leak on `:map no-matching-keys`
Refer to %q macro with a tag in vifm-app.txt
Fix ruler size not being updated on menu switches
Test suggestion of marks
Allow descriptions for commands of :fileviewer
Update 3 more places to say "items"
Link to Q&A site in the documentation
Fix weird delays in FUSE when running an AppImage
Introduce test-utils:append_view_entry() function
Merge branch 'misc-improvements'
Correct unusual formatting in vifm-media-osx
Update vifm-media-osx script for OS X versions
Improve wording for some items in the docs
Add `:messages clear` to clear message history
Introduce and use utils/str:psuffix(int count)
Use more generic "items" instead of "files"
Fix 3 typos in the documentation
Rework --help text to be more compact and readable
Merge branch 'choose-one-item'
Don't print newline on cancelling --choose-dir
Better wording for confirming exit with bg jobs
Add -1 command-line param to choose at most 1 item
Merge branch 'filetypes-cleanup'
Test and correct ft_assoc_exists()
Simplify tests/misc/running.c
Use assoc_{programs,viewers}() in all test suites
Add assoc_{programs,viewers}() to test-utils
Keep file matchers grouped together
Deduplicate associations differently
Make filetype.c:add_assoc() free assoc on error
Inline filetype.c:register_assoc()
Inline filetype.c:assoc_programs()
Inline filetype.c:assoc_viewers()
Merge branch 'key-escape-sequences'
Add missing `static` keyword in engine/parsing.c
Test unterminated escape like "bla\
Add \<key> sequences to "strings" in expressions
Fix escaping characters with codes > 127
Add comments for escape tables describing content
Fix a comment in engine/parsing.c
Merge branch 'upgrade-lua-to-5.4.8'
Upgrade Lua from 5.4.7 to 5.4.8.
Merge branch 'fix-norm-and-trailing-ws'
Fix :normal running cmds with trailing whitespace
Fix comments of 2 engine/cmds.h:cmd_info_t fields
Test that :normal exits command-line
Extract tests/commands/normal.c
Merge branch 'key-help'
Add <help> :*map argument for help messages
Support description of user keys in engine/keys
Make engine/keys copy description of foreign keys
Cleaner deletion of key chunks
Exclude more 3rd party files in uncov-coverage
Test suggestions of keys in the event loop
Introduce set_user_key() to tests/keys suite
Use {...} for descriptions in :file{,type,xtype}
Merge branch 'improve-readme.md'
Link to other screenshots on the web-site
Link to posts about groking Vim in README.md
Update top of README.md
Describe use of AppImage in README.md
Add installation commands to README.md