Commit 0cc3da5d authored by Benno Schulenberg's avatar Benno Schulenberg
Browse files

spelling: retreat one x position, to not miss the first word

This fixes https://savannah.gnu.org/bugs/?47932.
No related merge requests found
Showing with 2 additions and 1 deletion
+2 -1
......@@ -2399,7 +2399,8 @@ bool do_int_spell_fix(const char *word)
openfile->current_x = (size_t)(top_x - 1);
openfile->mark_begin = bot;
openfile->mark_begin_x = bot_x;
}
} else
openfile->current_x = (size_t)(openfile->current_x - 1);
openfile->mark_set = FALSE;
} else
#endif
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment