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
/
vim9.h
Commit message (
Expand
)
Author
Age
Files
Lines
*
patch 8.2.3765: Vim9: cannot use a lambda for 'opfunc' and others
v8.2.3765
Bram Moolenaar
2021-12-09
1
-2
/
+3
*
patch 8.2.3716: Vim9: range without a command is not compiled
v8.2.3716
Bram Moolenaar
2021-12-01
1
-0
/
+1
*
patch 8.2.3692: Vim9: cannot use :func inside a :def function
v8.2.3692
Bram Moolenaar
2021-11-28
1
-1
/
+2
*
patch 8.2.3442: Vim9: || and && are not handled at compile time
v8.2.3442
Bram Moolenaar
2021-09-16
1
-0
/
+1
*
patch 8.2.3435: Vim9: dict is not passed to dict function
v8.2.3435
Bram Moolenaar
2021-09-13
1
-0
/
+3
*
patch 8.2.3395: Vim9: expression breakpoint not checked in :def function
v8.2.3395
Bram Moolenaar
2021-09-02
1
-2
/
+2
*
patch 8.2.3339: Vim9: cannot lock a member in a local dict
v8.2.3339
Bram Moolenaar
2021-08-13
1
-0
/
+1
*
patch 8.2.3307: Vim9: :echoconsole cannot access local variables
v8.2.3307
Bram Moolenaar
2021-08-07
1
-4
/
+5
*
patch 8.2.3303: some structures could be smaller
v8.2.3303
Dominique Pelle
2021-08-07
1
-3
/
+3
*
patch 8.2.3057: Vim9: debugger test fails with normal features and +terminal
v8.2.3057
Bram Moolenaar
2021-06-26
1
-1
/
+1
*
patch 8.2.3039: Vim9: breakpoint at a comment line does not work
v8.2.3039
Bram Moolenaar
2021-06-23
1
-2
/
+8
*
patch 8.2.3029: Vim9: crash when using operator and list unpack assignment
v8.2.3029
Bram Moolenaar
2021-06-21
1
-0
/
+7
*
patch 8.2.3026: Vim9: cannot set breakpoint in compiled function
v8.2.3026
Bram Moolenaar
2021-06-20
1
-1
/
+1
*
patch 8.2.3005: Vim9: using a void value does not give a proper error message
v8.2.3005
Bram Moolenaar
2021-06-15
1
-1
/
+1
*
patch 8.2.2996: Vim9: when debugging cannot inspect local variables
v8.2.2996
Bram Moolenaar
2021-06-14
1
-1
/
+3
*
patch 8.2.2988: Vim9: debugger test fails
v8.2.2988
Bram Moolenaar
2021-06-13
1
-3
/
+10
*
patch 8.2.2985: Vim9: a compiled function cannot be debugged
v8.2.2985
Bram Moolenaar
2021-06-13
1
-0
/
+4
*
patch 8.2.2951: Vim9: cannot use heredoc for :python, :lua, etc.
v8.2.2951
Bram Moolenaar
2021-06-06
1
-0
/
+1
*
patch 8.2.2936: Vim9: converting number to bool uses wrong stack offset
v8.2.2936
Bram Moolenaar
2021-06-04
1
-2
/
+16
*
patch 8.2.2861: Vim9: "legacy return" is not recognized as a return statement
v8.2.2861
Bram Moolenaar
2021-05-17
1
-0
/
+1
*
patch 8.2.2842: Vim9: skip argument to searchpair() is not compiled
v8.2.2842
Bram Moolenaar
2021-05-07
1
-0
/
+2
*
patch 8.2.2834: Vim9: :cexpr does not work with local variables
v8.2.2834
Bram Moolenaar
2021-05-05
1
-0
/
+16
*
patch 8.2.2812: Vim9: still crash when using substitute expression
v8.2.2812
Bram Moolenaar
2021-04-26
1
-4
/
+6
*
patch 8.2.2785: Vim9: cannot redirect to local variable
v8.2.2785
Bram Moolenaar
2021-04-19
1
-0
/
+3
*
patch 8.2.2784: Vim9: cannot use \=expr in :substitute
v8.2.2784
Bram Moolenaar
2021-04-19
1
-2
/
+13
*
patch 8.2.2757: Vim9: blob tests for legacy and Vim9 script are separate
v8.2.2757
Bram Moolenaar
2021-04-12
1
-0
/
+2
*
patch 8.2.2756: Vim9: blob index and slice not implemented yet
v8.2.2756
Bram Moolenaar
2021-04-11
1
-0
/
+2
*
patch 8.2.2677: Vim9: cannot use only some of the default arguments
v8.2.2677
Bram Moolenaar
2021-03-29
1
-0
/
+8
*
patch 8.2.2650: Vim9: command modifiers not handled in nested function
v8.2.2650
Bram Moolenaar
2021-03-24
1
-2
/
+4
*
patch 8.2.2539: Vim9: return from finally block causes a hang
v8.2.2539
Bram Moolenaar
2021-02-21
1
-1
/
+8
*
patch 8.2.2533: Vim9: cannot use a range with :unlet
v8.2.2533
Bram Moolenaar
2021-02-20
1
-0
/
+1
*
patch 8.2.2527: Vim9: lambda return type is not determined at script level
v8.2.2527
Bram Moolenaar
2021-02-17
1
-2
/
+0
*
patch 8.2.2506: Vim9: :continue does not work correctly in a :try block
v8.2.2506
Bram Moolenaar
2021-02-13
1
-1
/
+9
*
patch 8.2.2410: build failure without the +profiling feature
v8.2.2410
Bram Moolenaar
2021-01-25
1
-1
/
+1
*
patch 8.2.2409: Vim9: profiling only works for one function
v8.2.2409
Bram Moolenaar
2021-01-25
1
-0
/
+10
*
patch 8.2.2401: build fails without +profiling feature
v8.2.2401
Bram Moolenaar
2021-01-24
1
-2
/
+4
*
patch 8.2.2400: Vim9: compiled functions are not profiled
v8.2.2400
Bram Moolenaar
2021-01-24
1
-1
/
+8
*
patch 8.2.2390: Vim9: using positive offset is unexpected
v8.2.2390
Bram Moolenaar
2021-01-22
1
-2
/
+2
*
patch 8.2.2389: test failure on a few systems
v8.2.2389
Bram Moolenaar
2021-01-21
1
-1
/
+1
*
patch 8.2.2387: runtime type check does not mention argument index
v8.2.2387
Bram Moolenaar
2021-01-21
1
-1
/
+2
*
patch 8.2.2322: Vim9: closure nested limiting to one level
v8.2.2322
Bram Moolenaar
2021-01-10
1
-5
/
+8
*
patch 8.2.2321: Vim9: cannot nest closures
v8.2.2321
Bram Moolenaar
2021-01-10
1
-2
/
+9
*
patch 8.2.2319: "exptype_T" can be read as "expected type"
v8.2.2319
Bram Moolenaar
2021-01-09
1
-3
/
+3
*
patch 8.2.2314: Vim9: returning zero takes two instructions
v8.2.2314
Bram Moolenaar
2021-01-08
1
-0
/
+1
*
patch 8.2.2301: Vim9: cannot unlet a dict or list item
v8.2.2301
Bram Moolenaar
2021-01-04
1
-0
/
+1
*
patch 8.2.2273: build failure
v8.2.2273
Bram Moolenaar
2021-01-02
1
-1
/
+2
*
patch 8.2.2224: Vim9: crash if script reloaded with different variable type
v8.2.2224
Bram Moolenaar
2020-12-26
1
-0
/
+1
*
patch 8.2.2208: Vim9: after reloading a script variable index may be invalid
v8.2.2208
Bram Moolenaar
2020-12-24
1
-2
/
+9
*
patch 8.2.2188: Vim9: crash when calling global function from :def function
v8.2.2188
Bram Moolenaar
2020-12-22
1
-0
/
+2
*
patch 8.2.2179: Vim9: crash when indexing a dict with a number
v8.2.2179
Bram Moolenaar
2020-12-21
1
-2
/
+3
[next]