diff options
author | Florian Walch <florian@fwalch.com> | 2014-12-23 12:12:16 +0100 |
---|---|---|
committer | Florian Walch <florian@fwalch.com> | 2014-12-23 16:14:24 +0100 |
commit | c4e0cd4418f5f6699d341446e791d05f9406a6bc (patch) | |
tree | dbbd3ba5706c6bdad35ab6e979deb25e8f96429e /src/nvim/version.c | |
parent | 1e17904eb2fbb33070125dec9c3b06df06655b25 (diff) | |
download | rneovim-c4e0cd4418f5f6699d341446e791d05f9406a6bc.tar.gz rneovim-c4e0cd4418f5f6699d341446e791d05f9406a6bc.tar.bz2 rneovim-c4e0cd4418f5f6699d341446e791d05f9406a6bc.zip |
vim-patch:7.4.452
Problem: Can't build with tiny features. (Tony Mechelynck)
Solution: Use "return" instead of "break".
https://code.google.com/p/vim/source/detail?r=v7-4-452
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 586400e5de..2324104d4f 100644 --- a/src/nvim/version.c +++ b/src/nvim/version.c @@ -285,7 +285,7 @@ static int included_patches[] = { 455, 454, //453 NA - //452, + 452, //451, //450, 449, |