Make "Remove Consecutive Duplicate Lines" to be macro recordable

Fix #6023, close #6024
This commit is contained in:
Scott Sumner 2019-08-08 11:02:14 -04:00 committed by Don HO
parent 2a7a35a4a3
commit 0922512eb3
No known key found for this signature in database
GPG Key ID: 6C429F1D8D84F46E

View File

@ -3388,6 +3388,7 @@ void Notepad_plus::command(int id)
case IDM_EDIT_INS_TAB:
case IDM_EDIT_RMV_TAB:
case IDM_EDIT_DUP_LINE:
case IDM_EDIT_REMOVE_DUP_LINES:
case IDM_EDIT_TRANSPOSE_LINE:
case IDM_EDIT_SPLIT_LINES:
case IDM_EDIT_JOIN_LINES: