diff options
author | James McCoy <jamessan@jamessan.com> | 2016-05-18 22:01:56 -0400 |
---|---|---|
committer | James McCoy <jamessan@jamessan.com> | 2016-05-18 22:15:56 -0400 |
commit | b907c85fb44b0828866ab06bc3cff8a178aa4a94 (patch) | |
tree | 39f75a936ed160cf421b61f3e3a24efafd9e268a /src/nvim/version.c | |
parent | c17f6c5396ec3c7cf734f3e7602dd4a5a8e772da (diff) | |
download | rneovim-b907c85fb44b0828866ab06bc3cff8a178aa4a94.tar.gz rneovim-b907c85fb44b0828866ab06bc3cff8a178aa4a94.tar.bz2 rneovim-b907c85fb44b0828866ab06bc3cff8a178aa4a94.zip |
vim-patch:7.4.1046
Problem: No test coverage for menus.
Solution: Load the standard menus and check there is no error.
https://github.com/vim/vim/commit/2d6c8002729821acc54a4de41d5c5f3d50594973
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 48db7d86ee..a8612e10f9 100644 --- a/src/nvim/version.c +++ b/src/nvim/version.c @@ -638,7 +638,7 @@ static int included_patches[] = { 1049, 1048, 1047, - // 1046, + 1046, // 1045 NA // 1044 NA // 1043 NA |