mirror of
https://github.com/neovim/neovim.git
synced 2025-10-15 06:16:08 +00:00
vim-patch:7.4.178
Problem: The J command does not update '[ and '] marks. (William Gardner) Solution: Set the marks. (Christian Brabandt) https://code.google.com/p/vim/source/detail?r=647e6bb15aa3f864eaf447fe77e3e3ae7e37b134
This commit is contained in:

committed by
Thiago de Arruda

parent
a02bcc0d2f
commit
461b939b01
@@ -202,6 +202,11 @@ static char *(features[]) = {
|
||||
|
||||
static int included_patches[] = {
|
||||
// Add new patch number below this line
|
||||
178,
|
||||
//177,
|
||||
//176,
|
||||
//175,
|
||||
//174,
|
||||
173,
|
||||
172,
|
||||
171,
|
||||
|
Reference in New Issue
Block a user