diff options
author | watiko <service@mail.watiko.net> | 2016-02-07 09:58:52 +0900 |
---|---|---|
committer | watiko <service@mail.watiko.net> | 2016-02-11 15:13:30 +0900 |
commit | 4a0e10fb2c584ae5cbd95041373944663fa8755d (patch) | |
tree | 9fc10619cff40528c198f7baf35473f86f142205 /src/nvim/version.c | |
parent | 84281bf675f77f417d26a68611406ef43fd82f7f (diff) | |
download | rneovim-4a0e10fb2c584ae5cbd95041373944663fa8755d.tar.gz rneovim-4a0e10fb2c584ae5cbd95041373944663fa8755d.tar.bz2 rneovim-4a0e10fb2c584ae5cbd95041373944663fa8755d.zip |
vim-patch:7.4.734
Problem: ml_get error when using "p" in a Visual selection in the last
line.
Solution: Change the behavior at the last line. (Yukihiro Nakadaira)
https://github.com/vim/vim/commit/d009e8682686a56f7565e6e093a42cd0596e121f
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..90bf3c7572 100644 --- a/src/nvim/version.c +++ b/src/nvim/version.c @@ -554,7 +554,7 @@ static int included_patches[] = { 737, 736, // 735 NA - // 734, + 734, // 733, 732, // 731 NA |