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
*
Update runtime files.
Bram Moolenaar
2022-06-12
10
-54
/
+120
*
patch 8.2.5080: when indenting gets out of hand it is hard to stop
v8.2.5080
Bram Moolenaar
2022-06-12
2
-0
/
+4
*
patch 8.2.5079: DirChanged autocommand may use freed memory
v8.2.5079
Bram Moolenaar
2022-06-12
3
-1
/
+12
*
patch 8.2.5078: substitute test has a one second delay
v8.2.5078
zeertzjq
2022-06-12
2
-5
/
+9
*
patch 8.2.5077: various warnings from clang on MS-Windows
v8.2.5077
Yegappan Lakshmanan
2022-06-11
7
-18
/
+24
*
patch 8.2.5076: unnecessary code
v8.2.5076
zeertzjq
2022-06-10
3
-28
/
+10
*
patch 8.2.5075: clang gives an out of bounds warning
v8.2.5075
Bram Moolenaar
2022-06-10
2
-1
/
+4
*
patch 8.2.5074: spell test fails on MS-Windows
v8.2.5074
Bram Moolenaar
2022-06-10
2
-3
/
+3
*
patch 8.2.5073: clang on MS-Windows produces warnings
v8.2.5073
Bram Moolenaar
2022-06-09
12
-105
/
+137
*
Update runtime files
Bram Moolenaar
2022-06-09
19
-1829
/
+1136
*
patch 8.2.5072: using uninitialized value and freed memory in spell command
v8.2.5072
Bram Moolenaar
2022-06-09
3
-3
/
+24
*
patch 8.2.5071: with some Mac OS version clockid_t is redefined
v8.2.5071
ichizok
2022-06-09
2
-4
/
+5
*
patch 8.2.5070: unnecessary code
v8.2.5070
zeertzjq
2022-06-09
3
-16
/
+12
*
patch 8.2.5069: various warnings from clang on MS-Windows
v8.2.5069
Yegappan Lakshmanan
2022-06-08
6
-8
/
+9
*
patch 8.2.5068: gcc 12.1 warning when building tee
v8.2.5068
Bram Moolenaar
2022-06-08
2
-2
/
+5
*
patch 8.2.5067: timer_create is not available on every Mac system
v8.2.5067
Bram Moolenaar
2022-06-08
2
-1
/
+3
*
patch 8.2.5066: timer_create is not available on every Mac system
v8.2.5066
Bram Moolenaar
2022-06-07
8
-13
/
+246
*
patch 8.2.5065: wrong return type for main() in tee.c
v8.2.5065
Bram Moolenaar
2022-06-06
2
-2
/
+3
*
Update runtime files.
Bram Moolenaar
2022-06-06
13
-1190
/
+225
*
patch 8.2.5064: no test for what 8.1.0052 fixes
v8.2.5064
zeertzjq
2022-06-06
3
-2
/
+34
*
patch 8.2.5063: error for a command may go over the end of IObuff
v8.2.5063
Bram Moolenaar
2022-06-06
3
-2
/
+17
*
patch 8.2.5062: Coverity warns for dead code
v8.2.5062
Bram Moolenaar
2022-06-06
3
-9
/
+3
*
patch 8.2.5061: C89 requires signal handlers to return void
v8.2.5061
Bram Moolenaar
2022-06-05
10
-129
/
+49
*
patch 8.2.5060: running configure fails
v8.2.5060
Bram Moolenaar
2022-06-05
3
-4
/
+4
*
patch 8.2.5059: autoconf 2.71 produces many obsolete warnings
v8.2.5059
Bram Moolenaar
2022-06-05
3
-171
/
+185
*
patch 8.2.5058: input() does not handle composing characters properly
v8.2.5058
zeertzjq
2022-06-05
3
-1
/
+7
*
patch 8.2.5057: using gettimeofday() for timeout is very inefficient
v8.2.5057
Paul Ollis
2022-06-05
29
-242
/
+811
*
patch 8.2.5056: the channel log only contains some of the raw terminal output
v8.2.5056
Bram Moolenaar
2022-06-04
10
-63
/
+58
*
patch 8.2.5055: statusline is not updated when terminal title changes
v8.2.5055
LemonBoy
2022-06-04
2
-0
/
+5
*
Update runtime files
Bram Moolenaar
2022-06-03
31
-2012
/
+1423
*
patch 8.2.5054: no good filetype for conf files similar to dosini
v8.2.5054
Mudskipper875
2022-06-03
3
-19
/
+22
*
patch 8.2.5053: cannot have a comment halfway an expression in a block
v8.2.5053
Bram Moolenaar
2022-06-03
3
-2
/
+49
*
patch 8.2.5052: CI checkout step title is a bit cryptic
v8.2.5052
Philip H
2022-06-01
4
-5
/
+11
*
patch 8.2.5051: check for autocmd_add() event argument is confusing
v8.2.5051
Bram Moolenaar
2022-06-01
2
-8
/
+8
*
patch 8.2.5050: using freed memory when searching for pattern in path
v8.2.5050
Bram Moolenaar
2022-06-01
3
-3
/
+31
*
patch 8.2.5049: insufficient tests for autocommands
v8.2.5049
Yegappan Lakshmanan
2022-06-01
5
-26
/
+37
*
patch 8.2.5048: when using XIM the gui test may fail
v8.2.5048
Bram Moolenaar
2022-05-31
2
-1
/
+8
*
patch 8.2.5047: CurSearch highlight is often wrong
v8.2.5047
Bram Moolenaar
2022-05-31
7
-6
/
+49
*
patch 8.2.5046: vim_regsub() can overwrite the destination
v8.2.5046
Bram Moolenaar
2022-05-30
6
-37
/
+111
*
patch 8.2.5045: can escape a terminal popup window when the job is finished
v8.2.5045
Bram Moolenaar
2022-05-30
7
-26
/
+49
*
patch 8.2.5044: command line test fails
v8.2.5044
Bram Moolenaar
2022-05-30
3
-6
/
+7
*
patch 8.2.5043: can open a cmdline window from a substitute expression
v8.2.5043
Bram Moolenaar
2022-05-30
6
-12
/
+51
*
patch 8.2.5042: scrollbar thumb in tall scrolled popup not visible
v8.2.5042
Bram Moolenaar
2022-05-30
4
-10
/
+12
*
patch 8.2.5041: cannot close a terminal popup with "NONE" job
v8.2.5041
Bram Moolenaar
2022-05-29
6
-5
/
+36
*
patch 8.2.5040: scrollbar thumb in scrolled popup not visible
v8.2.5040
Bram Moolenaar
2022-05-29
4
-2
/
+28
*
patch 8.2.5039: confusing error if first argument of popup_create() is wrong
v8.2.5039
Bram Moolenaar
2022-05-29
5
-4
/
+17
*
patch 8.2.5038: a finished terminal in a popup window does not show scrollbar
v8.2.5038
Bram Moolenaar
2022-05-29
6
-10
/
+108
*
patch 8.2.5037: cursor position may be invalid after "0;" range
v8.2.5037
Bram Moolenaar
2022-05-28
3
-7
/
+27
*
patch 8.2.5036: using two counters for timeout check in NFA engine
v8.2.5036
Bram Moolenaar
2022-05-28
2
-21
/
+19
*
patch 8.2.5035: when splitting a window the changelist position moves
v8.2.5035
zeertzjq
2022-05-28
4
-28
/
+41
[next]