[Bug 281010] sysutils/vimpager broken with vim=>9.1.0652

From: <bugzilla-noreply_at_freebsd.org>
Date: Fri, 23 Aug 2024 18:31:29 UTC
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=281010

--- Comment #2 from Anton Saietskii <vsasjason@gmail.com> ---
(In reply to Zsolt Udvari from comment #1)

Here's what 'set -x' shows:

$ vimcat .history
+ [ -n '' ]
+ version='2.06 (configured, shell=/bin/sh)'
+ runtime=/usr/local/share/vimpager
+ [ -n '' ]
+ command -v vim.basic
+ command -v vim
+ vim=vim
+ tab_stop=8
+ [ 1 -eq 0 -a -t 0 ]
+ tmp_dir=/tmp
+ mkdir_options='-m 700'
+ uname -s
+ tmp_dir=/tmp/vimcat_73629
+ mkdir -m 700 /tmp/vimcat_73629
+ trap 'quit 1' PIPE HUP INT QUIT ILL TRAP KILL BUS TERM
+ tmp_file_in=/tmp/vimcat_73629/vimcat_in.txt
+ out_fifo=/tmp/vimcat_73629/vimcat_out.fifo
+ mkfifo /tmp/vimcat_73629/vimcat_out.fifo
+ [ 1 -gt 0 ]
+ break
+ [ -d .history ]
+ [ -z '' ]
+ [ ! -t 1 ]
+ [ -z '' ]
+ [ -f /home/jason/.vimcatrc ]
+ vimcatrc=''
+ [ 1 -eq 0 ]
+ [ -n '' -a 1 -gt 1 ]
+ read_vim_settings
+ i=1
+ OLDIFS=$' \t
'
+ IFS='
'
+ IFS=$' \t
'
+ vim -NEnR -i NONE '+
        let g:tab_stop = 8
        if ! &et
            let g:tab_stop = &ts
        endif
        call writefile([""] + map([g:tab_stop], "\"VAL:\".v:val"),
"/dev/stderr")
        quit
    '

-- 
You are receiving this mail because:
You are the assignee for the bug.