diff options
| author | Scott Prager <splinterofchaos@gmail.com> | 2014-09-03 01:02:47 -0400 |
|---|---|---|
| committer | Scott Prager <splinterofchaos@gmail.com> | 2014-12-11 20:30:00 -0500 |
| commit | 5fdca47962fac359e616ef8c6dee3a793cb08168 (patch) | |
| tree | e4cafbd6e34eacc3d424c25d8253c6a2b6c1392b /src/nvim/version.c | |
| parent | 2f8cc3b9d5f3dd56949d4b9c876fdff1e14e46cf (diff) | |
| download | rneovim-5fdca47962fac359e616ef8c6dee3a793cb08168.tar.gz rneovim-5fdca47962fac359e616ef8c6dee3a793cb08168.tar.bz2 rneovim-5fdca47962fac359e616ef8c6dee3a793cb08168.zip | |
vim-patch:7.4.243
Problem: Cannot use setreg() to add text that includes a NUL.
Solution: Make setreg() accept a list.
https://code.google.com/p/vim/source/detail?r=v7-4-243
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 5a0d8d9d74..722a725df2 100644 --- a/src/nvim/version.c +++ b/src/nvim/version.c @@ -422,7 +422,7 @@ static int included_patches[] = { //246, 245, //244, - //243, + 243, 242, 241, 240, |