On Thu, Dec 12, 2019 at 7:38 PM Christian J. Robinson <[email protected]> wrote: > > On Thu, 12 Dec 2019, Christian J. Robinson wrote: > > > :echo v:version > > 801 > > > > This happens in my manually compiled version and in the Windows > > executable I got from vim.org. > > Correction, this does NOT happen with the version I got from vim.org, > and I resolved the issue with my local compile by doing a full > reconfig and recompile. > > Sorry for the noise. > > - Christian
FWIW, after updating my repository clone, I did an incremental compile (just "make" followed by "make install") and I got what I expected for a Vim 8.2 with no patches yet: • make did not decide to run configure, and only the following sources were recompiled (for a Big build with GTK2 GUI); all others were taken unchanged from the *.o objects found into the objects/ subdirectory after compiling Vim 8.1.2424: - buffer.c - evalfunc.c - evalvars.c - ex_cmds.c - ex_cmds2.c - hardcopy.c - if_xcmdsrv.c - misc1.c - auto/pathdef.c (recreated) - viminfo.c - netbeans.c - version.c • the :intro screen says "version 8.2" • the :version screen says "Vim - Vi Improved 8.2" (etc.) • v:version is 802 • the runtime files have been installed into a freshly created $VIMRUNTIME named /usr/local/share/vim/vim82/ Best regards, Tony. -- -- 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 [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/vim_dev/CAJkCKXs1xJG8dDB-uEQpPGz60Aqopz_YBo%2Br9JuAOqgHX2LRGw%40mail.gmail.com.
