File tree Expand file tree Collapse file tree 1 file changed +3
-0
lines changed
gix/src/config/tree/sections Expand file tree Collapse file tree 1 file changed +3
-0
lines changed Original file line number Diff line number Diff line change @@ -22,6 +22,8 @@ impl Core {
22
22
/// The `core.disambiguate` key.
23
23
pub const DISAMBIGUATE : Disambiguate =
24
24
Disambiguate :: new_with_validate ( "disambiguate" , & config:: Tree :: CORE , validate:: Disambiguate ) ;
25
+ /// The `core.editor` key.
26
+ pub const EDITOR : keys:: Executable = keys:: Executable :: new_executable ( "editor" , & config:: Tree :: CORE ) ;
25
27
/// The `core.fileMode` key.
26
28
pub const FILE_MODE : keys:: Boolean = keys:: Boolean :: new_boolean ( "fileMode" , & config:: Tree :: CORE ) ;
27
29
/// The `core.ignoreCase` key.
@@ -102,6 +104,7 @@ impl Section for Core {
102
104
& Self :: CHECK_STAT ,
103
105
& Self :: DELTA_BASE_CACHE_LIMIT ,
104
106
& Self :: DISAMBIGUATE ,
107
+ & Self :: EDITOR ,
105
108
& Self :: FILE_MODE ,
106
109
& Self :: IGNORE_CASE ,
107
110
& Self :: FILES_REF_LOCK_TIMEOUT ,
You can’t perform that action at this time.
0 commit comments