Mercurial > vim
view src/gvim.exe.mnf @ 10070:09c7df6f8dd3 v7.4.2306
commit https://github.com/vim/vim/commit/da9ce2cde11ddd0e16cdfbab6d4ac4e8110218e1
Author: Bram Moolenaar <Bram@vim.org>
Date: Fri Sep 2 19:34:10 2016 +0200
patch 7.4.2306
Problem: Default value for 'langremap' is wrong.
Solution: Set the right value. (J?rgen Kr?mer) Add a test.
author | Christian Brabandt <cb@256bit.org> |
---|---|
date | Fri, 02 Sep 2016 19:45:08 +0200 |
parents | 6ec6b7ff2d43 |
children | 9f48eab77d62 |
line wrap: on
line source
<?xml version="1.0" encoding="UTF-8" standalone="yes"?> <assembly xmlns="urn:schemas-microsoft-com:asm.v1" manifestVersion="1.0" xmlns:asmv3="urn:schemas-microsoft-com:asm.v3" > <assemblyIdentity processorArchitecture="*" version="7.4.0.0" type="win32" name="Vim" /> <description>Vi Improved - A Text Editor</description> <dependency> <dependentAssembly> <assemblyIdentity type="win32" name="Microsoft.Windows.Common-Controls" version="6.0.0.0" publicKeyToken="6595b64144ccf1df" language="*" processorArchitecture="*" /> </dependentAssembly> </dependency> <!-- Vista security requirements --> <trustInfo xmlns="urn:schemas-microsoft-com:asm.v3"> <security> <requestedPrivileges> <requestedExecutionLevel level="asInvoker" uiAccess="false"/> </requestedPrivileges> </security> </trustInfo> <!-- Vista High DPI aware --> <asmv3:application> <asmv3:windowsSettings xmlns="http://schemas.microsoft.com/SMI/2005/WindowsSettings"> <dpiAware>true</dpiAware> </asmv3:windowsSettings> </asmv3:application> </assembly>