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
Commit message (
Expand
)
Author
Age
Files
Lines
*
patch 8.2.1290: Vim9: cannot replace a global function
v8.2.1290
Bram Moolenaar
2020-07-25
3
-6
/
+59
*
patch 8.2.1289: crash when using a custom completion function
v8.2.1289
Bram Moolenaar
2020-07-25
2
-11
/
+4
*
patch 8.2.1288: Vim9: cannot use mark in range
v8.2.1288
Bram Moolenaar
2020-07-24
3
-1
/
+12
*
patch 8.2.1287: Vim9: crash when using an imported function
v8.2.1287
Bram Moolenaar
2020-07-23
4
-7
/
+17
*
patch 8.2.1286: Vim9: No error when using a type to a window variable
v8.2.1286
Bram Moolenaar
2020-07-23
3
-0
/
+19
*
patch 8.2.1285: Vim9: argument types are not checked on assignment
v8.2.1285
Bram Moolenaar
2020-07-23
3
-0
/
+34
*
patch 8.2.1284: Vim9: skipping over type includes following white space
v8.2.1284
Bram Moolenaar
2020-07-23
3
-1
/
+13
*
patch 8.2.1283: Vim9: error for misplaced -> lacks argument
v8.2.1283
Bram Moolenaar
2020-07-23
3
-2
/
+6
*
patch 8.2.1282: Vim9: crash when using CheckScriptFailure()
v8.2.1282
Bram Moolenaar
2020-07-23
3
-8
/
+17
*
patch 8.2.1281: the "trailing characters" error can be hard to understand
v8.2.1281
Bram Moolenaar
2020-07-23
13
-22
/
+24
*
patch 8.2.1280: Ex command error cannot contain an argument
v8.2.1280
Bram Moolenaar
2020-07-23
7
-61
/
+79
*
patch 8.2.1279: some tests on Travis have EXITFREE duplicated
v8.2.1279
Bram Moolenaar
2020-07-23
2
-3
/
+5
*
patch 8.2.1278: Vim9: line break after "->" only allowed in :def function
v8.2.1278
Bram Moolenaar
2020-07-23
4
-6
/
+16
*
patch 8.2.1277: tests on Travis do not run with EXITFREE
v8.2.1277
Bram Moolenaar
2020-07-23
2
-8
/
+10
*
patch 8.2.1276: MS-Windows: system test may fail if more.exe is installed
v8.2.1276
Bram Moolenaar
2020-07-23
2
-4
/
+6
*
patch 8.2.1275: Vim9: compiler warning for buffer size
v8.2.1275
Bram Moolenaar
2020-07-23
2
-2
/
+4
*
patch 8.2.1274: Vim9: no error for missing white space at script level
v8.2.1274
Bram Moolenaar
2020-07-23
5
-10
/
+36
*
patch 8.2.1273: MS-Windows: terminal test may leave file behind
v8.2.1273
Bram Moolenaar
2020-07-22
2
-0
/
+9
*
patch 8.2.1272: Vim9: type not checked if declaration also assigns value
v8.2.1272
Bram Moolenaar
2020-07-22
7
-74
/
+105
*
patch 8.2.1271: Vim9: Error for Funcref function argument type
v8.2.1271
Bram Moolenaar
2020-07-22
3
-0
/
+37
*
patch 8.2.1270: Vim9: not skipping over function type declaration
v8.2.1270
Bram Moolenaar
2020-07-22
3
-15
/
+36
*
patch 8.2.1269: language and locale code spread out
v8.2.1269
Bram Moolenaar
2020-07-22
14
-561
/
+601
*
patch 8.2.1268: Vim9: no error for using double quote comment
v8.2.1268
Bram Moolenaar
2020-07-22
3
-4
/
+40
*
patch 8.2.1267: MS-Windows: tests may fail due to $PROMPT value
v8.2.1267
Bram Moolenaar
2020-07-22
2
-0
/
+7
*
patch 8.2.1266: Makefile preference were accidentally included
v8.2.1266
Bram Moolenaar
2020-07-21
2
-7
/
+9
*
patch 8.2.1265: crash with EXITFREE when split() fails
v8.2.1265
Bram Moolenaar
2020-07-21
2
-2
/
+5
*
patch 8.2.1264: terminal getwinpos() test is a bit flaky
v8.2.1264
Bram Moolenaar
2020-07-21
2
-6
/
+5
*
patch 8.2.1263: Vim9: comperators use 'ignorecase' in Vim9 script
v8.2.1263
Bram Moolenaar
2020-07-21
5
-16
/
+43
*
patch 8.2.1262: src/ex_cmds.c file is too big
v8.2.1262
Bram Moolenaar
2020-07-21
14
-1346
/
+1344
*
patch 8.2.1261: Vim9: common type of function not tested
v8.2.1261
Bram Moolenaar
2020-07-21
4
-3
/
+29
*
patch 8.2.1260: there is no good test for CursorHold
v8.2.1260
Bram Moolenaar
2020-07-21
4
-27
/
+31
*
patch 8.2.1259: empty group in 'tabline' may cause using an invalid pointer
v8.2.1259
Bram Moolenaar
2020-07-21
3
-1
/
+33
*
patch 8.2.1258: CursorHold does not work well
v8.2.1258
Bram Moolenaar
2020-07-20
2
-1
/
+8
*
patch 8.2.1257: Vim9: list unpack doesn't work at the script level
v8.2.1257
Bram Moolenaar
2020-07-20
3
-3
/
+26
*
patch 8.2.1256: Vim9: type wrong after getting dict item in lambda
v8.2.1256
Bram Moolenaar
2020-07-20
3
-3
/
+12
*
patch 8.2.1255: cannot use a lambda with quickfix functions
v8.2.1255
Bram Moolenaar
2020-07-20
11
-57
/
+224
*
patch 8.2.1254: MS-Windows: regexp test may fail if 'iskeyword' set wrongly
v8.2.1254
Bram Moolenaar
2020-07-20
2
-0
/
+5
*
patch 8.2.1253: CTRL-K in Insert mode gets <CursorHold> inserted
v8.2.1253
Bram Moolenaar
2020-07-19
2
-1
/
+4
*
patch 8.2.1252: ":marks" may show '< and '> mixed up
v8.2.1252
Bram Moolenaar
2020-07-19
3
-21
/
+43
*
patch 8.2.1251: Vim9: warning for pointer usage, test failure undetected
v8.2.1251
Bram Moolenaar
2020-07-19
4
-7
/
+13
*
patch 8.2.1250: Vim9: cannot use the g:, b:, t: and w: namespaces
v8.2.1250
Bram Moolenaar
2020-07-19
6
-40
/
+147
*
patch 8.2.1249: Vim9: disassemble test fails
v8.2.1249
Bram Moolenaar
2020-07-19
2
-1
/
+24
*
patch 8.2.1248: Netbeans test is flaky in the GUI
v8.2.1248
Bram Moolenaar
2020-07-19
2
-143
/
+159
*
patch 8.2.1247: Vim9: cannot index a character in a string
v8.2.1247
Bram Moolenaar
2020-07-19
5
-5
/
+63
*
patch 8.2.1246: Vim9: comment after assignment doesn't work
v8.2.1246
Bram Moolenaar
2020-07-19
3
-3
/
+21
*
patch 8.2.1245: build failure in tiny version
v8.2.1245
Bram Moolenaar
2020-07-19
2
-2
/
+10
*
patch 8.2.1244: Vim9: in lambda index assumes a list
v8.2.1244
Bram Moolenaar
2020-07-19
3
-9
/
+31
*
patch 8.2.1243: Vim9: cannot have a comment line halfway a list
v8.2.1243
Bram Moolenaar
2020-07-19
5
-4
/
+13
*
patch 8.2.1242: Vim9: no error if calling a function with wrong type
v8.2.1242
Bram Moolenaar
2020-07-19
5
-0
/
+61
*
patch 8.2.1241: cannot use getbufinfo() as a method
v8.2.1241
Bram Moolenaar
2020-07-18
4
-2
/
+10
[next]