mirror of
				https://github.com/sharkdp/bat.git
				synced 2025-10-31 07:04:04 +00:00 
			
		
		
		
	bat.zsh.in: Remove duplicate word
Remove the duplicate word `disable disable`
This commit is contained in:
		
							
								
								
									
										2
									
								
								assets/completions/bat.zsh.in
									
									
									
									
										vendored
									
									
								
							
							
						
						
									
										2
									
								
								assets/completions/bat.zsh.in
									
									
									
									
										vendored
									
									
								
							| @@ -26,7 +26,7 @@ _{{PROJECT_EXECUTABLE}}_main() { | ||||
|     args=( | ||||
|         '(-A --show-all)'{-A,--show-all}'[show non-printable characters (space, tab, newline, ..)]' | ||||
|         --nonprintable-notation='[specify how to display non-printable characters when using --show-all]:notation:(caret unicode)' | ||||
|         \*{-p,--plain}'[show plain style (alias for `--style=plain`), repeat twice to disable disable automatic paging (alias for `--paging=never`)]' | ||||
|         \*{-p,--plain}'[show plain style (alias for `--style=plain`), repeat twice to disable automatic paging (alias for `--paging=never`)]' | ||||
|         '(-l --language)'{-l+,--language=}'[set the language for syntax highlighting]:language:->languages' | ||||
|         \*{-H+,--highlight-line=}'[highlight specified block of lines]:start\:end' | ||||
|         \*--file-name='[specify the name to display for a file]:name:_files' | ||||
|   | ||||
		Reference in New Issue
	
	Block a user