diff options
author | oni-link <knil.ino@gmail.com> | 2014-05-22 11:54:23 +0200 |
---|---|---|
committer | oni-link <knil.ino@gmail.com> | 2014-05-22 11:54:23 +0200 |
commit | c2de243ce1652912a518b052fb1887ae05640d74 (patch) | |
tree | 2d14429243acf3669da45ce5d99e395b5eedca88 /src/nvim/version.c | |
parent | 0aa8b5828cc0674894681841f40c3c05bfd2f07b (diff) | |
download | rneovim-c2de243ce1652912a518b052fb1887ae05640d74.tar.gz rneovim-c2de243ce1652912a518b052fb1887ae05640d74.tar.bz2 rneovim-c2de243ce1652912a518b052fb1887ae05640d74.zip |
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
Diffstat (limited to 'src/nvim/version.c')
-rw-r--r-- | src/nvim/version.c | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/src/nvim/version.c b/src/nvim/version.c index bab38a8d32..eac5854ff0 100644 --- a/src/nvim/version.c +++ b/src/nvim/version.c @@ -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, |