Minor cleanup

clangd needs to respect clang-format files when inserting headers up
top.

[ci skip]
This commit is contained in:
Mahmoud Al-Qudsi
2020-11-28 01:00:27 -06:00
parent a3cb1e2dcd
commit aa0bfa0eb8
2 changed files with 1 additions and 4 deletions

View File

@@ -102,8 +102,6 @@
/// The name of the function for getting the input mode indicator.
#define MODE_PROMPT_FUNCTION_NAME L"fish_mode_prompt"
/// The default title for the reader. This is used by reader_readline.
/// The maximum number of characters to read from the keyboard without repainting. Note that this
/// readahead will only occur if new characters are available for reading, fish will never block for
/// more input without repainting.