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
/
testdir
Commit message (
Expand
)
Author
Age
Files
Lines
*
patch 8.2.3015: Vim9: Assigning to @# requires a string
v8.2.3015
Bram Moolenaar
2021-06-17
1
-0
/
+13
*
patch 8.2.3013: Vim: when debugging only first line of command is displayed
v8.2.3013
Bram Moolenaar
2021-06-16
1
-16
/
+29
*
patch 8.2.3012: when 'rightleft' is set the line number is drawn reversed
v8.2.3012
Christian Brabandt
2021-06-16
1
-0
/
+22
*
patch 8.2.3011: Vim9: cannot get argument values during debugging
v8.2.3011
Bram Moolenaar
2021-06-16
1
-6
/
+37
*
patch 8.2.3010: not enough testing for viminfo code
v8.2.3010
Yegappan Lakshmanan
2021-06-16
3
-2
/
+355
*
patch 8.2.3009: startup test may hang
v8.2.3009
Bram Moolenaar
2021-06-16
1
-1
/
+2
*
patch 8.2.3008: startup test may hang
v8.2.3008
Bram Moolenaar
2021-06-15
1
-1
/
+2
*
patch 8.2.3007: Vim9: test for void value fails
v8.2.3007
Bram Moolenaar
2021-06-15
1
-3
/
+3
*
patch 8.2.3006: crash when echoing a value very early
v8.2.3006
Bram Moolenaar
2021-06-15
1
-0
/
+14
*
patch 8.2.3005: Vim9: using a void value does not give a proper error message
v8.2.3005
Bram Moolenaar
2021-06-15
2
-34
/
+48
*
patch 8.2.3004: Vim9: error for missing colon given while skipping
v8.2.3004
Bram Moolenaar
2021-06-15
1
-0
/
+13
*
patch 8.2.3003: Vim9: closure compiled with wrong compile type
v8.2.3003
Bram Moolenaar
2021-06-15
1
-0
/
+27
*
patch 8.2.2997: Vim9: disassemble test fails
v8.2.2997
Bram Moolenaar
2021-06-14
1
-5
/
+15
*
patch 8.2.2996: Vim9: when debugging cannot inspect local variables
v8.2.2996
Bram Moolenaar
2021-06-14
1
-6
/
+9
*
patch 8.2.2994: various code is not fully tested
v8.2.2994
Yegappan Lakshmanan
2021-06-13
5
-1
/
+124
*
patch 8.2.2993: 'fileencodings' default value should depend on 'encoding'
v8.2.2993
Bram Moolenaar
2021-06-13
1
-0
/
+8
*
patch 8.2.2992: Vim9: completion for :disassemble is incomplete
v8.2.2992
Bram Moolenaar
2021-06-13
1
-0
/
+10
*
patch 8.2.2991: Vim9: no completion for :vim9 and :legacy
v8.2.2991
Bram Moolenaar
2021-06-13
1
-0
/
+6
*
patch 8.2.2990: Jupyter Notebook files are not recognized
v8.2.2990
kompowiec2
2021-06-13
1
-1
/
+1
*
patch 8.2.2985: Vim9: a compiled function cannot be debugged
v8.2.2985
Bram Moolenaar
2021-06-13
2
-11
/
+26
*
patch 8.2.2983: Vim9: an inline function requires specifying the return type
v8.2.2983
Bram Moolenaar
2021-06-12
1
-0
/
+20
*
patch 8.2.2982: Vim9: future commands are not reserved yet
v8.2.2982
Bram Moolenaar
2021-06-12
1
-0
/
+2
*
patch 8.2.2981: recovery test is not run on big-endian systems
v8.2.2981
James McCoy
2021-06-12
1
-97
/
+96
*
patch 8.2.2980: popup window test is a bit flaky
v8.2.2980
Bram Moolenaar
2021-06-12
1
-0
/
+1
*
patch 8.2.2979: not all options code is covered by tests
v8.2.2979
Yegappan Lakshmanan
2021-06-12
7
-1
/
+106
*
patch 8.2.2977: crash when using a null function reference
v8.2.2977
Bram Moolenaar
2021-06-12
1
-1
/
+3
*
patch 8.2.2975: Vim9: can only use an autoload function name as a string
v8.2.2975
Bram Moolenaar
2021-06-11
1
-0
/
+28
*
patch 8.2.2973: fix for recovery and diff mode not tested
v8.2.2973
Yegappan Lakshmanan
2021-06-10
3
-1
/
+164
*
patch 8.2.2972: "%bd" tries to delete popup window buffers, which fails
v8.2.2972
Bram Moolenaar
2021-06-10
1
-0
/
+6
*
patch 8.2.2971: cannot yank a block without trailing spaces
v8.2.2971
Christian Brabandt
2021-06-10
1
-0
/
+55
*
patch 8.2.2969: subtracting from number option fails when result is zero
v8.2.2969
Bram Moolenaar
2021-06-10
1
-0
/
+9
*
patch 8.2.2967: Vim9: crash when using two levels of partials
v8.2.2967
Bram Moolenaar
2021-06-09
1
-0
/
+13
*
patch 8.2.2965: Vim9: crash when calling function that failed to compile
v8.2.2965
Bram Moolenaar
2021-06-08
1
-0
/
+16
*
patch 8.2.2964: Vim9: hang when using space after ->
v8.2.2964
Bram Moolenaar
2021-06-08
1
-0
/
+4
*
patch 8.2.2960: swap file recovery not sufficiently tested
v8.2.2960
Yegappan Lakshmanan
2021-06-07
1
-0
/
+100
*
patch 8.2.2959: sound_playfile() is not tested on MS-Windows
v8.2.2959
Dominique Pelle
2021-06-07
1
-11
/
+9
*
patch 8.2.2958: function list test fails
v8.2.2958
Bram Moolenaar
2021-06-07
1
-1
/
+1
*
patch 8.2.2957: using getchar() in Vim9 script is problematic
v8.2.2957
Bram Moolenaar
2021-06-07
1
-0
/
+7
*
patch 8.2.2955: Vim9: using filter in compiled command does not work
v8.2.2955
Bram Moolenaar
2021-06-06
1
-0
/
+8
*
patch 8.2.2954: short file name extension for Scala not recognized
v8.2.2954
Brennon M
2021-06-06
1
-1
/
+1
*
patch 8.2.2952: recover test fails on big endian systems
v8.2.2952
Yegappan Lakshmanan
2021-06-06
2
-7
/
+37
*
patch 8.2.2951: Vim9: cannot use heredoc for :python, :lua, etc.
v8.2.2951
Bram Moolenaar
2021-06-06
2
-0
/
+45
*
patch 8.2.2950: sound code not fully tested
v8.2.2950
Dominique Pelle
2021-06-06
1
-3
/
+36
*
patch 8.2.2949: tests failing because no error for float to string conversion
v8.2.2949
Bram Moolenaar
2021-06-06
6
-13
/
+26
*
patch 8.2.2948: substitute() accepts a number but not a float expression
v8.2.2948
Bram Moolenaar
2021-06-06
1
-0
/
+8
*
patch 8.2.2946: Vim9: substitute expression cannot be a List
v8.2.2946
Bram Moolenaar
2021-06-05
1
-0
/
+7
*
patch 8.2.2945: some buffer related code is not tested
v8.2.2945
Yegappan Lakshmanan
2021-06-05
4
-0
/
+214
*
patch 8.2.2944: Vim9: no error when using job or channel as a string
v8.2.2944
Bram Moolenaar
2021-06-05
1
-1
/
+11
*
patch 8.2.2942: Vim9: error when calling function with too few arguments
v8.2.2942
Bram Moolenaar
2021-06-05
1
-0
/
+9
*
patch 8.2.2941: Vim9: using does not handle a list of strings
v8.2.2941
Bram Moolenaar
2021-06-05
1
-0
/
+4
[next]