vim-patch:8.2.4928: various white space and cosmetic mistakes (#21854)

Problem:    Various white space and cosmetic mistakes.
Solution:   Change spaces to tabs, improve comments.

6ed545e797

Co-authored-by: Bram Moolenaar <Bram@vim.org>
This commit is contained in:
zeertzjq
2023-01-17 16:53:37 +08:00
committed by GitHub
parent 58f2dcfc88
commit b4d669e7ac
4 changed files with 6 additions and 4 deletions

View File

@@ -29,7 +29,8 @@
# include "input.c.generated.h" // IWYU pragma: export
#endif
/// Ask for a reply from the user, 'y' or 'n'
/// Ask for a reply from the user, a 'y' or a 'n', with prompt "str" (which
/// should have been translated already).
///
/// No other characters are accepted, the message is repeated until a valid
/// reply is entered or <C-c> is hit.