head 1.1; access; symbols pkgsrc-2026Q2:1.1.0.4 pkgsrc-2026Q2-base:1.1 pkgsrc-2026Q1:1.1.0.2 pkgsrc-2026Q1-base:1.1; locks; strict; comment @# @; 1.1 date 2026.01.01.19.41.35; author wiz; state Exp; branches; next ; commitid GzgBVnx7h1Cb4JoG; desc @@ 1.1 log @vifm: update to 0.14.3. Vifm v0.14.3 ------------ Thanks for the bug reports. The 'trashdir' saga continues, sorry for the inconveniences. Documentation: - Improved documentation on the use of registers. Thanks to aleksejrs. Menus and dialogs: - Say "primary" instead of "default" in the title of :colorscheme menu. Other changes: - Provided more details on file handlers and viewers in sample vifmrc files. Fixes: - Fixed picking trash directory when rooted trash is included in 'trashdir' and root is writable. Regression in v0.14.2 (unfortunately, testing this automatically is problematic). - Fixed unlimited growth of directory histories when 'history' is set to its default value or not set at all in vifmrc. Thanks to zoj613. - Fixed abort due to assertion on displaying a statusbar message with a newline when 'shortmess' includes "T". Thanks to agguser. (skipped >1500 more lines describing changes for versions back to 0.12) @ text @$NetBSD$ Fix unportable test(1) operator. --- configure.orig 2026-01-01 19:32:23.268668736 +0000 +++ configure @@@@ -8689,7 +8689,7 @@@@ fi -if test "x${PERL_PROG}${VIM_PROG}" == 'x'; then +if test "x${PERL_PROG}${VIM_PROG}" = 'x'; then as_fn_error $? "Either perl or Vim is necessary to generate tags for documentation in Vim's format." "$LINENO" 5 fi @