annotate src/GvimExt/resource.h @ 21901:1ebcce655dd3
v8.2.1500
patch 8.2.1500: Vim9: error when using address without a command
Commit: https://github.com/vim/vim/commit/5d72ce69c8783fd8f1a0355c00806c5084010eec
Author: Bram Moolenaar <Bram@vim.org>
Date: Thu Aug 20 23:04:06 2020 +0200
patch 8.2.1500: Vim9: error when using address without a command
Problem: Vim9: error when using address without a command.
Solution: Execute the range itself. (closes https://github.com/vim/vim/issues/6747)
author |
Bram Moolenaar <Bram@vim.org> |
date |
Thu, 20 Aug 2020 23:15:03 +0200 |
parents |
4e2284e71352 |
children |
|
rev |
line source |
10
|
1 //{{NO_DEPENDENCIES}}
|
|
2 // Microsoft Developer Studio generated include file.
|
|
3 // Used by gvimext.rc
|
|
4 //
|
|
5
|
|
6 // Next default values for new objects
|
|
7 //
|
|
8 #ifdef APSTUDIO_INVOKED
|
|
9 #ifndef APSTUDIO_READONLY_SYMBOLS
|
|
10 #define _APS_NEXT_RESOURCE_VALUE 101
|
|
11 #define _APS_NEXT_COMMAND_VALUE 40001
|
|
12 #define _APS_NEXT_CONTROL_VALUE 1000
|
|
13 #define _APS_NEXT_SYMED_VALUE 101
|
|
14 #endif
|
|
15 #endif
|