Skip to content

Latest commit

 

History

History
33 lines (22 loc) · 1.39 KB

README.md

File metadata and controls

33 lines (22 loc) · 1.39 KB

vim-msi

License

A WIX project that packages vim into a Windows MSI

Releases

This repo checks vim-win32-installer daily for a new release and builds an MSI if required. Only the 10 most recent releases are retained.

ADDLOCAL Properties

  • Product (mandatory, the vim/gvim binaries and registry entries)
  • ShellIntegration
  • DesktopShortcuts
  • StartMenuShortcuts
  • DefaultVimrc

Public Properties

When installing the DefaultVimrc feature, you can optionally set the following public properties when not using the UI to adjust the feature:

MSI Property Range Default Description
VIMRC_BEHAVIOR compatible, original, default, enhanced enhanced Compatibility and enhancements
VIMRC_MAPPINGS default, windows windows Remap some ctrl keys for Windows behavior
VIMRC_MOUSE default, xterm, windows windows Right and left mouse button behavior

Notes

The DesktopShortcuts feature is disabled by default.