On 29/01/2025 16:02, Takashi Yano via Cygwin wrote:
Hi Achim,

On Wed, 29 Jan 2025 13:30:16 +0100
ASSI wrote:
Marco Atzeri via Cygwin writes:
It works fine from my side and there were no patch on filetypes.vim so
it is vanilla based.

Hmmm… it actually works when I explicitly start vim, but I get the error
when I start vi.  I have another system where it's OK, so let me do a
re-install of all related packages and see what happens.  Maybe there
was some hiccup during the last update that I didn't catch.

I also encountered the same issue, however, the issue is not
reproducible now. Probably, removing ~/.viminfo affects somehow?
However, I think /usr/bin/vi does not read .viminfo, does it?

Hi Takashi,

It is not an issue of .viminfo. I removed it and
/usr/bin/vi reports anyway the issue as Achim wrote

$ /usr/bin/vi doc/aforisimi.txt
Error detected while processing /usr/share/vim/vim91/filetype.vim:
line   11:
E319: Sorry, the command is not available in this version: let did_load_filetypes = 1
line   14:
...
E319: Sorry, the command is not available in this version: var s = expand("<amatch>")
line   44:
E319: Sorry, the command is not available in this version: enddef
Press ENTER or type command to continue


vim is built with
                --with-features=huge \
                --with-tlib=ncursesw \
                --enable-cscope \
                --enable-multibyte \
                --enable-luainterp=dynamic \
                --enable-perlinterp=dynamic \
                --enable-pythoninterp=dynamic \
                --enable-python3interp=dynamic \
                --enable-rubyinterp=dynamic \
                --disable-tclinterp \
                --disable-gpm --disable-sysmouse \
                --disable-canberra \
                --disable-gui --without-x \

vi is built with
                --with-features=small \
                --with-tlib=ncursesw \
                --enable-multibyte \
                --disable-luainterp \
                --disable-perlinterp \
                --disable-pythoninterp \
                --disable-python3interp \
                --disable-rubyinterp \
                --disable-tclinterp \
                --disable-gpm --disable-sysmouse \
                --disable-canberra \
                --disable-gui --without-x \




--
Problem reports:      https://cygwin.com/problems.html
FAQ:                  https://cygwin.com/faq/
Documentation:        https://cygwin.com/docs.html
Unsubscribe info:     https://cygwin.com/ml/#unsubscribe-simple

Reply via email to