diff options
author | Jurica Bradaric <jbradaric@gmail.com> | 2016-09-25 21:40:37 +0200 |
---|---|---|
committer | Jurica Bradaric <jbradaric@gmail.com> | 2016-09-25 22:06:57 +0200 |
commit | 9114790c4ce73d7f2eae0a1a06a7ced02ab86cf0 (patch) | |
tree | 31a06288df51d15d12da655115659ea3800e1411 /src/nvim/version.c | |
parent | 641d4242904f4a9691bd7933beaf90f3cce81d97 (diff) | |
download | rneovim-9114790c4ce73d7f2eae0a1a06a7ced02ab86cf0.tar.gz rneovim-9114790c4ce73d7f2eae0a1a06a7ced02ab86cf0.tar.bz2 rneovim-9114790c4ce73d7f2eae0a1a06a7ced02ab86cf0.zip |
vim-patch:7.4.1820
Problem: Removing language from help tags too often.
Solution: Only remove @en when not needed. (Hirohito Higashi)
https://github.com/vim/vim/commit/9ccaae04c6f263e6db14fc403bca2404a7871114
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 2f091ffc7a..41e295f65e 100644 --- a/src/nvim/version.c +++ b/src/nvim/version.c @@ -621,7 +621,7 @@ static int included_patches[] = { // 1823, // 1822 NA // 1821, - // 1820, + 1820, // 1819 NA 1818, // 1817 NA |