diff options
author | Jurica Bradaric <jurica.bradaric@avl.com> | 2017-03-07 21:05:02 +0100 |
---|---|---|
committer | Jurica Bradaric <jbradaric@gmail.com> | 2017-03-20 22:47:09 +0100 |
commit | cad9a76be28f2ee3bd2c48ae959243aa7cfdb02a (patch) | |
tree | 8a764f37d141b6f2391a423009386bd003fbb2dd /src/nvim/version.c | |
parent | 6ca580be9bffcccc513bfce383a6e1f9f026614c (diff) | |
download | rneovim-cad9a76be28f2ee3bd2c48ae959243aa7cfdb02a.tar.gz rneovim-cad9a76be28f2ee3bd2c48ae959243aa7cfdb02a.tar.bz2 rneovim-cad9a76be28f2ee3bd2c48ae959243aa7cfdb02a.zip |
vim-patch:7.4.2291
Problem: printf() handles floats wrong when there is a sign.
Solution: Fix placing the sign. Add tests. (Dominique Pelle)
https://github.com/vim/vim/commit/04186095346daa60e82e981dad114de2b641d672
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 09e27d210b..dd4adae213 100644 --- a/src/nvim/version.c +++ b/src/nvim/version.c @@ -150,7 +150,7 @@ static int included_patches[] = { 2294, // 2293, 2292, - // 2291, + 2291, // 2290 NA // 2289 NA // 2288 NA |