mirror of
https://github.com/neovim/neovim.git
synced 2025-09-18 17:28:23 +00:00
Merge pull request #4632 from KillTheMule/vim-7.4.822
vim-patch:7.4.822
This commit is contained in:
@@ -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.
|
||||
|
Reference in New Issue
Block a user