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 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
*
patch 8.2.2562: GUI: star register changed when 'clipboard is "unnamedplus"
v8.2.2562
Bram Moolenaar
2021-03-02
1
-4
/
+8
*
patch 8.2.2189: cannot repeat a command that uses the small delete register
v8.2.2189
Bram Moolenaar
2020-12-22
1
-1
/
+8
*
patch 8.2.2057: getting the selection may trigger TextYankPost autocmd
v8.2.2057
Bram Moolenaar
2020-11-26
1
-2
/
+1
*
patch 8.2.1914: Vim9: cannot put line break in expression for '=' register
v8.2.1914
Bram Moolenaar
2020-10-28
1
-4
/
+8
*
patch 8.2.1898: command modifier parsing always uses global cmdmod
v8.2.1898
Bram Moolenaar
2020-10-24
1
-2
/
+2
*
patch 8.2.1637: Vim9: :put ={expr} does not work inside :def function
v8.2.1637
Bram Moolenaar
2020-09-08
1
-5
/
+7
*
patch 8.2.1511: putting a string in Visual block mode ignores multi-byte
v8.2.1511
Bram Moolenaar
2020-08-22
1
-2
/
+25
*
patch 8.2.1170: cursor off by one with block paste while 'virtualedit' "all"
v8.2.1170
Bram Moolenaar
2020-07-10
1
-1
/
+1
*
patch 8.2.1085: Coverity complains about ignoring dict_add() return value
v8.2.1085
Bram Moolenaar
2020-06-29
1
-5
/
+5
*
patch 8.2.1049: Vim9: leaking memory when using continuation line
v8.2.1049
Bram Moolenaar
2020-06-24
1
-1
/
+1
*
patch 8.2.0997: cannot execute a register containing line continuation
v8.2.0997
Bram Moolenaar
2020-06-17
1
-1
/
+86
*
patch 8.2.0967: unnecessary type casts for vim_strnsave()
v8.2.0967
Bram Moolenaar
2020-06-12
1
-1
/
+1
*
patch 8.2.0964: TextYankPost does not provide info about Visual selection
v8.2.0964
Bram Moolenaar
2020-06-12
1
-0
/
+2
*
patch 8.2.0924: cannot save and restore a register properly
v8.2.0924
Bram Moolenaar
2020-06-07
1
-0
/
+9
*
patch 8.2.0670: cannot change window when evaluating 'completefunc'
v8.2.0670
Bram Moolenaar
2020-04-30
1
-2
/
+2
*
patch 8.2.0443: clipboard code is spread out
v8.2.0443
Bram Moolenaar
2020-03-24
1
-239
/
+14
*
patch 8.2.0319: file missing in distribution, comments outdated
v8.2.0319
Bram Moolenaar
2020-02-26
1
-2
/
+2
*
patch 8.2.0156: various typos in source files and tests
v8.2.0156
Bram Moolenaar
2020-01-26
1
-1
/
+1
*
patch 8.1.2406: leaking memory in test_paste and test_registers
v8.1.2406
Bram Moolenaar
2019-12-07
1
-2
/
+2
*
patch 8.1.2375: no suffucient testing for registers
v8.1.2375
Bram Moolenaar
2019-12-01
1
-10
/
+8
*
patch 8.1.2302: :lockmarks does not work for '[ and ']
v8.1.2302
Bram Moolenaar
2019-11-16
1
-6
/
+16
*
patch 8.1.2243: typos in comments
v8.1.2243
Bram Moolenaar
2019-11-02
1
-3
/
+3
*
patch 8.1.2221: cannot filter :disp output
v8.1.2221
Bram Moolenaar
2019-10-26
1
-33
/
+46
*
patch 8.1.2212: cannot see the selection type in :reg output
v8.1.2212
Bram Moolenaar
2019-10-24
1
-9
/
+19
*
patch 8.1.2171: mouse support not always available
v8.1.2171
Bram Moolenaar
2019-10-17
1
-2
/
+0
*
patch 8.1.2077: the ops.c file is too big
v8.1.2077
Bram Moolenaar
2019-09-25
1
-0
/
+3007