annotate src/GvimExt/resource.h @ 28614:9ae2c32841fb
v8.2.4831
patch 8.2.4831: crash when using maparg() and unmapping simplified keys
Commit: https://github.com/vim/vim/commit/2c8a7ebdad9da017bfb6dc8a0f46acea77ec2e17
Author: zeertzjq <zeertzjq@outlook.com>
Date: Tue Apr 26 21:36:21 2022 +0100
patch 8.2.4831: crash when using maparg() and unmapping simplified keys
Problem: Crash when using maparg() and unmapping simplified keys.
Solution: Do not keep a mapblock pointer. (closes https://github.com/vim/vim/issues/10294)
author |
Bram Moolenaar <Bram@vim.org> |
date |
Tue, 26 Apr 2022 22:45: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
|