diff options
author | KunMing Xie <qqzz014@gmail.com> | 2018-03-04 22:53:50 +0800 |
---|---|---|
committer | Justin M. Keyes <justinkz@gmail.com> | 2018-03-04 15:53:50 +0100 |
commit | 544cef0155ecb006c34e8471733cac6bdfd61989 (patch) | |
tree | b44ca629912725c80bac9a120cc64f3b4e165567 /runtime/syntax/gitcommit.vim | |
parent | b22d3385b986ee6922298c019a4f3976d37897cc (diff) | |
download | rneovim-544cef0155ecb006c34e8471733cac6bdfd61989.tar.gz rneovim-544cef0155ecb006c34e8471733cac6bdfd61989.tar.bz2 rneovim-544cef0155ecb006c34e8471733cac6bdfd61989.zip |
vim-patch:8.0.0234,8.0.0236,8.0.0225 (#8052)
vim-patch:8.0.0234: crash when using put in Visual mode
Problem: When several lines are visually selected and one of them is short,
using put may cause a crash. (Axel Bender)
Solution: Check for a short line. (Christian Brabandt)
https://github.com/vim/vim/commit/941c12da3c087fd04aa6c120a76bf28f19349d96
vim-patch:8.0.0236: gcc complains about uninitialized variable
Problem: Gcc complains that a variable may be used uninitialized. Confusion
between variable and label name. (John Marriott)
Solution: Initialize it. Rename end to end_lnum.
https://github.com/vim/vim/commit/6a717f17ec6b09634be1c29e0ac4c35213f7b32d
vim-patch:8.0.0225: put in Visual block mode terminates early
Problem: When a block is visually selected and put is used on the end of
the selection only one line is changed.
Solution: Check for the end properly. (Christian Brabandt, neovim issue
5781)
https://github.com/vim/vim/commit/9957a10d0f0c34d8083af6ed66e198e4796038e0
Diffstat (limited to 'runtime/syntax/gitcommit.vim')
0 files changed, 0 insertions, 0 deletions