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.1365: Vim9: no error for missing white space around operator
v8.2.1365
Bram Moolenaar
2020-08-05
7
-26
/
+80
*
patch 8.2.1364: invalid memory access when searching for raw string
v8.2.1364
Bram Moolenaar
2020-08-04
2
-2
/
+4
*
patch 8.2.1363: test trying to run terminal when it is not supported
v8.2.1363
Bram Moolenaar
2020-08-04
2
-0
/
+4
*
patch 8.2.1362: last entry of ":set term=xxx" overwritten by error message
v8.2.1362
Bram Moolenaar
2020-08-04
3
-0
/
+19
*
patch 8.2.1361: error for white space after expression in assignment
v8.2.1361
Bram Moolenaar
2020-08-04
3
-0
/
+6
*
patch 8.2.1360: stray error for white space after expression
v8.2.1360
Bram Moolenaar
2020-08-03
3
-1
/
+4
*
patch 8.2.1359: Vim9: cannot assign to / register in Vim9 script
v8.2.1359
Bram Moolenaar
2020-08-02
3
-3
/
+24
*
patch 8.2.1358: Vim9: test fails with +dnd is not available
v8.2.1358
Bram Moolenaar
2020-08-02
2
-1
/
+8
*
patch 8.2.1357: Vim9: cannot assign to / register
v8.2.1357
Bram Moolenaar
2020-08-02
4
-6
/
+24
*
patch 8.2.1356: Vim9: cannot get the percent register
v8.2.1356
Bram Moolenaar
2020-08-02
3
-1
/
+12
*
patch 8.2.1355: Vim9: no error using :let for options and registers
v8.2.1355
Bram Moolenaar
2020-08-02
4
-48
/
+36
*
patch 8.2.1354: test 59 is old style
v8.2.1354
Bram Moolenaar
2020-08-02
8
-932
/
+780
*
patch 8.2.1353: crash when drawing double-wide character in terminal window
v8.2.1353
Bram Moolenaar
2020-08-02
3
-1
/
+23
*
patch 8.2.1352: Vim9: no error for shadowing a script-local function
v8.2.1352
Bram Moolenaar
2020-08-01
3
-1
/
+23
*
patch 8.2.1351: Vim9: no proper error if using namespace for nested function
v8.2.1351
Bram Moolenaar
2020-08-01
3
-1
/
+11
*
patch 8.2.1350: Vim9: no test for error message when redefining function
v8.2.1350
Bram Moolenaar
2020-08-01
2
-0
/
+15
*
patch 8.2.1349: Vim9: can define a function with the name of an import
v8.2.1349
Bram Moolenaar
2020-08-01
5
-10
/
+66
*
patch 8.2.1348: build failure without the eval feature
v8.2.1348
Bram Moolenaar
2020-08-01
2
-1
/
+3
*
patch 8.2.1347: cannot easily get the script ID
v8.2.1347
Bram Moolenaar
2020-08-01
4
-7
/
+38
*
patch 8.2.1346: small build fails
v8.2.1346
Bram Moolenaar
2020-08-01
2
-1
/
+4
*
patch 8.2.1345: Redraw error when using visual block and scroll
v8.2.1345
Bram Moolenaar
2020-08-01
4
-3
/
+38
*
patch 8.2.1344: Vim9: No test for trying to redefine global function
v8.2.1344
Bram Moolenaar
2020-08-01
2
-0
/
+15
*
patch 8.2.1343: Vim9: cannot find global function when using g:
v8.2.1343
Bram Moolenaar
2020-08-01
3
-9
/
+32
*
patch 8.2.1342: Vim9: accidentally using "t" gives a confusing error
v8.2.1342
Bram Moolenaar
2020-08-01
6
-11
/
+22
*
patch 8.2.1341: build failures
v8.2.1341
Bram Moolenaar
2020-08-01
2
-0
/
+3
*
patch 8.2.1340: some tests fail on Cirrus CI and/or with FreeBSD
v8.2.1340
Bram Moolenaar
2020-08-01
7
-45
/
+57
*
patch 8.2.1339: Vim9: assigning to global dict variable doesn't work
v8.2.1339
Bram Moolenaar
2020-08-01
3
-5
/
+41
*
patch 8.2.1338: Vim9: assigning to script-local variable doesn't check type
v8.2.1338
Bram Moolenaar
2020-08-01
4
-21
/
+57
*
patch 8.2.1337: Vim9: cannot use empty key in dict assignment
v8.2.1337
Bram Moolenaar
2020-08-01
3
-13
/
+8
*
patch 8.2.1336: build failure on non-Unix systems
v8.2.1336
Bram Moolenaar
2020-08-01
2
-1
/
+6
*
patch 8.2.1335: CTRL-C in the GUI doesn't interrupt
v8.2.1335
Bram Moolenaar
2020-08-01
6
-15
/
+52
*
patch 8.2.1334: Github workflow timeout needs tuning
v8.2.1334
Bram Moolenaar
2020-08-01
2
-3
/
+9
*
patch 8.2.1333: Vim9: memory leak when using nested global function
v8.2.1333
Bram Moolenaar
2020-08-01
3
-18
/
+21
*
patch 8.2.1332: Vim9: memory leak when using nested global function
v8.2.1332
Bram Moolenaar
2020-07-31
5
-25
/
+49
*
patch 8.2.1331: Vim9: :echo with two lists doesn't work
v8.2.1331
Bram Moolenaar
2020-07-31
3
-1
/
+11
*
patch 8.2.1330: Github workflow takes longer than needed
v8.2.1330
Bram Moolenaar
2020-07-31
2
-10
/
+25
*
patch 8.2.1329: Vim9: cannot define global function inside :def function
v8.2.1329
Bram Moolenaar
2020-07-31
11
-12
/
+237
*
patch 8.2.1328: no space allowed before comma in list
v8.2.1328
Bram Moolenaar
2020-07-30
4
-2
/
+17
*
patch 8.2.1327: Mac: configure can't find Tcl libraries
v8.2.1327
Bram Moolenaar
2020-07-30
3
-4
/
+12
*
patch 8.2.1326: Vim9: skipping over white space after list
v8.2.1326
Bram Moolenaar
2020-07-30
11
-37
/
+62
*
patch 8.2.1325: Vim9: using Vim9 script for autaload not tested
v8.2.1325
Bram Moolenaar
2020-07-29
4
-3
/
+23
*
patch 8.2.1324: Vim9: line break after "=" does not work
v8.2.1324
Bram Moolenaar
2020-07-29
3
-2
/
+24
*
patch 8.2.1323: Vim9: invalid operators only rejected in :def function
v8.2.1323
Bram Moolenaar
2020-07-29
5
-41
/
+38
*
patch 8.2.1322: Vim9: method on double quoted string doesn't work
v8.2.1322
Bram Moolenaar
2020-07-29
4
-3
/
+17
*
patch 8.2.1321: GitHub CI also runs on tag push
v8.2.1321
Bram Moolenaar
2020-07-29
2
-0
/
+4
*
patch 8.2.1320: Vim9: cannot declare some single letter variables
v8.2.1320
Bram Moolenaar
2020-07-29
3
-7
/
+38
*
patch 8.2.1319: status badge for Github CI has wrong link
v8.2.1319
Bram Moolenaar
2020-07-29
3
-2
/
+4
*
patch 8.2.1318: no status badge for Github CI
v8.2.1318
Bram Moolenaar
2020-07-29
2
-0
/
+3
*
patch 8.2.1317: MS-Windows tests on AppVeyor are slow
v8.2.1317
Bram Moolenaar
2020-07-29
5
-34
/
+230
*
patch 8.2.1316: test 42 is still old style
v8.2.1316
Bram Moolenaar
2020-07-29
9
-12
/
+133
[next]