Skip to content
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

w32-xpm-support help problems #5846

Open
adah1972 opened this issue Mar 25, 2020 · 4 comments
Open

w32-xpm-support help problems #5846

adah1972 opened this issue Mar 25, 2020 · 4 comments

Comments

@adah1972
Copy link

@adah1972 adah1972 commented Mar 25, 2020

The help document currently states:

XPM support						*w32-xpm-support*

GVim can be build on MS-Windows with support for XPM files.  |+xpm_w32|
See the Make_mvc.mak file for instructions, search for XPM.

To try out if XPM support works do this: >
	:help
	:exe 'sign define vimxpm icon=' . $VIMRUNTIME . '\\vim16x16.xpm'
	:exe 'sign place 1 line=1 name=vimxpm file=' . expand('%:p')

There are two issues:

  1. By default Vim is installed to a directory with spaces, so we can’t just write $VIMRUNTIME. We need to replace it with escape($VIMRUNTIME, ' ').
  2. The file vim16x16.xpm does not seem to be included by the Vim Win32 installer.
@brammool
Copy link
Member

@brammool brammool commented Mar 25, 2020

@adah1972
Copy link
Author

@adah1972 adah1972 commented Mar 26, 2020

Thanks. It looks OK to me.

@k-takata
Copy link
Member

@k-takata k-takata commented Mar 26, 2020

Do we need to include the xpm files in Vim Win32 Installer?

@brammool
Copy link
Member

@brammool brammool commented Mar 26, 2020

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Linked pull requests

Successfully merging a pull request may close this issue.

None yet
3 participants
You can’t perform that action at this time.