~ubuntu-branches/ubuntu/vivid/vim/vivid

« back to all changes in this revision

Viewing changes to src/gvim.exe.mnf

  • Committer: Bazaar Package Importer
  • Author(s): Soren Hansen
  • Date: 2008-11-05 11:37:43 UTC
  • mfrom: (1.1.6 upstream)
  • Revision ID: james.westby@ubuntu.com-20081105113743-9i4urcsm3n44mhqe
Tags: 2:7.2.025-2ubuntu1
* Merge from debian unstable, remaining changes:
  - runtime/syntax/debcontrol.vim:
    + Add "metapackages" to the list of valid sections.
  - runtime/syntax/debchangelog.vim:
    + Add "jaunty" to the list of valid suites.
  - Drop vim-lesstif package and lesstif2-dev build-dependency.
  - Enable Python interpreter on basic builds.
  - Create a .pot file for translations.
  - Disable autoindent, line-wrapping, and backup files by default.
  - runtime/syntax/debsources.vim:
    + Add "jaunty" to debsourcesDistrKeyword
  - runtime/syntax/grub.vim:
    + Add Ubuntu-specific 'quiet' keyword.

Show diffs side-by-side

added added

removed removed

Lines of Context:
2
2
<assembly xmlns="urn:schemas-microsoft-com:asm.v1" manifestVersion="1.0">
3
3
  <assemblyIdentity
4
4
    processorArchitecture="*"
5
 
    version="7.1.0.0"
 
5
    version="7.2.0.0"
6
6
    type="win32"
7
7
    name="Vim"
8
8
  />
19
19
      />
20
20
    </dependentAssembly>
21
21
  </dependency>
 
22
  <!-- Vista security requirements -->
 
23
  <trustInfo xmlns="urn:schemas-microsoft-com:asm.v3">
 
24
    <security>
 
25
      <requestedPrivileges>
 
26
        <requestedExecutionLevel
 
27
          level="asInvoker"
 
28
          uiAccess="false"/>
 
29
      </requestedPrivileges>
 
30
    </security>
 
31
  </trustInfo>
22
32
</assembly>