mirror of
https://github.com/neovim/neovim.git
synced 2025-09-29 06:28:35 +00:00
vim-patch:7.4.285
Problem: When 'relativenumber' is set and deleting lines or undoing that, line numbers are not always updated. (Robert Arkwright) Solution: (Christian Brabandt) https://code.google.com/p/vim/source/detail?r=5cb1828fd0056de3c166e71fbafc67a74c57d7b1
This commit is contained in:
@@ -201,6 +201,17 @@ static char *(features[]) = {
|
||||
|
||||
static int included_patches[] = {
|
||||
// Add new patch number below this line
|
||||
285,
|
||||
//284,
|
||||
//283,
|
||||
//282,
|
||||
//281,
|
||||
//280,
|
||||
//279,
|
||||
//278,
|
||||
//277,
|
||||
//276,
|
||||
//275,
|
||||
274,
|
||||
//273,
|
||||
272,
|
||||
|
Reference in New Issue
Block a user