[vim] Change +- to ± on changed lines in a git repo
This commit is contained in:
		
							parent
							
								
									bc0ab1f969
								
							
						
					
					
						commit
						e1bcf4a103
					
				
					 1 changed files with 1 additions and 1 deletions
				
			
		|  | @ -3,7 +3,7 @@ highlight GitGutterChange guibg=#bbbb00 guifg=#000000 ctermfg=Yellow | |||
| highlight GitGutterDelete guibg=#ff2222 guifg=#000000 ctermfg=DarkRed | ||||
| 
 | ||||
| let g:gitgutter_sign_added = '+' | ||||
| let g:gitgutter_sign_modified = '-+' | ||||
| let g:gitgutter_sign_modified = '±' | ||||
| let g:gitgutter_sign_removed = '-' | ||||
| let g:gitgutter_sign_removed_first_line = '^^' | ||||
| let g:gitgutter_sign_modified_removed = '--' | ||||
|  |  | |||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue