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
Commit message (
Expand
)
Author
Age
Files
Lines
*
patch 8.2.5007: spell suggestion may use uninitialized memory
v8.2.5007
Bram Moolenaar
2022-05-23
3
-4
/
+24
*
patch 8.2.5006: asan warns for undefined behavior
v8.2.5006
Bram Moolenaar
2022-05-22
4
-3
/
+6
*
patch 8.2.5005: compiler warning for uninitialized variable
v8.2.5005
Bram Moolenaar
2022-05-22
2
-6
/
+7
*
patch 8.2.5004: right shift on negative number does not work as documented
v8.2.5004
Bram Moolenaar
2022-05-22
7
-19
/
+26
*
patch 8.2.5003: cannot do bitwise shifts
v8.2.5003
Yegappan Lakshmanan
2022-05-22
11
-160
/
+554
*
patch 8.2.5002: deletebufline() may change Visual selection
v8.2.5002
LemonBoy
2022-05-22
3
-0
/
+22
*
patch 8.2.5001: checking translations affects the search pattern history
v8.2.5001
Bram Moolenaar
2022-05-22
2
-3
/
+5
*
patch 8.2.5000: no patch for documentation updates
v8.2.5000
Bram Moolenaar
2022-05-22
9
-39
/
+37
*
patch 8.2.4999: filetype test table is not properly sorted
v8.2.4999
Bram Moolenaar
2022-05-22
2
-30
/
+33
*
patch 8.2.4998: Vim9: crash when using multiple funcref()
v8.2.4998
Bram Moolenaar
2022-05-22
3
-1
/
+48
*
patch 8.2.4997: Python: changing hidden buffer can cause display mess up
v8.2.4997
Bram Moolenaar
2022-05-22
3
-1
/
+41
*
patch 8.2.4996: setbufline() may change Visual selection
v8.2.4996
Bram Moolenaar
2022-05-22
3
-0
/
+21
*
patch 8.2.4995: still a compiler warning for possibly uninitialized variable
v8.2.4995
Bram Moolenaar
2022-05-21
2
-2
/
+4
*
patch 8.2.4994: tests are using legacy functions
v8.2.4994
Bram Moolenaar
2022-05-21
2
-504
/
+521
*
patch 8.2.4993: smart/C/lisp indenting is optional
v8.2.4993
Bram Moolenaar
2022-05-21
27
-508
/
+80
*
patch 8.2.4992: compiler warning for possibly uninitialized variable
v8.2.4992
Bram Moolenaar
2022-05-21
3
-3
/
+5
*
patch 8.2.4991: no test for hwat patch 8.1.0535 fixes
v8.2.4991
zeertzjq
2022-05-21
2
-0
/
+22
*
patch 8.2.4990: memory leak when :defcompile fails
v8.2.4990
Bram Moolenaar
2022-05-21
2
-0
/
+3
*
patch 8.2.4989: cannot specify a function name for :defcompile
v8.2.4989
Bram Moolenaar
2022-05-21
8
-64
/
+126
*
Update runtime files.
Bram Moolenaar
2022-05-21
23
-4064
/
+8166
*
patch 8.2.4988: textprop in wrong position when replacing multi-byte chars
v8.2.4988
LemonBoy
2022-05-21
3
-1
/
+15
*
patch 8.2.4987: after deletion a small fold may be closable
v8.2.4987
Brandon Simmons
2022-05-20
3
-4
/
+43
*
patch 8.2.4986: some github actions are outdated
v8.2.4986
Philip H
2022-05-20
4
-8
/
+10
*
patch 8.2.4985: PVS warns for possible array underrun
v8.2.4985
Bram Moolenaar
2022-05-20
2
-1
/
+3
*
patch 8.2.4984: dragging statusline fails for window with winbar
v8.2.4984
zeertzjq
2022-05-20
3
-1
/
+31
*
patch 8.2.4983: colors test fails in the GUI
v8.2.4983
Bram Moolenaar
2022-05-20
2
-0
/
+3
*
patch 8.2.4982: colors in terminal window are not 100% correct
v8.2.4982
LemonBoy
2022-05-20
9
-49
/
+204
*
patch 8.2.4981: it is not possible to manipulate autocommands
v8.2.4981
Yegappan Lakshmanan
2022-05-19
9
-1
/
+801
*
patch 8.2.4980: when 'shortmess' contains 'A' loading session may still warn
v8.2.4980
Bram Moolenaar
2022-05-18
3
-2
/
+31
*
patch 8.2.4979: accessing freed memory when line is flushed
v8.2.4979
Bram Moolenaar
2022-05-18
3
-0
/
+18
*
patch 8.2.4978: no error if engine selection atom is not at the start
v8.2.4978
Christian Brabandt
2022-05-18
6
-1
/
+39
*
patch 8.2.4977: memory access error when substitute expression changes window
v8.2.4977
Bram Moolenaar
2022-05-18
3
-0
/
+26
*
patch 8.2.4976: Coverity complains about not restoring a saved value
v8.2.4976
Bram Moolenaar
2022-05-18
2
-3
/
+6
*
patch 8.2.4975: recursive command line loop may cause a crash
v8.2.4975
Bram Moolenaar
2022-05-17
3
-0
/
+26
*
patch 8.2.4974: ":so" command may read after end of buffer
v8.2.4974
Bram Moolenaar
2022-05-17
3
-1
/
+15
*
patch 8.2.4973: Vim9: type error for list unpack mentions argument
v8.2.4973
Bram Moolenaar
2022-05-17
8
-10
/
+20
*
patch 8.2.4972: Vim9: compilation fails when using dict member when skipping
v8.2.4972
Bram Moolenaar
2022-05-17
3
-1
/
+10
*
patch 8.2.4971: Vim9: interpolated string seen as range
v8.2.4971
Bram Moolenaar
2022-05-17
3
-4
/
+13
*
patch 8.2.4970: "eval 123" gives an error, "eval 'abc'" does not
v8.2.4970
Bram Moolenaar
2022-05-17
3
-2
/
+25
*
patch 8.2.4969: changing text in Visual mode may cause invalid memory access
v8.2.4969
Bram Moolenaar
2022-05-16
6
-11
/
+44
*
patch 8.2.4968: reading past end of the line when C-indenting
v8.2.4968
Bram Moolenaar
2022-05-16
3
-1
/
+10
*
patch 8.2.4967: MS-Windows GUI: mouse event test sometimes fails
v8.2.4967
Bram Moolenaar
2022-05-16
2
-2
/
+4
*
patch 8.2.4966: MS-Windows GUI: mouse event test gets extra event
v8.2.4966
Bram Moolenaar
2022-05-16
2
-0
/
+7
*
patch 8.2.4965: GUI: testing mouse move event depends on screen cell size
v8.2.4965
Bram Moolenaar
2022-05-16
4
-20
/
+38
*
patch 8.2.4964: MS-Windows GUI: mouse event test is flaky
v8.2.4964
Bram Moolenaar
2022-05-16
2
-28
/
+33
*
patch 8.2.4963: expanding path with "/**" may overrun end of buffer
v8.2.4963
Bram Moolenaar
2022-05-16
2
-4
/
+8
*
patch 8.2.4962: files show up in git status
v8.2.4962
shane.xb.qian
2022-05-16
3
-4
/
+9
*
patch 8.2.4961: build error with a certain combination of features
v8.2.4961
Bram Moolenaar
2022-05-16
2
-1
/
+4
*
patch 8.2.4960: text properties that cross lines not updated for deleted line
v8.2.4960
Paul Ollis
2022-05-15
3
-4
/
+58
*
patch 8.2.4959: using NULL regexp program
v8.2.4959
Bram Moolenaar
2022-05-15
3
-13
/
+30
[next]