diff options
author | Jurica Bradaric <jbradaric@gmail.com> | 2016-02-10 22:37:39 +0100 |
---|---|---|
committer | Jurica Bradaric <jbradaric@gmail.com> | 2016-02-10 22:51:16 +0100 |
commit | 162d4bb3c621c5f2a19caa46cb35a2363744ac56 (patch) | |
tree | 14c7b5411e2bd7ab37a496fc5f7ba35e7bba7095 /src/nvim/version.c | |
parent | 84281bf675f77f417d26a68611406ef43fd82f7f (diff) | |
download | rneovim-162d4bb3c621c5f2a19caa46cb35a2363744ac56.tar.gz rneovim-162d4bb3c621c5f2a19caa46cb35a2363744ac56.tar.bz2 rneovim-162d4bb3c621c5f2a19caa46cb35a2363744ac56.zip |
vim-patch:7.4.857
Problem: Dragging the current tab with the mouse doesn't work properly.
Solution: Take the current tabpage index into account. (Hirohito Higashi)
https://github.com/vim/vim/commit/4a4b821085847651b71d8ad9fab9f180635cb453
Diffstat (limited to 'src/nvim/version.c')
-rw-r--r-- | src/nvim/version.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/nvim/version.c b/src/nvim/version.c index 487f3fc27b..0922c06e81 100644 --- a/src/nvim/version.c +++ b/src/nvim/version.c @@ -431,7 +431,7 @@ static int included_patches[] = { // 860, // 859, 858, - // 857, + 857, // 856, // 855 NA // 854 NA |