./configure
--prefix=$HOME/.local/stow/vim9
--enable-luainterp=yes
--enable-mzschemeinterp
--enable-perlinterp=yes
--enable-pythoninterp=yes
--enable-python3interp=yes
--enable-pythoninterp=yes
--enable-tclinterp=yes
--enable-rubyinterp=yes
--enable-cscope
--enable-multibyte
--enable-fontset
--enable-gui=auto
make -j6
make install
run install vim with --version option or enter ex mode and run :version
I did a git clone of the current master branch and compiled. The configure script and version.h clearly have 9 mentioned in the code and yet the toplevel out of the message mentions 8.2. Perhap I misunderstanding something :-)
VIM - Vi IMproved 8.2 (2019 Dec 12, compiled Dec 05 2023 17:58:57) Included patches: 1-579, 1969, 580-1848, 4975, 5016, 5023, 5072, 2068, 1849-1854, 1857, 1855-1857, 1331, 1858, 1858-1859, 1873, 1860-1969, 1992, 1970-1992, 2010, 1993-2068, 2106, 2069-2106, 2108, 2107-2109, 2109-3995, 4563, 46
lsb_release -a
No LSB modules are available.
Distributor ID: Ubuntu
Description: Ubuntu 22.04.3 LTS
Release: 22.04
Codename: jammy
$BASH_VERSION
5.1.16(1)-release: command not found
No response
—
Reply to this email directly, view it on GitHub.
You are receiving this because you are subscribed to this thread.![]()
Am 25.12.2023 um 19:06 schrieb Federer Fanatic <vim-dev...@256bit.org>:
--
--
You received this message from the "vim_dev" maillist.
Do not top-post! Type your reply below the text you are replying to.
For more information, visit http://www.vim.org/maillist.php
---
You received this message because you are subscribed to the Google Groups "vim_dev" group.
To unsubscribe from this group and stop receiving emails from it, send an email to vim_dev+u...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/vim_dev/vim/vim/issues/13770%40github.com.
I don't think you are running the Vim version you installed with make install. Maybe make install failed? Try sudo make install.
—
Reply to this email directly, view it on GitHub.
You are receiving this because you are subscribed to this thread.![]()
—
Reply to this email directly, view it on GitHub, or unsubscribe.
You are receiving this because you are subscribed to this thread.![]()
git branch doesn't show the current version of the master branch. It shows the name of all branches, and here it show that the current branch is master branch, and you have another branch named v9.0.2185.
—
Reply to this email directly, view it on GitHub.
You are receiving this because you are subscribed to this thread.![]()
What does git log show?
—
Reply to this email directly, view it on GitHub.
You are receiving this because you are subscribed to this thread.![]()
$HOME/.local/stow/vim9
Is that actually in your path? Please show:
echo $PATH
type vim
which vim
Then from within Vim, please also show:
echo v:progpath
And finally, please show the full :version output
—
Reply to this email directly, view it on GitHub.
You are receiving this because you are subscribed to this thread.![]()
Forget this. There is no problem. I removed the download and did a clone from scratch. It now gives correct version.
—
Reply to this email directly, view it on GitHub.
You are receiving this because you are subscribed to this thread.![]()
Forget this. ...
Closing this might be the best way.
—
Reply to this email directly, view it on GitHub.
You are receiving this because you are subscribed to this thread.![]()
Closed #13770 as not planned.
—
Reply to this email directly, view it on GitHub.
You are receiving this because you are subscribed to this thread.![]()