Mercurial > vim
annotate src/GvimExt/gvimext.rc @ 18677:953e83e09e78 v8.1.2330
patch 8.1.2330: vi' does not always work when 'selection' is exclusive
Commit: https://github.com/vim/vim/commit/94d9f4fa65bce6f116cf89bfdabdf5a06509056f
Author: Bram Moolenaar <Bram@vim.org>
Date: Thu Nov 21 20:55:26 2019 +0100
patch 8.1.2330: vi' does not always work when 'selection' is exclusive
Problem: vi' does not always work when 'selection' is exclusive.
Solution: Adjust start position.
author | Bram Moolenaar <Bram@vim.org> |
---|---|
date | Thu, 21 Nov 2019 21:00:04 +0100 |
parents | 7e733046db1d |
children |
rev | line source |
---|---|
10 | 1 //Microsoft Developer Studio generated resource script. |
2 // | |
3 #include "resource.h" | |
4 | |
5 #define APSTUDIO_READONLY_SYMBOLS | |
6 ///////////////////////////////////////////////////////////////////////////// | |
7 // | |
8 // Generated from the TEXTINCLUDE 2 resource. | |
9 // | |
16606
7e733046db1d
patch 8.1.1306: Borland support is outdated and doesn't work
Bram Moolenaar <Bram@vim.org>
parents:
714
diff
changeset
|
10 #include "winresrc.h" |
10 | 11 |
12 ///////////////////////////////////////////////////////////////////////////// | |
13 #undef APSTUDIO_READONLY_SYMBOLS | |
14 | |
15 ///////////////////////////////////////////////////////////////////////////// | |
16 // English (U.S.) resources | |
17 | |
18 #if !defined(AFX_RESOURCE_DLL) || defined(AFX_TARG_ENU) | |
19 #ifdef _WIN32 | |
20 LANGUAGE LANG_ENGLISH, SUBLANG_ENGLISH_US | |
21 #pragma code_page(1252) | |
22 #endif //_WIN32 | |
23 | |
24 #ifndef _MAC | |
25 ///////////////////////////////////////////////////////////////////////////// | |
26 // | |
27 // Version | |
28 // | |
29 | |
30 VS_VERSION_INFO VERSIONINFO | |
31 FILEVERSION 1,0,0,1 | |
32 PRODUCTVERSION 1,0,0,1 | |
33 FILEFLAGSMASK 0x3fL | |
34 #ifdef _DEBUG | |
35 FILEFLAGS 0x3L | |
36 #else | |
37 FILEFLAGS 0x2L | |
38 #endif | |
39 FILEOS 0x4L | |
40 FILETYPE 0x2L | |
41 FILESUBTYPE 0x0L | |
42 BEGIN | |
43 BLOCK "StringFileInfo" | |
44 BEGIN | |
45 BLOCK "040904b0" | |
46 BEGIN | |
47 VALUE "Comments", "Developed using COM architecture!\0" | |
48 VALUE "CompanyName", "Tianmiao Hu's Developer Studio\0" | |
49 VALUE "FileDescription", "A small project for the context menu of gvim!\0" | |
50 VALUE "FileVersion", "1, 0, 0, 1\0" | |
51 VALUE "InternalName", "gvim right-click menu extension\0" | |
52 VALUE "LegalCopyright", "Copyright © 1999 Tianmiao Hu\0" | |
53 VALUE "LegalTrademarks", "Tianmiao Hu's Gvim Context Menu Extension\0" | |
54 VALUE "OriginalFilename", "gvimext.dll\0" | |
55 VALUE "PrivateBuild", "\0" | |
56 VALUE "ProductName", "Tianmiao Hu's gvimext context menu extension\0" | |
57 VALUE "ProductVersion", "1, 0, 0, 1\0" | |
58 VALUE "SpecialBuild", "\0" | |
59 END | |
60 END | |
61 BLOCK "VarFileInfo" | |
62 BEGIN | |
63 VALUE "Translation", 0x409, 1200 | |
64 END | |
65 END | |
66 | |
67 #endif // !_MAC | |
68 | |
69 | |
70 #ifdef APSTUDIO_INVOKED | |
71 ///////////////////////////////////////////////////////////////////////////// | |
72 // | |
73 // TEXTINCLUDE | |
74 // | |
75 | |
76 1 TEXTINCLUDE DISCARDABLE | |
77 BEGIN | |
78 "resource.h\0" | |
79 END | |
80 | |
81 2 TEXTINCLUDE DISCARDABLE | |
82 BEGIN | |
83 "#include ""afxres.h""\r\n" | |
84 "\0" | |
85 END | |
86 | |
87 3 TEXTINCLUDE DISCARDABLE | |
88 BEGIN | |
89 "\r\n" | |
90 "\0" | |
91 END | |
92 | |
93 #endif // APSTUDIO_INVOKED | |
94 | |
95 #endif // English (U.S.) resources | |
96 ///////////////////////////////////////////////////////////////////////////// | |
97 | |
98 | |
99 | |
100 #ifndef APSTUDIO_INVOKED | |
101 ///////////////////////////////////////////////////////////////////////////// | |
102 // | |
103 // Generated from the TEXTINCLUDE 3 resource. | |
104 // | |
105 | |
106 | |
107 ///////////////////////////////////////////////////////////////////////////// | |
108 #endif // not APSTUDIO_INVOKED | |
109 |