eric pouech (@epo) commented about programs/cmd/lineedit.c:
+typedef struct _SEARCH_CONTEXT +{
- HANDLE hSearch;
- WIN32_FIND_DATAW findData;
- BOOL haveQuotes;
- 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)
I'd like to see the code for specific handling of first word in a separate commit (just for clarity and make review easier)