mirror of
https://github.com/notepad-plus-plus/notepad-plus-plus.git
synced 2025-07-26 23:34:44 +02:00
parent
2337a7b5b6
commit
c7e1162f23
@ -453,9 +453,7 @@ void Notepad_plus::command(int id)
|
|||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
|
||||||
intptr_t eolMode = _pEditView->execute(SCI_GETEOLMODE);
|
|
||||||
_pEditView->execute(SCI_PASTE);
|
_pEditView->execute(SCI_PASTE);
|
||||||
_pEditView->execute(SCI_CONVERTEOLS, eolMode);
|
|
||||||
}
|
}
|
||||||
break;
|
break;
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user