Ticket: #1903: fish: mc hangs on any operation with files containing "'"(quote)
commit80fc7fe9ed684d19c17d8ff3e2ccfd2a35a9dd4e
authorSergei Trofimovich <slyfox@inbox.ru>
Fri, 25 Dec 2009 18:42:23 +0000 (25 20:42 +0200)
committerSergei Trofimovich <slyfox@inbox.ru>
Fri, 25 Dec 2009 18:42:23 +0000 (25 20:42 +0200)
treecb89e2d1e89e914951c2b64d34aed447b0f34ca8
parent051bb3b571514710ec60016804b95401c53fb4c9
Ticket: #1903: fish: mc hangs on any operation with files containing "'"(quote)

During last major escape transition "foo" -> properly_escaped_foo we forgot
to add "'" to list of specialcased symbols. This leads to mc hangup when you
try to do something with files/dirs, containing that symbol.

Adding it!

Signed-off-by: Sergei Trofimovich <slyfox@inbox.ru>
src/strescape.c