mirror of
				https://github.com/amix/vimrc
				synced 2025-10-31 23:13:35 +08:00 
			
		
		
		
	Updated vim plugins
This commit is contained in:
		| @ -12,9 +12,8 @@ command! -range=% GoFreevars call go#guru#Freevars(<count>) | ||||
| 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>) | ||||
|  | ||||
| " TODO(arslan): enable this once the function is implemented | ||||
| " command! -range=% GoSameIds call go#guru#SameIds(<count>) | ||||
| command! -range=% GoSameIds call go#guru#SameIds(<count>) | ||||
| command! -range=0 GoSameIdsClear call go#guru#ClearSameIds() | ||||
|  | ||||
| " -- tool | ||||
| command! -nargs=0 GoFiles echo go#tool#Files() | ||||
|  | ||||
| @ -43,9 +43,7 @@ nnoremap <silent> <Plug>(go-callstack) :<C-u>call go#guru#Callstack(-1)<CR> | ||||
| xnoremap <silent> <Plug>(go-freevars) :<C-u>call go#guru#Freevars(0)<CR> | ||||
| nnoremap <silent> <Plug>(go-channelpeers) :<C-u>call go#guru#ChannelPeers(-1)<CR> | ||||
| nnoremap <silent> <Plug>(go-referrers) :<C-u>call go#guru#Referrers(-1)<CR> | ||||
|  | ||||
| " TODO(arslan): enable this once the function is implemented | ||||
| " nnoremap <silent> <Plug>(go-sameids) :<C-u>call go#guru#SameIds(-1)<CR> | ||||
| nnoremap <silent> <Plug>(go-sameids) :<C-u>call go#guru#SameIds(-1)<CR> | ||||
|  | ||||
| nnoremap <silent> <Plug>(go-rename) :<C-u>call go#rename#Rename(!g:go_jump_to_error)<CR> | ||||
|  | ||||
|  | ||||
		Reference in New Issue
	
	Block a user
	 amix
					amix