mirror of
https://github.com/neovim/neovim.git
synced 2025-10-04 17:06:30 +00:00
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:
@@ -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.
|
||||
|
Reference in New Issue
Block a user