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
Commit message (
Expand
)
Author
Age
Files
Lines
*
patch 8.2.2186: Vim9: error when using 'opfunc'
v8.2.2186
Bram Moolenaar
2020-12-22
5
-5
/
+39
*
Add missing change to version.c
Bram Moolenaar
2020-12-22
1
-0
/
+2
*
patch 8.2.2185: BufUnload is not triggered for the quickfix dummy buffer
v8.2.2185
Bram Moolenaar
2020-12-22
2
-85
/
+108
*
patch 8.2.2184: Vim9: no error when using "2" for a line number
v8.2.2184
Bram Moolenaar
2020-12-21
5
-3
/
+21
*
patch 8.2.2183: Vim9: value of 'edcompatible' and 'gdefault' are used
v8.2.2183
Bram Moolenaar
2020-12-21
3
-0
/
+24
*
patch 8.2.2182: Vim9: value of 'magic' is still relevant
v8.2.2182
Bram Moolenaar
2020-12-21
17
-42
/
+98
*
patch 8.2.2181: valgrind warnings for using uninitialized value
v8.2.2181
Bram Moolenaar
2020-12-21
3
-24
/
+32
*
patch 8.2.2180: Vim9: test for error after error is flaky
v8.2.2180
Bram Moolenaar
2020-12-21
2
-1
/
+6
*
patch 8.2.2179: Vim9: crash when indexing a dict with a number
v8.2.2179
Bram Moolenaar
2020-12-21
7
-129
/
+232
*
patch 8.2.2178: Python 3: non-utf8 character cannot be handled
v8.2.2178
Bram Moolenaar
2020-12-21
6
-9
/
+34
*
patch 8.2.2177: pattern "^" does not match if first character is combining
v8.2.2177
Bram Moolenaar
2020-12-21
3
-3
/
+18
*
patch 8.2.2176: crash with a sequence of fold commands
v8.2.2176
Bram Moolenaar
2020-12-21
3
-1
/
+10
*
patch 8.2.2175: github actions: clang-11 handling suboptimal
v8.2.2175
Bram Moolenaar
2020-12-21
1
-0
/
+2
*
patch 8.2.2174: Mac version doesn't specify the CPU architecture
v8.2.2174
Bram Moolenaar
2020-12-21
1
-0
/
+7
*
patch 8.2.2173: Vim9: get internal error when assigning to undefined variable
v8.2.2173
Bram Moolenaar
2020-12-20
5
-4
/
+19
*
patch 8.2.2172: Vim9: number of arguments is not always checked
v8.2.2172
Bram Moolenaar
2020-12-20
6
-8
/
+55
*
patch 8.2.2171: valgrind warning for using uninitialized value
v8.2.2171
Bram Moolenaar
2020-12-20
2
-1
/
+3
*
patch 8.2.2170: Vim9: a global function defined in a :def function fails
v8.2.2170
Bram Moolenaar
2020-12-20
6
-45
/
+114
*
patch 8.2.2169: Vim9: test leaves file behind
v8.2.2169
Bram Moolenaar
2020-12-20
3
-22
/
+50
*
patch 8.2.2168: Vim9: error for assigning to dict of dict
v8.2.2168
Bram Moolenaar
2020-12-20
3
-5
/
+15
*
patch 8.2.2167: Vim9: assign test fails
v8.2.2167
Bram Moolenaar
2020-12-20
2
-1
/
+17
*
patch 8.2.2166: auto format doesn't work when deleting text
v8.2.2166
Bram Moolenaar
2020-12-20
3
-0
/
+15
*
patch 8.2.2165: Vim9: assignment to dict member does not work
v8.2.2165
Bram Moolenaar
2020-12-19
5
-6
/
+20
*
patch 8.2.2164: Vim9: autoload function doesn't work in uppercased script
v8.2.2164
Bram Moolenaar
2020-12-19
3
-1
/
+23
*
patch 8.2.2163: crash when discarded exception is the current exception
v8.2.2163
Bram Moolenaar
2020-12-19
2
-5
/
+6
*
patch 8.2.2162: Vim9: Cannot load or store autoload variables
v8.2.2162
Bram Moolenaar
2020-12-19
10
-15
/
+106
*
patch 8.2.2161: arguments -T and -x not tested yet
v8.2.2161
Bram Moolenaar
2020-12-19
2
-0
/
+49
*
patch 8.2.2160: various typos
v8.2.2160
Bram Moolenaar
2020-12-18
39
-51
/
+54
*
patch 8.2.2159: Vim9: when declaring a list it is not allocated yet
v8.2.2159
Bram Moolenaar
2020-12-18
3
-1
/
+35
*
patch 8.2.2158: CI on cirrus times out, coveralls doesn't always run
v8.2.2158
Bram Moolenaar
2020-12-18
1
-0
/
+2
*
patch 8.2.2157: Vim9: can delete a Vim9 script variable from a function
v8.2.2157
Bram Moolenaar
2020-12-18
3
-0
/
+20
*
patch 8.2.2156: Github actions run on pusing a tag
v8.2.2156
Bram Moolenaar
2020-12-18
1
-0
/
+2
*
patch 8.2.2155: warning from Github actions for code analysis
v8.2.2155
Bram Moolenaar
2020-12-18
1
-0
/
+2
*
patch 8.2.2154: popupwin test for terminal buffer fails sometimes
v8.2.2154
Bram Moolenaar
2020-12-17
2
-3
/
+6
*
patch 8.2.2153: popupwin test for latin1 still fails sometimes
v8.2.2153
Bram Moolenaar
2020-12-17
2
-0
/
+6
*
patch 8.2.2152: screenpos() does not include the WinBar offset
v8.2.2152
Bram Moolenaar
2020-12-17
3
-1
/
+8
*
patch 8.2.2151: $dir not expanded when configure checks for moonjit
v8.2.2151
Bram Moolenaar
2020-12-17
3
-2
/
+4
*
patch 8.2.2150: Github actions CI isn't used for all available platforms
v8.2.2150
Bram Moolenaar
2020-12-17
1
-0
/
+2
*
patch 8.2.2149: popupwin test for latin1 sometimes fails
v8.2.2149
Bram Moolenaar
2020-12-17
2
-0
/
+5
*
patch 8.2.2148: Vim9: crash when user command doesn't match
v8.2.2148
Bram Moolenaar
2020-12-16
3
-1
/
+12
*
patch 8.2.2147: quickfix window title not updated in all tab pages
v8.2.2147
Bram Moolenaar
2020-12-16
3
-7
/
+38
*
patch 8.2.2146: Vim9: automatic conversion of number to string for dict key
v8.2.2146
Bram Moolenaar
2020-12-15
3
-0
/
+15
*
patch 8.2.2145: Vim9: concatenating lists does not adjust type of result
v8.2.2145
Bram Moolenaar
2020-12-15
3
-6
/
+35
*
patch 8.2.2144: Vim9: some corner cases not tested
v8.2.2144
Bram Moolenaar
2020-12-14
3
-12
/
+27
*
patch 8.2.2143: Vim9: dead code in compiling :unlet
v8.2.2143
Bram Moolenaar
2020-12-13
2
-7
/
+3
*
patch 8.2.2142: memory leak when heredoc is not terminated
v8.2.2142
Bram Moolenaar
2020-12-13
2
-0
/
+3
*
patch 8.2.2141: a user command with try/catch may not catch an expression error
v8.2.2141
Bram Moolenaar
2020-12-13
4
-4
/
+34
*
patch 8.2.2140: build failure with tiny features
v8.2.2140
Bram Moolenaar
2020-12-13
2
-0
/
+4
*
patch 8.2.2139: Vim9: unreachable code in assignment
v8.2.2139
Bram Moolenaar
2020-12-13
3
-4
/
+14
*
patch 8.2.2138: Vim9: "exit_cb" causes Vim to exit
v8.2.2138
Bram Moolenaar
2020-12-13
8
-18
/
+59
[next]