Merge pull request #4632 from KillTheMule/vim-7.4.822

vim-patch:7.4.822
This commit is contained in:
Justin M. Keyes
2016-04-25 04:12:04 -04:00
7 changed files with 31 additions and 25 deletions

View File

@@ -5048,7 +5048,9 @@ helptags_one (
/*
* Sort the tags.
*/
sort_strings((char_u **)ga.ga_data, ga.ga_len);
if (ga.ga_data != NULL) {
sort_strings((char_u **)ga.ga_data, ga.ga_len);
}
/*
* Check for duplicates.