summaryrefslogtreecommitdiffstats
path: root/src/conf/conf.rs
diff options
context:
space:
mode:
authorCanop <cano.petrole@gmail.com>2020-07-26 18:07:24 +0200
committerCanop <cano.petrole@gmail.com>2020-07-26 18:07:24 +0200
commitb2f489e9c731a62dd1a63b4b82b43509ef58d602 (patch)
tree30cbcd5a2637a12af202c6a7a3ecb5e58fc37616 /src/conf/conf.rs
parent53cc8f0fa652c7e04d04490c0d6cfd84006c58ed (diff)
{line} in a verb execution pattern refers to the line number
This makes it possible to open files directly on the line which was selected in the preview
Diffstat (limited to 'src/conf/conf.rs')
-rw-r--r--src/conf/conf.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/conf/conf.rs b/src/conf/conf.rs
index 2d592d0..ed84562 100644
--- a/src/conf/conf.rs
+++ b/src/conf/conf.rs
@@ -6,11 +6,11 @@ use {
default_conf::DEFAULT_CONF_FILE,
},
crate::{
+ app::SelectionType,
display::{Col, Cols},
errors::ConfError,
keys,
pattern::{SearchModeMap, SearchModeMapEntry},
- selection_type::SelectionType,
skin::{ExtColorMap, SkinEntry},
tree::*,
verb::VerbConf,