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
/
vim9compile.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
patch 9.0.0742: reading past end of the line when compiling a function
v9.0.0742
Bram Moolenaar
2022-10-13
1
-5
/
+18
*
patch 9.0.0724: closure in compiled function gets same variable in block
v9.0.0724
Bram Moolenaar
2022-10-11
1
-1
/
+2
*
patch 9.0.0689: compiler warning for unused function
v9.0.0689
Bram Moolenaar
2022-10-07
1
-0
/
+2
*
patch 9.0.0684: skipped :exe command fails compilation on MS-Windows
v9.0.0684
Bram Moolenaar
2022-10-07
1
-1
/
+3
*
patch 9.0.0683: cannot specify a time for :echowindow
v9.0.0683
Bram Moolenaar
2022-10-07
1
-4
/
+37
*
patch 9.0.0627: "const" and "final" both make the type a constant
v9.0.0627
Bram Moolenaar
2022-09-30
1
-6
/
+11
*
patch 9.0.0623: error for modifying a const is not detected at compile time
v9.0.0623
Bram Moolenaar
2022-09-29
1
-5
/
+36
*
patch 9.0.0503: build failure
v9.0.0503
Bram Moolenaar
2022-09-19
1
-4
/
+5
*
patch 9.0.0491: no good reason to build without the float feature
v9.0.0491
Bram Moolenaar
2022-09-17
1
-4
/
+0
*
patch 9.0.0481: in :def function all closures in loop get the same variables
v9.0.0481
Bram Moolenaar
2022-09-16
1
-2
/
+4
*
patch 9.0.0470: in :def function all closures in loop get the same variables
v9.0.0470
Bram Moolenaar
2022-09-15
1
-0
/
+6
*
patch 9.0.0460: loop variable can't be found
v9.0.0460
Bram Moolenaar
2022-09-14
1
-0
/
+20
*
patch 9.0.0370: cleaning up afterwards can make a function messy
v9.0.0370
Bram Moolenaar
2022-09-03
1
-1
/
+6
*
patch 9.0.0364: clang static analyzer gives warnings
v9.0.0364
Yegappan Lakshmanan
2022-09-03
1
-2
/
+2
*
patch 9.0.0350: :echowindow does not work in a compiled function
v9.0.0350
Bram Moolenaar
2022-09-01
1
-3
/
+6
*
patch 9.0.0253: a symlink to an autoload script results in two entries
v9.0.0253
Bram Moolenaar
2022-08-24
1
-2
/
+6
*
patch 9.0.0224: Using NULL pointer when skipping compiled code
v9.0.0224
Bram Moolenaar
2022-08-17
1
-4
/
+10
*
patch 9.0.0221: accessing freed memory if compiling nested function fails
v9.0.0221
Bram Moolenaar
2022-08-16
1
-2
/
+5
*
patch 9.0.0174: no error for using "#{ comment" in a compiled function
v9.0.0174
Bram Moolenaar
2022-08-08
1
-1
/
+3
*
patch 9.0.0079: error in autoload script not reported for 'foldexpr'
v9.0.0079
Bram Moolenaar
2022-07-26
1
-1
/
+9
*
patch 8.2.5026: Vim9: a few lines not covered by tests
v8.2.5026
Bram Moolenaar
2022-05-26
1
-1
/
+3
*
patch 8.2.5018: Vim9: some code is not covered by tests
v8.2.5018
Bram Moolenaar
2022-05-25
1
-1
/
+1
*
patch 8.2.4973: Vim9: type error for list unpack mentions argument
v8.2.4973
Bram Moolenaar
2022-05-17
1
-1
/
+2
*
patch 8.2.4940: some code is never used
v8.2.4940
Bram Moolenaar
2022-05-12
1
-1
/
+1
*
patch 8.2.4930: interpolated string expression requires escaping
v8.2.4930
Bram Moolenaar
2022-05-10
1
-19
/
+33
*
patch 8.2.4928: various white space and cosmetic mistakes
v8.2.4928
Bram Moolenaar
2022-05-09
1
-1
/
+1
*
patch 8.2.4914: string interpolation in :def function may fail
v8.2.4914
Bram Moolenaar
2022-05-08
1
-4
/
+0
*
patch 8.2.4898: Coverity complains about pointer usage
v8.2.4898
Bram Moolenaar
2022-05-07
1
-14
/
+17
*
patch 8.2.4883: string interpolation only works in heredoc
v8.2.4883
LemonBoy
2022-05-06
1
-55
/
+78
*
patch 8.2.4871: Vim9: in :def function no error for misplaced range
v8.2.4871
Bram Moolenaar
2022-05-05
1
-0
/
+5
*
patch 8.2.4863: accessing freed memory in test without the +channel feature
v8.2.4863
Bram Moolenaar
2022-05-04
1
-10
/
+14
*
patch 8.2.4823: concat more than 2 strings in :def function is inefficient
v8.2.4823
LemonBoy
2022-04-25
1
-7
/
+8
*
patch 8.2.4804: expression in heredoc doesn't work for compiled function
v8.2.4804
Yegappan Lakshmanan
2022-04-21
1
-12
/
+79
*
patch 8.2.4666: Vim9: assignment not recognized in skipped block
v8.2.4666
Bram Moolenaar
2022-04-02
1
-25
/
+37
*
patch 8.2.4634: Vim9: cannot initialize a variable to null_list
v8.2.4634
Bram Moolenaar
2022-03-27
1
-3
/
+3
*
patch 8.2.4612: Vim9: cannot use a recursive call in a nested function
v8.2.4612
Bram Moolenaar
2022-03-23
1
-18
/
+25
*
patch 8.2.4602: Vim9: not enough test coverage for executing :def function
v8.2.4602
Bram Moolenaar
2022-03-20
1
-2
/
+2
*
patch 8.2.4590: Vim9: range type check has wrong offset
v8.2.4590
Bram Moolenaar
2022-03-18
1
-1
/
+1
*
patch 8.2.4589: cannot index the g: dictionary
v8.2.4589
Bram Moolenaar
2022-03-18
1
-4
/
+11
*
patch 8.2.4575: Vim9: test for profiling still fails
v8.2.4575
Bram Moolenaar
2022-03-15
1
-2
/
+25
*
patch 8.2.4573: a nested function is compiled for debugging without context
v8.2.4573
Bram Moolenaar
2022-03-15
1
-0
/
+8
*
patch 8.2.4556: test fails without the +job or +channel feature
v8.2.4556
Bram Moolenaar
2022-03-13
1
-1
/
+3
*
patch 8.2.4539: when comparing special v:none and v:null are handled the same
v8.2.4539
Bram Moolenaar
2022-03-10
1
-1
/
+1
*
patch 8.2.4526: Vim9: cannot set variables to a null value
v8.2.4526
Bram Moolenaar
2022-03-08
1
-1
/
+5
*
patch 8.2.4510: Vim9: shortening commands leads to confusing script
v8.2.4510
Bram Moolenaar
2022-03-05
1
-7
/
+0
*
patch 8.2.4509: Vim9: can declare a variable with ":va"
v8.2.4509
Bram Moolenaar
2022-03-05
1
-1
/
+8
*
patch 8.2.4460: Vim9: wrong error for defining dict function
v8.2.4460
Bram Moolenaar
2022-02-23
1
-1
/
+5
*
patch 8.2.4447: Vim9: can still use s:var in a compiled function
v8.2.4447
Bram Moolenaar
2022-02-22
1
-0
/
+6
*
patch 8.2.4426: map() function on string and blob does not check types
v8.2.4426
Bram Moolenaar
2022-02-20
1
-2
/
+5
*
patch 8.2.4395: some code lines not covered by tests
v8.2.4395
Bram Moolenaar
2022-02-15
1
-1
/
+4
[next]