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
/
dict.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
patch 8.2.1395: Vim9: no error if declaring a funcref with lower case letter
v8.2.1395
Bram Moolenaar
2020-08-08
1
-1
/
+1
*
patch 8.2.1379: curly braces expression ending in " }" does not work
v8.2.1379
Bram Moolenaar
2020-08-06
1
-1
/
+1
*
patch 8.2.1328: no space allowed before comma in list
v8.2.1328
Bram Moolenaar
2020-07-30
1
-2
/
+5
*
patch 8.2.1326: Vim9: skipping over white space after list
v8.2.1326
Bram Moolenaar
2020-07-30
1
-0
/
+4
*
patch 8.2.1190: Vim9: checking for Vim9 syntax is spread out
v8.2.1190
Bram Moolenaar
2020-07-12
1
-1
/
+1
*
patch 8.2.1125: Vim9: double quote can be a string or a comment
v8.2.1125
Bram Moolenaar
2020-07-04
1
-4
/
+4
*
patch 8.2.1110: Vim9: line continuation does not work in function arguments
v8.2.1110
Bram Moolenaar
2020-07-01
1
-3
/
+3
*
patch 8.2.1074: Vim9: no line break allowed after some operators
v8.2.1074
Bram Moolenaar
2020-06-27
1
-12
/
+3
*
patch 8.2.1070: Vim9: leaking memory when lacking white space in dict
v8.2.1070
Bram Moolenaar
2020-06-27
1
-0
/
+1
*
patch 8.2.1068: Vim9: no line break allowed inside a dict
v8.2.1068
Bram Moolenaar
2020-06-27
1
-10
/
+35
*
patch 8.2.1047: Vim9: script cannot use line continuation like :def function
v8.2.1047
Bram Moolenaar
2020-06-24
1
-3
/
+8
*
patch 8.2.0928: many type casts are used for vim_strnsave()
v8.2.0928
Bram Moolenaar
2020-06-07
1
-1
/
+1
*
patch 8.2.0753: Vim9: expressions are evaluated in the discovery phase
v8.2.0753
Bram Moolenaar
2020-05-14
1
-5
/
+7
*
patch 8.2.0729: Vim9: When reloading a script variables are not cleared
v8.2.0729
Bram Moolenaar
2020-05-10
1
-6
/
+15
*
patch 8.2.0619: null dict is not handled like an empty dict
v8.2.0619
Bram Moolenaar
2020-04-23
1
-4
/
+5
*
patch 8.2.0467: Vim9: some errors are not tested
v8.2.0467
Bram Moolenaar
2020-03-28
1
-4
/
+8
*
patch 8.2.0149: maintaining a Vim9 branch separately is more work
v8.2.0149
Bram Moolenaar
2020-01-26
1
-4
/
+4
*
patch 8.2.0111: VAR_SPECIAL is also used for booleans
v8.2.0111
Bram Moolenaar
2020-01-11
1
-5
/
+5
*
patch 8.2.0086: build error for small version
v8.2.0086
Bram Moolenaar
2020-01-04
1
-1
/
+0
*
patch 8.2.0084: complete item "user_data" can only be a string
v8.2.0084
Bram Moolenaar
2020-01-04
1
-1
/
+39
*
patch 8.1.2378: using old C style comments
v8.1.2378
Bram Moolenaar
2019-12-01
1
-26
/
+26
*
patch 8.1.2095: leaking memory when getting item from dict
v8.1.2095
Bram Moolenaar
2019-09-28
1
-1
/
+1
*
patch 8.1.1949: cannot scroll a popup window to the very bottom
v8.1.1949
Bram Moolenaar
2019-08-30
1
-1
/
+11
*
patch 8.1.1891: functions used in one file are global
v8.1.1891
Bram Moolenaar
2019-08-20
1
-1
/
+1
*
patch 8.1.1825: allocating more memory than needed for extended structs
v8.1.1825
Bram Moolenaar
2019-08-07
1
-2
/
+2
*
patch 8.1.1763: evalfunc.c is still too big
v8.1.1763
Bram Moolenaar
2019-07-27
1
-2
/
+79
*
patch 8.1.1683: dictionary with string keys is longer than needed
v8.1.1683
Bram Moolenaar
2019-07-13
1
-2
/
+27
*
patch 8.1.1579: dict and list could be GC'ed while displaying error
v8.1.1579
Bram Moolenaar
2019-06-22
1
-2
/
+2
*
patch 8.1.1561: popup_setoptions() is not implemented yet
v8.1.1561
Bram Moolenaar
2019-06-16
1
-0
/
+21
*
patch 8.1.1452: line and col property of popup windows not properly checked
v8.1.1452
Bram Moolenaar
2019-06-02
1
-0
/
+21
*
patch 8.1.1414: alloc() returning "char_u *" causes a lot of type casts
v8.1.1414
Bram Moolenaar
2019-05-28
1
-3
/
+3
*
patch 8.1.1393: unnecessary type casts
v8.1.1393
Bram Moolenaar
2019-05-25
1
-1
/
+1
*
patch 8.1.1384: using "int" for alloc() often results in compiler warnings
v8.1.1384
Bram Moolenaar
2019-05-24
1
-3
/
+2
*
patch 8.1.1228: not possible to process tags with a function
v8.1.1228
Bram Moolenaar
2019-04-28
1
-0
/
+49
*
patch 8.1.1138: plugins don't get notified when the popup menu changes
v8.1.1138
Bram Moolenaar
2019-04-08
1
-4
/
+24
*
patch 8.1.0897: can modify a:000 when using a reference
v8.1.0897
Bram Moolenaar
2019-02-11
1
-2
/
+2
*
patch 8.1.0743: giving error messages is not flexible
v8.1.0743
Bram Moolenaar
2019-01-13
1
-6
/
+6
*
patch 8.1.0642: swapinfo() leaks memory
v8.1.0642
Bram Moolenaar
2018-12-26
1
-1
/
+21
*
patch 8.1.0615: get_tv function names are not consistent
v8.1.0615
Bram Moolenaar
2018-12-21
1
-4
/
+4
*
patch 8.1.0583: using illogical name for get_dict_number()/get_dict_string()
v8.1.0583
Bram Moolenaar
2018-12-14
1
-3
/
+3
*
patch 8.1.0519: cannot save and restore the tag stack
v8.1.0519
Bram Moolenaar
2018-11-11
1
-0
/
+13
*
patch 8.1.0167: lock flag in new dictitem is reset in many places
v8.1.0167
Bram Moolenaar
2018-07-08
1
-5
/
+3
*
patch 8.1.0166: using dict_add_nr_str() is clumsy
v8.1.0166
Bram Moolenaar
2018-07-08
1
-15
/
+25
*
patch 8.0.1394: cannot intercept a yank command
v8.0.1394
Bram Moolenaar
2017-12-16
1
-3
/
+33
*
patch 8.0.0593: duplication of code for adding a list or dict return value
v8.0.0593
Bram Moolenaar
2017-04-30
1
-8
/
+14
*
patch 8.0.0458: potential crash if adding list or dict to dict fails
v8.0.0458
Bram Moolenaar
2017-03-14
1
-2
/
+2
*
patch 8.0.0365: might free a dict item that wasn't allocated
v8.0.0365
Bram Moolenaar
2017-02-25
1
-2
/
+1
*
patch 8.0.0074
v8.0.0074
Bram Moolenaar
2016-11-10
1
-1
/
+1
*
patch 7.4.2293
v7.4.2293
Bram Moolenaar
2016-08-29
1
-1
/
+1
*
patch 7.4.2204
v7.4.2204
Bram Moolenaar
2016-08-12
1
-0
/
+24
[next]