mirror of
				https://github.com/amix/vimrc
				synced 2025-10-31 14:43:35 +08:00 
			
		
		
		
	Updated plugins
This commit is contained in:
		| @ -14,14 +14,15 @@ command! -range=% GoChannelPeers call go#guru#ChannelPeers(<count>) | ||||
| command! -range=% GoReferrers call go#guru#Referrers(<count>) | ||||
| command! -nargs=? GoGuruTags call go#guru#Tags(<f-args>) | ||||
|  | ||||
|  | ||||
| command! -nargs=* -range GoAddTags call go#util#AddTags(<line1>, <line2>, <f-args>) | ||||
|  | ||||
| command! -range=0 GoSameIds call go#guru#SameIds() | ||||
| command! -range=0 GoSameIdsClear call go#guru#ClearSameIds() | ||||
| command! -range=0 GoSameIdsToggle call go#guru#ToggleSameIds() | ||||
| command! -range=0 GoSameIdsAutoToggle call go#guru#AutoToogleSameIds() | ||||
|  | ||||
| " -- tags | ||||
| command! -nargs=* -range GoAddTags call go#tags#Add(<line1>, <line2>, <count>, <f-args>) | ||||
| command! -nargs=* -range GoRemoveTags call go#tags#Remove(<line1>, <line2>, <count>, <f-args>) | ||||
|  | ||||
| " -- tool | ||||
| command! -nargs=0 GoFiles echo go#tool#Files() | ||||
| command! -nargs=0 GoDeps echo go#tool#Deps() | ||||
|  | ||||
| @ -15,9 +15,9 @@ endif | ||||
|  | ||||
|  | ||||
| function! s:SetTagbar() | ||||
|   let bin_path = go#path#CheckBinPath(g:go_gotags_bin)  | ||||
|   if empty(bin_path)  | ||||
|     return  | ||||
|   let bin_path = go#path#CheckBinPath(g:go_gotags_bin) | ||||
|   if empty(bin_path) | ||||
|     return | ||||
|   endif | ||||
|  | ||||
|   if !exists("g:tagbar_type_go") | ||||
|  | ||||
		Reference in New Issue
	
	Block a user
	 amix
					amix