mirror of
https://github.com/MidnightCommander/mc
synced 2024-12-22 20:36:50 +03:00
Merge branch '2509_diff_quick_move'
* 2509_diff_quick_move: Ticket #2509: missed names of CK_DiffQuickLeft and CK_DiffQuickRight actions
This commit is contained in:
commit
1636f8e956
@ -520,6 +520,8 @@ static name_keymap_t command_names[] = {
|
||||
{"DiffBOF", CK_DiffBOF},
|
||||
{"DiffDown", CK_DiffDown},
|
||||
{"DiffUp", CK_DiffUp},
|
||||
{"DiffQuickLeft", CK_DiffQuickLeft},
|
||||
{"DiffQuickRight", CK_DiffQuickRight},
|
||||
{"DiffLeft", CK_DiffLeft},
|
||||
{"DiffRight", CK_DiffRight},
|
||||
{"DiffPageDown", CK_DiffPageDown},
|
||||
|
Loading…
Reference in New Issue
Block a user