-
Notifications
You must be signed in to change notification settings - Fork 243
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
The console version of Vim says it's GUI-enabled. #353
Comments
It is intentional and I'm not going to change this (as of now). Now gvim.exe and vim.exe use the same core library (similar to Unix).
The message is the same with |
Interestingly, if you rename |
well, that sad. On linux, I can run
At the same time |
Well, I see. All right!
Yes, there is such a thing, although the |
Ah, yes. It is a bit confusing. There is an experimental implementation of |
|
Oh! Thanks for the tip. I'll uncomment and test it. |
Steps to reproduce
@k-takata , thanks for enabling support for VIMDLL functionality in the Vim editor.
It's not critical, but if you have a possibility, please see if you can somehow make the console version of Vim show that it's the console version and not the GUI version.
My understanding is that it's somewhere around here:
https://github.com/vim/vim/blob/f4572cee35a6c224985e71116e676ab711c09af3/src/version.c#L2306C1-L2324C7
Expected behaviour
Appropriate program type: with GUI and without GUI.
Version of Vim
VIM 9.1.626
Environment
WinNT 6.1
The text was updated successfully, but these errors were encountered: