X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;f=src%2Finsets%2FInsetListings.cpp;h=7723e5f09b50645a8f36e9d85ef78a857109bce1;hb=aa318665019f7cb609fec11432c056f76392da56;hp=6b76f41d58ad881467c0c9c7153bd71c1cb0c7d2;hpb=5a71504289d74f5809b67a5fcd1865f9911544a3;p=lyx.git diff --git a/src/insets/InsetListings.cpp b/src/insets/InsetListings.cpp index 6b76f41d58..7723e5f09b 100644 --- a/src/insets/InsetListings.cpp +++ b/src/insets/InsetListings.cpp @@ -37,7 +37,7 @@ using std::ostream; using std::ostringstream; using std::string; -char const lstinline_delimiters[] = "!@#$^&*()-_=+|;:'\"~`,<.>/?QWERTYUIOPASDFGHJKLZXCVBNMqwertyuiopasdfghjklzxcvbnm"; +char const lstinline_delimiters[] = "!*()-=+|;:'\"`,<.>/?QWERTYUIOPASDFGHJKLZXCVBNMqwertyuiopasdfghjklzxcvbnm"; void InsetListings::init() {