diff options
author | James McCoy <jamessan@jamessan.com> | 2016-06-20 21:04:08 -0400 |
---|---|---|
committer | James McCoy <jamessan@jamessan.com> | 2016-07-08 01:43:37 -0400 |
commit | 55dcf0918c364dd58e700cde5f2efbf7da4b3051 (patch) | |
tree | 7849ba89df702346cce1b31ca756eaa2540a8083 /src/nvim/version.c | |
parent | 26f74fdf61827f5afc6fe4e90b9e9497264cb039 (diff) | |
download | rneovim-55dcf0918c364dd58e700cde5f2efbf7da4b3051.tar.gz rneovim-55dcf0918c364dd58e700cde5f2efbf7da4b3051.tar.bz2 rneovim-55dcf0918c364dd58e700cde5f2efbf7da4b3051.zip |
vim-patch:7.4.1551
Problem: Cannot generate help tags in all doc directories.
Solution: Make ":helptags ALL" work.
https://github.com/vim/vim/commit/6bef5306e4f2cacb3a93667992c2312d4b293c9d
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 97cd65700f..e44b4441d0 100644 --- a/src/nvim/version.c +++ b/src/nvim/version.c @@ -144,7 +144,7 @@ static int included_patches[] = { // 1554, // 1553, // 1552, - // 1551, + 1551, 1550, // 1549, // 1548, |