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
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
patch 8.2.2995: linker errors with dynamic Python 3.10
v8.2.2995
Zdenek Dohnal
2021-06-14
2
-0
/
+20
*
patch 8.2.2994: various code is not fully tested
v8.2.2994
Yegappan Lakshmanan
2021-06-13
7
-2
/
+127
*
patch 8.2.2993: 'fileencodings' default value should depend on 'encoding'
v8.2.2993
Bram Moolenaar
2021-06-13
5
-3
/
+31
*
Update runtime files
Bram Moolenaar
2021-06-13
2
-53
/
+171
*
patch 8.2.2992: Vim9: completion for :disassemble is incomplete
v8.2.2992
Bram Moolenaar
2021-06-13
6
-1
/
+53
*
patch 8.2.2991: Vim9: no completion for :vim9 and :legacy
v8.2.2991
Bram Moolenaar
2021-06-13
3
-0
/
+10
*
patch 8.2.2990: Jupyter Notebook files are not recognized
v8.2.2990
kompowiec2
2021-06-13
2
-1
/
+3
*
patch 8.2.2989: Vim9: memory leak when debugging a :def function
v8.2.2989
Bram Moolenaar
2021-06-13
2
-0
/
+9
*
patch 8.2.2988: Vim9: debugger test fails
v8.2.2988
Bram Moolenaar
2021-06-13
3
-3
/
+13
*
patch 8.2.2987: build failure with normal features
v8.2.2987
Bram Moolenaar
2021-06-13
2
-5
/
+6
*
patch 8.2.2986: build failure without the profile feature
v8.2.2986
Bram Moolenaar
2021-06-13
2
-2
/
+6
*
patch 8.2.2985: Vim9: a compiled function cannot be debugged
v8.2.2985
Bram Moolenaar
2021-06-13
11
-77
/
+196
*
patch 8.2.2984: Vim9: test fails because of missing return statement
v8.2.2984
Bram Moolenaar
2021-06-12
2
-1
/
+5
*
patch 8.2.2983: Vim9: an inline function requires specifying the return type
v8.2.2983
Bram Moolenaar
2021-06-12
5
-6
/
+41
*
patch 8.2.2982: Vim9: future commands are not reserved yet
v8.2.2982
Bram Moolenaar
2021-06-12
5
-30
/
+47
*
patch 8.2.2981: recovery test is not run on big-endian systems
v8.2.2981
James McCoy
2021-06-12
2
-97
/
+98
*
patch 8.2.2980: popup window test is a bit flaky
v8.2.2980
Bram Moolenaar
2021-06-12
2
-0
/
+3
*
patch 8.2.2979: not all options code is covered by tests
v8.2.2979
Yegappan Lakshmanan
2021-06-12
8
-1
/
+108
*
patch 8.2.2978: warning for uninitialized variable
v8.2.2978
Bram Moolenaar
2021-06-12
2
-0
/
+3
*
patch 8.2.2977: crash when using a null function reference
v8.2.2977
Bram Moolenaar
2021-06-12
4
-1
/
+15
*
patch 8.2.2976: build failure without the +eval feature
v8.2.2976
Bram Moolenaar
2021-06-11
2
-2
/
+6
*
patch 8.2.2975: Vim9: can only use an autoload function name as a string
v8.2.2975
Bram Moolenaar
2021-06-11
5
-3
/
+43
*
patch 8.2.2974: Greek spell checking uses wrong case folding
v8.2.2974
Bram Moolenaar
2021-06-11
5
-12
/
+32
*
patch 8.2.2973: fix for recovery and diff mode not tested
v8.2.2973
Yegappan Lakshmanan
2021-06-10
4
-1
/
+166
*
patch 8.2.2972: "%bd" tries to delete popup window buffers, which fails
v8.2.2972
Bram Moolenaar
2021-06-10
4
-123
/
+155
*
patch 8.2.2971: cannot yank a block without trailing spaces
v8.2.2971
Christian Brabandt
2021-06-10
6
-7
/
+86
*
patch 8.2.2970: Python configure check uses deprecated command
v8.2.2970
Zdenek Dohnal
2021-06-10
3
-2
/
+10
*
patch 8.2.2969: subtracting from number option fails when result is zero
v8.2.2969
Bram Moolenaar
2021-06-10
3
-0
/
+12
*
patch 8.2.2968: Vim9: memory leak
v8.2.2968
Bram Moolenaar
2021-06-09
2
-0
/
+5
*
patch 8.2.2967: Vim9: crash when using two levels of partials
v8.2.2967
Bram Moolenaar
2021-06-09
4
-46
/
+99
*
patch 8.2.2966: ml_get errors after recovering a file
v8.2.2966
Bram Moolenaar
2021-06-09
2
-0
/
+3
*
patch 8.2.2965: Vim9: crash when calling function that failed to compile
v8.2.2965
Bram Moolenaar
2021-06-08
4
-0
/
+26
*
patch 8.2.2964: Vim9: hang when using space after ->
v8.2.2964
Bram Moolenaar
2021-06-08
4
-3
/
+11
*
patch 8.2.2963: GUI: mouse move may start Visual mode with a popup visible
v8.2.2963
Bram Moolenaar
2021-06-08
5
-3
/
+15
*
patch 8.2.2962: MS-Windows command line arguments have wrong encoding
v8.2.2962
K.Takata
2021-06-08
2
-4
/
+6
*
patch 8.2.2961: keys typed during a :normal command are discarded
v8.2.2961
Bram Moolenaar
2021-06-07
8
-10
/
+23
*
patch 8.2.2960: swap file recovery not sufficiently tested
v8.2.2960
Yegappan Lakshmanan
2021-06-07
2
-0
/
+102
*
patch 8.2.2959: sound_playfile() is not tested on MS-Windows
v8.2.2959
Dominique Pelle
2021-06-07
3
-14
/
+13
*
patch 8.2.2958: function list test fails
v8.2.2958
Bram Moolenaar
2021-06-07
2
-1
/
+3
*
patch 8.2.2957: using getchar() in Vim9 script is problematic
v8.2.2957
Bram Moolenaar
2021-06-07
5
-4
/
+52
*
patch 8.2.2956: Vim9: need to plan for future additions
v8.2.2956
Bram Moolenaar
2021-06-06
3
-27
/
+44
*
patch 8.2.2955: Vim9: using filter in compiled command does not work
v8.2.2955
Bram Moolenaar
2021-06-06
6
-5
/
+63
*
patch 8.2.2954: short file name extension for Scala not recognized
v8.2.2954
Brennon M
2021-06-06
2
-1
/
+3
*
patch 8.2.2953: Vim9: leaking memory when using heredoc script
v8.2.2953
Bram Moolenaar
2021-06-06
2
-1
/
+9
*
patch 8.2.2952: recover test fails on big endian systems
v8.2.2952
Yegappan Lakshmanan
2021-06-06
3
-7
/
+39
*
patch 8.2.2951: Vim9: cannot use heredoc for :python, :lua, etc.
v8.2.2951
Bram Moolenaar
2021-06-06
7
-15
/
+182
*
patch 8.2.2950: sound code not fully tested
v8.2.2950
Dominique Pelle
2021-06-06
2
-3
/
+38
*
patch 8.2.2949: tests failing because no error for float to string conversion
v8.2.2949
Bram Moolenaar
2021-06-06
12
-19
/
+46
*
patch 8.2.2948: substitute() accepts a number but not a float expression
v8.2.2948
Bram Moolenaar
2021-06-06
3
-2
/
+17
*
patch 8.2.2947: build failure without the channel feature
v8.2.2947
Bram Moolenaar
2021-06-06
2
-0
/
+4
[prev]
[next]