eric pouech (@epo) commented about programs/cmd/lineedit.c:
- BOOL ignoreTrailingQuote;
- BOOL isDirSearch;
- BOOL haveSearchResult;
- BOOL hadOneMatch;
- int lastStartQuote;
- int searchPos;
- int insertPos;
+} SEARCH_CONTEXT, *PSEARCH_CONTEXT;
+static BOOL IsDirectoryOperation(const WCHAR *inputBuffer, const ULONG inputBufferLength) +{
- int cc = 0;
- BOOL ret = FALSE;
- while (cc < inputBufferLength && (inputBuffer[cc] == L' ' || inputBuffer[cc] == L'\t')) {
you need to handle '@' as well