diff options
author | watiko <service@mail.watiko.net> | 2016-02-12 16:29:05 +0900 |
---|---|---|
committer | watiko <service@mail.watiko.net> | 2016-02-21 22:06:23 +0900 |
commit | c8561ecf268c498b41eb36c18f3eda1557b7bdc1 (patch) | |
tree | 99c560a5e8ede3ac76f8e7da4321627affab272d /src/nvim/version.c | |
parent | fc51f86b727bb3bd8e65b8a0bab0548a90582269 (diff) | |
download | rneovim-c8561ecf268c498b41eb36c18f3eda1557b7bdc1.tar.gz rneovim-c8561ecf268c498b41eb36c18f3eda1557b7bdc1.tar.bz2 rneovim-c8561ecf268c498b41eb36c18f3eda1557b7bdc1.zip |
vim-patch:7.4.831
Problem: When expanding `=expr` on the command line and encountering an
error, the command is executed anyway.
Solution: Bail out when an error is detected.
https://github.com/vim/vim/commit/3f188935ec4db5117c4a64cc3f71219175624745
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 7d4b8982cd..6fdad105e4 100644 --- a/src/nvim/version.c +++ b/src/nvim/version.c @@ -459,7 +459,7 @@ static int included_patches[] = { 834, 833, // 832, - // 831, + 831, 830, // 829 NA 828, |