refactor: replace char_u with char

Work on https://github.com/neovim/neovim/issues/459
This commit is contained in:
Dundar Goc
2022-07-19 15:30:57 +02:00
parent 9511faa819
commit 824a729628
35 changed files with 454 additions and 496 deletions

View File

@@ -2765,7 +2765,7 @@ void ex_undolist(exarg_T *eap)
if (GA_EMPTY(&ga)) {
msg(_("Nothing to undo"));
} else {
sort_strings((char_u **)ga.ga_data, ga.ga_len);
sort_strings(ga.ga_data, ga.ga_len);
msg_start();
msg_puts_attr(_("number changes when saved"),