mirror of
https://github.com/fish-shell/fish-shell.git
synced 2025-03-15 15:05:27 +08:00
src/reader.cpp: Remove needless use of macro
This commit is contained in:
parent
05cdacc8d4
commit
d059c3b5b2
@ -1930,7 +1930,7 @@ maybe_t<source_range_t> reader_data_t::get_selection() const {
|
||||
|
||||
/// Characters that may not be part of a token that is to be replaced by a case insensitive
|
||||
/// completion.
|
||||
#define REPLACE_UNCLEAN L"$*?({})"
|
||||
const wchar_t *REPLACE_UNCLEAN = L"$*?({})";
|
||||
|
||||
/// Check if the specified string can be replaced by a case insensitive completion with the
|
||||
/// specified flags.
|
||||
|
Loading…
x
Reference in New Issue
Block a user