diff options
author | Justin M. Keyes <justinkz@gmail.com> | 2016-04-25 05:52:25 -0400 |
---|---|---|
committer | Justin M. Keyes <justinkz@gmail.com> | 2016-04-25 06:34:29 -0400 |
commit | 67d5a1aae2b4564cddc1883b01a926ab29b8be64 (patch) | |
tree | 1f4c769b09fea800be554a4e3a18135a1426ab36 /src/nvim/version.c | |
parent | db9c22adb9e1843a8b5aafb1d4976adac65eace6 (diff) | |
download | rneovim-67d5a1aae2b4564cddc1883b01a926ab29b8be64.tar.gz rneovim-67d5a1aae2b4564cddc1883b01a926ab29b8be64.tar.bz2 rneovim-67d5a1aae2b4564cddc1883b01a926ab29b8be64.zip |
vim-patch:7.4.1092
Problem: It is not simple to test for an exception and give a proper error
message.
Solution: Add assert_exception().
https://github.com/vim/vim/commit/a803c7f94070f94b831fdfd1984f288c8b825b5d
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 ed16b1b0d5..e913d84223 100644 --- a/src/nvim/version.c +++ b/src/nvim/version.c @@ -585,7 +585,7 @@ static int included_patches[] = { // 1095 NA // 1094, 1093, - // 1092, + 1092, // 1091, // 1090, 1089, |