]> git.lyx.org Git - lyx.git/commitdiff
Do not use \&@#^_~$ as lstinline delimiter, as suggested by Herbert
authorBo Peng <bpeng@lyx.org>
Sat, 26 May 2007 20:45:24 +0000 (20:45 +0000)
committerBo Peng <bpeng@lyx.org>
Sat, 26 May 2007 20:45:24 +0000 (20:45 +0000)
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@18529 a592a061-630c-0410-9148-cb99ea01b6c8

src/insets/InsetListings.cpp

index 6b76f41d58ad881467c0c9c7153bd71c1cb0c7d2..7723e5f09b50645a8f36e9d85ef78a857109bce1 100644 (file)
@@ -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()
 {