diff options
author | watiko <service@mail.watiko.net> | 2016-01-11 05:31:33 +0900 |
---|---|---|
committer | watiko <service@mail.watiko.net> | 2016-01-15 23:50:04 +0900 |
commit | 9d184927931a44784136cce58ece63ef9f7bec32 (patch) | |
tree | 9ab270d2c550a7124614ab9625f1ffcc3104b2a5 /src/nvim/version.c | |
parent | 1231f0b0015cdcdf344eb815743c4c0dc89ba9ec (diff) | |
download | rneovim-9d184927931a44784136cce58ece63ef9f7bec32.tar.gz rneovim-9d184927931a44784136cce58ece63ef9f7bec32.tar.bz2 rneovim-9d184927931a44784136cce58ece63ef9f7bec32.zip |
vim-patch:7.4.981
Problem: An error in a test script goes unnoticed.
Solution: Source the test script inside try/catch. (Hirohito Higashi)
https://github.com/vim/vim/commit/4686b323e4bc0f466500b018959f6c8965f010f9
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 e057d884f5..406edbfa3c 100644 --- a/src/nvim/version.c +++ b/src/nvim/version.c @@ -143,7 +143,7 @@ static int included_patches[] = { // 984, // 983, // 982 NA - // 981, + 981, 980, // 979 NA 978, |