diff --git a/src/ui/entry.cpp b/src/ui/entry.cpp index ffffca674..45d17774d 100644 --- a/src/ui/entry.cpp +++ b/src/ui/entry.cpp @@ -667,7 +667,7 @@ void Entry::executeCmd(EntryCmd cmd, int unicodeChar, bool shift_pressed) #define IS_WORD_CHAR(ch) \ (!((!ch) || (std::isspace(ch)) || \ - ((ch) == '/') || ((ch) == OTHER_PATH_SEPARATOR))) + ((ch) == '/') || ((ch) == '\\'))) void Entry::forwardWord() {