diff options
author | Michael Ennen <mike.ennen@gmail.com> | 2016-10-26 22:50:07 -0700 |
---|---|---|
committer | James McCoy <jamessan@jamessan.com> | 2016-12-12 10:17:35 -0500 |
commit | 34a7814219b835e8d552cac890ccdf67aad65b2a (patch) | |
tree | e7fd1c63ad37e92e624a9fd0991f8906ba14fadb /src | |
parent | 86706011a67efb3e248691bf2391355d0e0e7d50 (diff) | |
download | rneovim-34a7814219b835e8d552cac890ccdf67aad65b2a.tar.gz rneovim-34a7814219b835e8d552cac890ccdf67aad65b2a.tar.bz2 rneovim-34a7814219b835e8d552cac890ccdf67aad65b2a.zip |
vim-patch:7.4.1605
Problem: Catching exception that won't be thrown.
Solution: Remove try/catch.
https://github.com/vim/vim/commit/3905e291fe4375ca5c59efa9ffcb01a39c7be3a9
Diffstat (limited to 'src')
-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 fe03b6915b..2e711797f4 100644 --- a/src/nvim/version.c +++ b/src/nvim/version.c @@ -837,7 +837,7 @@ static int included_patches[] = { // 1608, // 1607, // 1606, - // 1605, + 1605, 1604, 1603, // 1602 NA |