Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 23 Aug 2024 18:31:29 +0000
From:      bugzilla-noreply@freebsd.org
To:        ports-bugs@FreeBSD.org
Subject:   [Bug 281010] sysutils/vimpager broken with vim=>9.1.0652
Message-ID:  <bug-281010-7788-TzVLyKTc5R@https.bugs.freebsd.org/bugzilla/>
In-Reply-To: <bug-281010-7788@https.bugs.freebsd.org/bugzilla/>
References:  <bug-281010-7788@https.bugs.freebsd.org/bugzilla/>

next in thread | previous in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D281010

--- 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=3D'2.06 (configured, shell=3D/bin/sh)'
+ runtime=3D/usr/local/share/vimpager
+ [ -n '' ]
+ command -v vim.basic
+ command -v vim
+ vim=3Dvim
+ tab_stop=3D8
+ [ 1 -eq 0 -a -t 0 ]
+ tmp_dir=3D/tmp
+ mkdir_options=3D'-m 700'
+ uname -s
+ tmp_dir=3D/tmp/vimcat_73629
+ mkdir -m 700 /tmp/vimcat_73629
+ trap 'quit 1' PIPE HUP INT QUIT ILL TRAP KILL BUS TERM
+ tmp_file_in=3D/tmp/vimcat_73629/vimcat_in.txt
+ out_fifo=3D/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=3D''
+ [ 1 -eq 0 ]
+ [ -n '' -a 1 -gt 1 ]
+ read_vim_settings
+ i=3D1
+ OLDIFS=3D$' \t
'
+ IFS=3D'
'
+ IFS=3D$' \t
'
+ vim -NEnR -i NONE '+
        let g:tab_stop =3D 8
        if ! &et
            let g:tab_stop =3D &ts
        endif
        call writefile([""] + map([g:tab_stop], "\"VAL:\".v:val"),
"/dev/stderr")
        quit
    '

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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-281010-7788-TzVLyKTc5R>