mirror of
				https://github.com/vim-airline/vim-airline.git
				synced 2025-10-31 11:44:34 +01:00 
			
		
		
		
	
		
			
				
	
	
		
			9 lines
		
	
	
		
			261 B
		
	
	
	
		
			VimL
		
	
	
	
	
	
			
		
		
	
	
			9 lines
		
	
	
		
			261 B
		
	
	
	
		
			VimL
		
	
	
	
	
	
| " MIT license. Copyright (c) 2013 Bailey Ling.
 | |
| " vim: ts=2 sts=2 sw=2 fdm=indent
 | |
| 
 | |
| function! airline#extensions#commandt#apply_window_override()
 | |
|   if bufname('%') ==# 'GoToFile'
 | |
|     call airline#extensions#apply_left_override('CommandT', '')
 | |
|   endif
 | |
| endfunction
 |