mirror of
https://github.com/notepad-plus-plus/notepad-plus-plus.git
synced 2025-07-29 16:54:43 +02:00
parent
f1e1f6be87
commit
4e4d9d95ce
@ -752,6 +752,9 @@ BOOL Notepad_plus::notify(SCNotification *notification)
|
||||
// which are closest to the clicked position.
|
||||
for (int32_t i = static_cast<int32_t>(position_of_click); i >= 0; --i)
|
||||
{
|
||||
if (i >= static_cast<int32_t>(bufstring.size()))
|
||||
return FALSE;
|
||||
|
||||
if (bufstring.at(i) == nppGUI._leftmostDelimiter)
|
||||
{
|
||||
// Respect escaped quotation marks.
|
||||
|
Loading…
x
Reference in New Issue
Block a user