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
/
vim9script.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
patch 9.0.1140: cannot call an object method in a compiled function
v9.0.1140
Bram Moolenaar
2023-01-03
1
-1
/
+1
*
patch 9.0.1133: error message names do not match the items
v9.0.1133
Bram Moolenaar
2023-01-02
1
-1
/
+1
*
patch 9.0.1031: Vim9 class is not implemented yet
v9.0.1031
Bram Moolenaar
2022-12-08
1
-3
/
+8
*
patch 9.0.0949: crash when unletting a variable while listing variables
v9.0.0949
Bram Moolenaar
2022-11-25
1
-2
/
+3
*
patch 9.0.0687: "export def" does not work in a nested block
v9.0.0687
Bram Moolenaar
2022-10-07
1
-40
/
+4
*
patch 9.0.0685: FORTIFY_SOURCE causes a crash in Vim9 script
v9.0.0685
Yee Cheng Chin
2022-10-07
1
-2
/
+4
*
patch 9.0.0253: a symlink to an autoload script results in two entries
v9.0.0253
Bram Moolenaar
2022-08-24
1
-0
/
+14
*
patch 9.0.0159: cannot build with small features
v9.0.0159
Bram Moolenaar
2022-08-06
1
-0
/
+4
*
patch 9.0.0156: giving E1170 only in an expression is confusing
v9.0.0156
Bram Moolenaar
2022-08-06
1
-4
/
+7
*
patch 9.0.0150: error for using #{ in an expression is a bit confusing
v9.0.0150
Bram Moolenaar
2022-08-06
1
-2
/
+2
*
patch 8.2.5025: Vim9: a few lines not covered by tests
v8.2.5025
Bram Moolenaar
2022-05-26
1
-1
/
+1
*
patch 8.2.4869: expression in command block does not look after NL
v8.2.4869
Bram Moolenaar
2022-05-05
1
-1
/
+1
*
patch 8.2.4822: setting ufunc to NULL twice
v8.2.4822
LemonBoy
2022-04-24
1
-1
/
+2
*
patch 8.2.4821: crash when imported autoload script was deleted
v8.2.4821
Bram Moolenaar
2022-04-24
1
-0
/
+3
*
patch 8.2.4753: error from setting an option is silently ignored
v8.2.4753
Bram Moolenaar
2022-04-15
1
-1
/
+2
*
patch 8.2.4698: Vim9: script variable has no flag that it was set
v8.2.4698
Bram Moolenaar
2022-04-05
1
-7
/
+9
*
patch 8.2.4682: Vim9: can use :unlockvar for const variable
v8.2.4682
Bram Moolenaar
2022-04-04
1
-3
/
+5
*
patch 8.2.4656: Vim9: can't use item from "import autoload" with autoload dir
v8.2.4656
Bram Moolenaar
2022-03-31
1
-0
/
+3
*
patch 8.2.4654: missing changes for import check
v8.2.4654
Bram Moolenaar
2022-03-31
1
-1
/
+8
*
patch 8.2.4650: "import autoload" only works with using 'runtimepath'
v8.2.4650
Bram Moolenaar
2022-03-30
1
-22
/
+50
*
patch 8.2.4642: Vim9: in :def function script var cannot be null
v8.2.4642
Bram Moolenaar
2022-03-28
1
-1
/
+8
*
patch 8.2.4607: sourcing buffer lines may lead to errors for conflicts
v8.2.4607
Yegappan Lakshmanan
2022-03-22
1
-10
/
+19
*
patch 8.2.4594: need to write script to a file to be able to source them
v8.2.4594
Yegappan Lakshmanan
2022-03-19
1
-2
/
+2
*
patch 8.2.4526: Vim9: cannot set variables to a null value
v8.2.4526
Bram Moolenaar
2022-03-08
1
-0
/
+8
*
patch 8.2.4375: ctx_imports is not used
v8.2.4375
Bram Moolenaar
2022-02-13
1
-1
/
+1
*
patch 8.2.4333: cstack not always passed to where it is needed
v8.2.4333
Bram Moolenaar
2022-02-08
1
-1
/
+3
*
patch 8.2.4332: Vim9: incomplete test for existing script variable in block
v8.2.4332
Bram Moolenaar
2022-02-08
1
-1
/
+2
*
patch 8.2.4330: Vim9: no error if script imports itself
v8.2.4330
Bram Moolenaar
2022-02-08
1
-0
/
+6
*
patch 8.2.4223: long/int compiler warnings; function arguments swapped
v8.2.4223
K.Takata
2022-01-26
1
-1
/
+1
*
patch 8.2.4137: Vim9: calling import with and without method is inconsistent
v8.2.4137
Bram Moolenaar
2022-01-18
1
-5
/
+19
*
patch 8.2.4136: Vim9: the "autoload" argument of ":vim9script" is not useful
v8.2.4136
Bram Moolenaar
2022-01-18
1
-15
/
+0
*
patch 8.2.4134: MS-Windows: test for import with absolute path fails
v8.2.4134
Bram Moolenaar
2022-01-18
1
-1
/
+7
*
patch 8.2.4132: Vim9: wrong error message when autoload script can't be found
v8.2.4132
Bram Moolenaar
2022-01-18
1
-2
/
+2
*
patch 8.2.4087: cannot test items from an autoload script easily
v8.2.4087
Bram Moolenaar
2022-01-13
1
-0
/
+3
*
patch 8.2.4086: "cctx" argument of find_func_even_dead() is unused
v8.2.4086
Bram Moolenaar
2022-01-13
1
-2
/
+2
*
patch 8.2.4076: memory leak in autoload import
v8.2.4076
Bram Moolenaar
2022-01-13
1
-1
/
+2
*
patch 8.2.4072: Vim9: compiling function fails when autoload is not loaded
v8.2.4072
Bram Moolenaar
2022-01-12
1
-1
/
+10
*
patch 8.2.4066: Vim9: imported autoload script loaded again
v8.2.4066
Bram Moolenaar
2022-01-12
1
-9
/
+16
*
patch 8.2.4057: Vim9: not fully implementing the autoload mechanism
v8.2.4057
Bram Moolenaar
2022-01-10
1
-1
/
+1
*
patch 8.2.4053: Vim9: autoload mechanism doesn't fully work yet
v8.2.4053
Bram Moolenaar
2022-01-10
1
-11
/
+28
*
patch 8.2.4050: Vim9: need to prefix every item in an autoload script
v8.2.4050
Bram Moolenaar
2022-01-09
1
-21
/
+88
*
patch 8.2.4044: Vim9: no error when importing the same script twice
v8.2.4044
Bram Moolenaar
2022-01-08
1
-12
/
+26
*
patch 8.2.4038: various code not used when features are disabled
v8.2.4038
Dominique Pelle
2022-01-08
1
-0
/
+2
*
patch 8.2.4025: error for import not ending in .vim does not work for .vimrc
v8.2.4025
Bram Moolenaar
2022-01-07
1
-3
/
+7
*
patch 8.2.4023: using uninitialized variable
v8.2.4023
Bram Moolenaar
2022-01-06
1
-1
/
+1
*
patch 8.2.4019: Vim9: import mechanism is too complicated
v8.2.4019
Bram Moolenaar
2022-01-06
1
-195
/
+65
*
patch 8.2.3991: Vim9: error when extending dict<any>
v8.2.3991
Bram Moolenaar
2022-01-03
1
-1
/
+2
*
patch 8.2.3967: error messages are spread out
v8.2.3967
Bram Moolenaar
2022-01-01
1
-1
/
+1
*
patch 8.2.3961: error messages are spread out
v8.2.3961
Bram Moolenaar
2021-12-31
1
-2
/
+2
*
patch 8.2.3860: Vim9: codecov struggles with the file size
v8.2.3860
Bram Moolenaar
2021-12-20
1
-1
/
+2
[next]