mirror of
https://github.com/neovim/neovim.git
synced 2025-10-02 16:08:36 +00:00
vim-patch:7.4.594 #2654
Problem: Using a block delete while 'breakindent' is set does not work properly. Solution: Use "line" instead of "prev_pend" as the first argument to lbr_chartabsize_adv(). (Hirohito Higashi) https://github.com/vim/vim/commit/v7-4-594 See https://groups.google.com/d/msg/vim_dev/B8k0AVlqMUU/qKXeY8srpGcJ
This commit is contained in:

committed by
Michael Reed

parent
9b87955b34
commit
f525284778
@@ -189,7 +189,7 @@ static int included_patches[] = {
|
||||
//597,
|
||||
//596 NA
|
||||
595,
|
||||
//594,
|
||||
594,
|
||||
//593,
|
||||
//592 NA
|
||||
//591 NA
|
||||
|
Reference in New Issue
Block a user