index
:
delta/vim-git.git
chrisbra-patch-1
master
github.com: vim/vim.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
map.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
patch 9.0.1454: code indenting is confused by macros
v9.0.1454
ichizok
2023-04-15
1
-3
/
+3
*
patch 9.0.1442: mapset() does not restore non-script context
v9.0.1442
zeertzjq
2023-04-07
1
-3
/
+3
*
patch 9.0.1359: too many "else if" statements in handling options
v9.0.1359
Yegappan Lakshmanan
2023-02-27
1
-9
/
+8
*
patch 9.0.1330: handling new value of an option has a long "else if" chain
v9.0.1330
Yegappan Lakshmanan
2023-02-20
1
-4
/
+10
*
patch 9.0.1329: completion of map includes simplified ones
v9.0.1329
zeertzjq
2023-02-19
1
-2
/
+2
*
patch 9.0.1251: checking returned value of ga_grow() is inconsistent
v9.0.1251
Yegappan Lakshmanan
2023-01-27
1
-1
/
+1
*
patch 9.0.1196: code is indented more than necessary
v9.0.1196
Yegappan Lakshmanan
2023-01-14
1
-27
/
+28
*
patch 9.0.1065: a shell command switching screens may still have a problem
v9.0.1065
Bram Moolenaar
2022-12-16
1
-2
/
+2
*
patch 9.0.0954: cannot detect whether modifyOtherKeys is enabled
v9.0.0954
Bram Moolenaar
2022-11-26
1
-2
/
+22
*
patch 9.0.0930: cannot debug the Kitty keyboard protocol with TermDebug
v9.0.0930
Bram Moolenaar
2022-11-23
1
-2
/
+21
*
patch 9.0.0873: using freed memory when executing mapclear at more prompt
v9.0.0873
Bram Moolenaar
2022-11-13
1
-1
/
+35
*
patch 9.0.0794: there is no way to find out if modifyOtherKeys has been seen
v9.0.0794
Bram Moolenaar
2022-10-19
1
-41
/
+63
*
patch 9.0.0660: mapping with CTRL keys does not work in the GUI
v9.0.0660
zeertzjq
2022-10-04
1
-1
/
+5
*
patch 9.0.0657: too many #ifdefs
v9.0.0657
Martin Tournoij
2022-10-04
1
-3
/
+0
*
patch 9.0.0634: evaluating "expr" options has more overhead than needed
v9.0.0634
Bram Moolenaar
2022-10-01
1
-1
/
+1
*
patch 9.0.0449: there is no easy way to translate a key code into a string
v9.0.0449
zeertzjq
2022-09-12
1
-3
/
+3
*
patch 9.0.0341: mapset() does not restore <Nop> mapping properly
v9.0.0341
zeertzjq
2022-08-31
1
-1
/
+4
*
patch 9.0.0335: checks for Dictionary argument often give a vague error
v9.0.0335
Yegappan Lakshmanan
2022-08-30
1
-4
/
+1
*
patch 9.0.0127: unused variable
v9.0.0127
zeertzjq
2022-08-01
1
-2
/
+0
*
patch 9.0.0063: too many type casts for dict_get functions
v9.0.0063
Bram Moolenaar
2022-07-23
1
-15
/
+15
*
patch 9.0.0002: map functionality outside of map.c
v9.0.0002
zeertzjq
2022-06-29
1
-5
/
+39
*
patch 8.2.5125: MS-Windows: warnings from MinGW compiler
v8.2.5125
Yasuhiro Matsumoto
2022-06-18
1
-1
/
+1
*
patch 8.2.5107: some callers of rettv_list_alloc() check for not OK
v8.2.5107
Bram Moolenaar
2022-06-16
1
-2
/
+2
*
patch 8.2.5106: default cmdwin mappings are re-mappable
v8.2.5106
zeertzjq
2022-06-16
1
-17
/
+22
*
patch 8.2.5029: "textlock" is always zero
v8.2.5029
zeertzjq
2022-05-27
1
-2
/
+2
*
patch 8.2.4932: not easy to filter the output of maplist()
v8.2.4932
Ernie Rael
2022-05-10
1
-0
/
+1
*
patch 8.2.4911: the mode #defines are not clearly named
v8.2.4911
Bram Moolenaar
2022-05-07
1
-92
/
+97
*
patch 8.2.4867: listing of mapping with K_SPECIAL is wrong
v8.2.4867
zeertzjq
2022-05-04
1
-11
/
+1
*
patch 8.2.4861: it is not easy to restore saved mappings
v8.2.4861
Ernie Rael
2022-05-04
1
-14
/
+94
*
patch 8.2.4831: crash when using maparg() and unmapping simplified keys
v8.2.4831
zeertzjq
2022-04-26
1
-5
/
+2
*
patch 8.2.4828: fix for unmapping simplified key not fully tested
v8.2.4828
zeertzjq
2022-04-26
1
-0
/
+2
*
patch 8.2.4827: typo in variable name
v8.2.4827
Bram Moolenaar
2022-04-25
1
-5
/
+5
*
patch 8.2.4825: can only get a list of mappings
v8.2.4825
Ernie Rael
2022-04-25
1
-3
/
+18
*
patch 8.2.4824: expression is evaluated multiple times
v8.2.4824
zeertzjq
2022-04-25
1
-6
/
+5
*
patch 8.2.4820: not simple programmatic way to find a specific mapping
v8.2.4820
Ernie Rael
2022-04-24
1
-28
/
+91
*
patch 8.2.4819: unmapping simplified keys also deletes other mapping
v8.2.4819
zeertzjq
2022-04-24
1
-1
/
+7
*
patch 8.2.4483: command completion makes two rounds to collect matches
v8.2.4483
Yegappan Lakshmanan
2022-02-28
1
-101
/
+100
*
patch 8.2.4479: no fuzzy completieon for maps and abbreviations
v8.2.4479
Yegappan Lakshmanan
2022-02-27
1
-19
/
+75
*
patch 8.2.4401: map listing does not clear the rest of the command line
v8.2.4401
Bram Moolenaar
2022-02-16
1
-0
/
+1
*
patch 8.2.4273: the EBCDIC support is outdated
v8.2.4273
Bram Moolenaar
2022-01-31
1
-1
/
+1
*
patch 8.2.4150: Coverity warns for using pointer after free
v8.2.4150
Bram Moolenaar
2022-01-20
1
-1
/
+1
*
patch 8.2.4148: deleting any mapping may cause <ScritpCmd> to fail
v8.2.4148
Bram Moolenaar
2022-01-19
1
-1
/
+1
*
patch 8.2.4140: maparg() does not indicate the type of script
v8.2.4140
Bram Moolenaar
2022-01-18
1
-5
/
+11
*
patch 8.2.4139: using freed memory in expression abbreviation
v8.2.4139
Bram Moolenaar
2022-01-18
1
-5
/
+18
*
patch 8.2.4111: potential proglem when map is deleted while executing
v8.2.4111
Bram Moolenaar
2022-01-16
1
-0
/
+3
*
patch 8.2.4059: Vim9: an expression of a map cannot access script-local items
v8.2.4059
Bram Moolenaar
2022-01-11
1
-3
/
+16
*
patch 8.2.3986: error messages are spread out
v8.2.3986
Bram Moolenaar
2022-01-02
1
-1
/
+1
*
patch 8.2.3985: error messages are spread out
v8.2.3985
Bram Moolenaar
2022-01-02
1
-2
/
+2
*
patch 8.2.3967: error messages are spread out
v8.2.3967
Bram Moolenaar
2022-01-01
1
-1
/
+1
*
patch 8.2.3961: error messages are spread out
v8.2.3961
Bram Moolenaar
2021-12-31
1
-2
/
+2
[next]