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
/
register.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
patch 9.0.0340: the 'cmdheight' zero support causes too much trouble
v9.0.0340
Bram Moolenaar
2022-08-31
1
-17
/
+0
*
patch 9.0.0265: no good reason why the "gf" command isn't in the tiny version
v9.0.0265
Bram Moolenaar
2022-08-25
1
-4
/
+0
*
patch 9.0.0206: redraw flags are not named specifically
v9.0.0206
Bram Moolenaar
2022-08-14
1
-2
/
+2
*
patch 9.0.0164: using freed memory with put command
v9.0.0164
Bram Moolenaar
2022-08-07
1
-3
/
+5
*
patch 9.0.0163: text property not adjusted for text inserted with "p"
v9.0.0163
Bram Moolenaar
2022-08-07
1
-1
/
+2
*
patch 9.0.0118: no test for what patch 9.0.0155 fixes
v9.0.0118
zeertzjq
2022-07-31
1
-1
/
+1
*
patch 9.0.0114: the command line takes up space even when not used
v9.0.0114
Shougo Matsushita
2022-07-30
1
-0
/
+17
*
patch 9.0.0078: star register is unexpectedly changed when deleting
v9.0.0078
Ernie Rael
2022-07-26
1
-1
/
+4
*
patch 9.0.0067: cannot show virtual text
v9.0.0067
Bram Moolenaar
2022-07-25
1
-6
/
+20
*
patch 9.0.0011: reading beyond the end of the line with put command
v9.0.0011
Bram Moolenaar
2022-06-30
1
-0
/
+2
*
patch 8.2.5029: "textlock" is always zero
v8.2.5029
zeertzjq
2022-05-27
1
-2
/
+2
*
patch 8.2.5016: access before start of text with a put command
v8.2.5016
Bram Moolenaar
2022-05-25
1
-2
/
+5
*
patch 8.2.4993: smart/C/lisp indenting is optional
v8.2.4993
Bram Moolenaar
2022-05-21
1
-2
/
+0
*
patch 8.2.4717: for TextYankPost v:event does not contain all information
v8.2.4717
Bram Moolenaar
2022-04-09
1
-0
/
+9
*
patch 8.2.4649: various formatting problems
v8.2.4649
Bram Moolenaar
2022-03-30
1
-2
/
+2
*
patch 8.2.4593: unnecessary call to redraw_later()
v8.2.4593
zeertzjq
2022-03-19
1
-2
/
+1
*
patch 8.2.4273: the EBCDIC support is outdated
v8.2.4273
Bram Moolenaar
2022-01-31
1
-14
/
+0
*
patch 8.2.4242: put in Visual mode cannot be repeated
v8.2.4242
Shougo Matsushita
2022-01-28
1
-8
/
+0
*
patch 8.2.4241: some type casts are redundant
v8.2.4241
=?UTF-8?q?Dundar=20G=C3=B6c?=
2022-01-28
1
-1
/
+1
*
patch 8.2.4219: reading before the start of the line
v8.2.4219
Bram Moolenaar
2022-01-25
1
-1
/
+1
*
patch 8.2.4043: using int for second argument of ga_init2()
v8.2.4043
Bram Moolenaar
2022-01-08
1
-1
/
+1
*
patch 8.2.4038: various code not used when features are disabled
v8.2.4038
Dominique Pelle
2022-01-08
1
-0
/
+16
*
patch 8.2.4012: error messages are spread out
v8.2.4012
Bram Moolenaar
2022-01-05
1
-2
/
+1
*
patch 8.2.4008: error messages are spread out
v8.2.4008
Bram Moolenaar
2022-01-05
1
-1
/
+1
*
patch 8.2.3985: error messages are spread out
v8.2.3985
Bram Moolenaar
2022-01-02
1
-1
/
+1
*
patch 8.2.3930: getcmdline() argument has a misleading type
v8.2.3930
Bram Moolenaar
2021-12-28
1
-1
/
+1
*
patch 8.2.3750: error messages are everywhere
v8.2.3750
Bram Moolenaar
2021-12-05
1
-1
/
+1
*
patch 8.2.3722: Amiga: superfluous messages for freeing lots of yanked text
v8.2.3722
Bram Moolenaar
2021-12-02
1
-18
/
+0
*
patch 8.2.3721: using memory freed by losing the clipboard selection
v8.2.3721
Bram Moolenaar
2021-12-02
1
-0
/
+10
*
patch 8.2.3678: illegal memory access
v8.2.3678
Bram Moolenaar
2021-11-25
1
-2
/
+4
*
patch 8.2.3677: after a put the '] mark is on the last byte
v8.2.3677
Bram Moolenaar
2021-11-25
1
-3
/
+15
*
patch 8.2.3609: internal error when ModeChanged is triggered recursively
v8.2.3609
Bram Moolenaar
2021-11-17
1
-9
/
+9
*
patch 8.2.3601: check for overflow in put count does not work well
v8.2.3601
ichizok
2021-11-16
1
-27
/
+35
*
patch 8.2.3575: overflow check still fails when sizeof(int) == sizeof(long)
v8.2.3575
Bram Moolenaar
2021-11-02
1
-3
/
+9
*
patch 8.2.3574: divide by zero
v8.2.3574
Bram Moolenaar
2021-11-02
1
-2
/
+3
*
patch 8.2.3573: cannot decide whether to skip test that fails with 64 bit
v8.2.3573
Bram Moolenaar
2021-11-02
1
-1
/
+2
*
patch 8.2.3540: the mark '] is wrong after put with a count
v8.2.3540
Bram Moolenaar
2021-10-19
1
-1
/
+1
*
patch 8.2.3492: crash when pasting too many times
v8.2.3492
Bram Moolenaar
2021-10-10
1
-2
/
+9
*
patch 8.2.3455: using a count with "gp" leaves '] in wrong position
v8.2.3455
Bram Moolenaar
2021-09-22
1
-0
/
+3
*
patch 8.2.3454: using a count with "gp" leave cursor in wrong position
v8.2.3454
Bram Moolenaar
2021-09-22
1
-3
/
+11
*
patch 8.2.3439: deleted lines go to wrong yank register
v8.2.3439
Christian Brabandt
2021-09-14
1
-0
/
+7
*
patch 8.2.3227: 'virtualedit' can only be set globally
v8.2.3227
Gary Johnson
2021-07-26
1
-4
/
+5
*
patch 8.2.3190: error messages are spread out
v8.2.3190
Bram Moolenaar
2021-07-20
1
-5
/
+5
*
patch 8.2.3072: "zy" does not work well when "virtualedit' is "block"
v8.2.3072
Bram Moolenaar
2021-06-28
1
-1
/
+3
*
patch 8.2.3010: not enough testing for viminfo code
v8.2.3010
Yegappan Lakshmanan
2021-06-16
1
-0
/
+3
*
patch 8.2.2971: cannot yank a block without trailing spaces
v8.2.2971
Christian Brabandt
2021-06-10
1
-6
/
+20
*
patch 8.2.2935: calculating register width is not always needed
v8.2.2935
Bram Moolenaar
2021-06-04
1
-8
/
+12
*
patch 8.2.2934: ASAN error when using text from the clipboard
v8.2.2934
Bram Moolenaar
2021-06-04
1
-3
/
+4
*
patch 8.2.2933: when 'clipboard' is "unnamed" zp does not work correctly
v8.2.2933
Bram Moolenaar
2021-06-04
1
-4
/
+9
*
patch 8.2.2914: cannot paste a block without adding padding
v8.2.2914
Christian Brabandt
2021-05-30
1
-7
/
+12
[next]