vim-patch:8.1.0753: printf format not checked for semsg() (#16378)

Problem:    printf format not checked for semsg().
Solution:   Add GNUC attribute and fix reported problems. (Dominique Pelle,
            closes vim/vim#3805)
b5443cc46d

(Most of the changes do not apply because Neovim already uses PRId64 and other spelling mistakes were already fixed.)
This commit is contained in:
Volodymyr Kot 2021-11-20 12:26:16 +00:00 committed by GitHub
parent 725cbe7d41
commit 2bd8f2fb5e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -6184,7 +6184,7 @@ static void do_ucmd(exarg_T *eap)
}
}
// break if there no <item> is found
// break if no <item> is found
if (start == NULL || end == NULL) {
break;
}