mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-09 18:31:04 +00:00
Fix thinspace search regex
This commit is contained in:
parent
430c41cd05
commit
cd080da3c4
@ -832,7 +832,7 @@ string string2regex(string in)
|
||||
blanks++;
|
||||
}
|
||||
else if ((tempx[i] == '\302' && tempx[i+1] == '\240')
|
||||
|| (tempx[i] == '\342' && tempx[i+1] == '\200')) {
|
||||
|| (tempx[i] == '\342' && tempx[i+1] == '\202')) {
|
||||
// protected space
|
||||
// thin space
|
||||
blanks++;
|
||||
|
Loading…
Reference in New Issue
Block a user