mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-23 10:18:50 +00:00
please Abdel
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@25414 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
parent
5cef8b6887
commit
32ccbb7f58
@ -590,11 +590,12 @@ bool Text::cursorForwardOneWord(Cursor & cur)
|
||||
Paragraph const & par = cur.paragraph();
|
||||
|
||||
// Paragraph boundary is a word boundary
|
||||
if (pos == lastpos)
|
||||
if (pos == lastpos) {
|
||||
if (pit != cur.lastpit())
|
||||
return setCursor(cur, pit + 1, 0);
|
||||
else
|
||||
return false;
|
||||
}
|
||||
|
||||
if (lyxrc.mac_like_word_movement) {
|
||||
// Skip through trailing punctuation and spaces.
|
||||
|
Loading…
Reference in New Issue
Block a user