Make end-of-line conversion operations macroable

Fix issue to make end-of-line conversion operations macroable

Fix #6258, close #7516
This commit is contained in:
Scott Sumner 2019-11-06 09:41:09 -05:00 committed by Don HO
parent 19517944fe
commit bdd9acb0f5
No known key found for this signature in database
GPG Key ID: 6C429F1D8D84F46E

View File

@ -3497,6 +3497,9 @@ void Notepad_plus::command(int id)
case IDM_SEARCH_MARKALLEXT5 :
case IDM_SEARCH_UNMARKALLEXT5 :
case IDM_SEARCH_CLEARALLMARKS :
case IDM_FORMAT_TODOS :
case IDM_FORMAT_TOUNIX :
case IDM_FORMAT_TOMAC :
_macro.push_back(recordedMacroStep(id));
break;
}