Hi, 2019/12/13 Fri 3:38:41 UTC+9 Heptite 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. >
I remember that you reported the same issue when Vim 8.1 was released. Looking at the Windows makefiles, I found that some dependencies to version.h are missing. So this can happen when MSVC or MinGW is used. I will prepare a patch when I have a time. Regards, Ken Takata -- -- 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/6952abc4-db0b-4e8a-ae1b-915bcdd1413f%40googlegroups.com.
