mirror of
				https://github.com/sharkdp/bat.git
				synced 2025-11-04 00:51:56 +00:00 
			
		
		
		
	Remove vcs_modification_markers from PrettyPrinter 'git' feature disabled
This commit is contained in:
		@@ -166,6 +166,7 @@ impl<'a> PrettyPrinter<'a> {
 | 
			
		||||
    }
 | 
			
		||||
 | 
			
		||||
    /// Whether to show modification markers for VCS changes
 | 
			
		||||
    #[cfg(feature = "git")]
 | 
			
		||||
    pub fn vcs_modification_markers(&mut self, yes: bool) -> &mut Self {
 | 
			
		||||
        self.active_style_components.vcs_modification_markers = yes;
 | 
			
		||||
        self
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user