mirror of
				https://github.com/amix/vimrc
				synced 2025-10-31 14:43:35 +08:00 
			
		
		
		
	Updated plugins
This commit is contained in:
		| @ -98,4 +98,11 @@ command! -nargs=0 GoKeyify call go#keyify#Keyify() | ||||
| " -- fillstruct | ||||
| command! -nargs=0 GoFillStruct call go#fillstruct#FillStruct() | ||||
|  | ||||
| " -- debug | ||||
| if !exists(':GoDebugStart') | ||||
|   command! -nargs=* -complete=customlist,go#package#Complete GoDebugStart call go#debug#Start(0, <f-args>) | ||||
|   command! -nargs=* -complete=customlist,go#package#Complete GoDebugTest  call go#debug#Start(1, <f-args>) | ||||
|   command! -nargs=? GoDebugBreakpoint call go#debug#Breakpoint(<f-args>) | ||||
| endif | ||||
|  | ||||
| " vim: sw=2 ts=2 et | ||||
|  | ||||
| @ -40,7 +40,7 @@ function! s:GoMinisnip() abort | ||||
|   endif | ||||
|  | ||||
|   if exists('g:minisnip_dir') | ||||
|     let g:minisnip_dir .= ':' . globpath(&rtp, 'gosnippets/minisnip') | ||||
|     let g:minisnip_dir .= go#util#PathListSep() . globpath(&rtp, 'gosnippets/minisnip') | ||||
|   else | ||||
|     let g:minisnip_dir = globpath(&rtp, 'gosnippets/minisnip') | ||||
|   endif | ||||
|  | ||||
		Reference in New Issue
	
	Block a user
	 Amir Salihefendic
					Amir Salihefendic