mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-12-23 13:31:49 +00:00
Fix thinspace search regex
This commit is contained in:
parent
430c41cd05
commit
cd080da3c4
@ -832,7 +832,7 @@ string string2regex(string in)
|
|||||||
blanks++;
|
blanks++;
|
||||||
}
|
}
|
||||||
else if ((tempx[i] == '\302' && tempx[i+1] == '\240')
|
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
|
// protected space
|
||||||
// thin space
|
// thin space
|
||||||
blanks++;
|
blanks++;
|
||||||
|
Loading…
Reference in New Issue
Block a user