Skip to content

Commit

Permalink
fix clipboard feature
Browse files Browse the repository at this point in the history
  • Loading branch information
kamiyaa committed Feb 3, 2021
1 parent 0b2aba9 commit 7be7c13
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/commands/key_command.rs
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,6 @@ impl KeyCommand {
Self::CutFiles => "cut_files",
Self::CopyFiles => "copy_files",
Self::PasteFiles(_) => "paste_files",
#[cfg(feature = "clipboard")]
Self::CopyFileName => "copy_filename",

Self::CursorMoveUp(_) => "cursor_move_up",
Expand Down

0 comments on commit 7be7c13

Please sign in to comment.