mirror of
				https://github.com/neovim/neovim.git
				synced 2025-11-04 01:34:25 +00:00 
			
		
		
		
	Merge pull request #3590 from blueyed/fix-python-provider-finish
runtime/autoload/provider/python{,3}.vim: fix E168
			
			
This commit is contained in:
		@@ -46,7 +46,7 @@ function! provider#python#Call(method, args)
 | 
			
		||||
      echohl WarningMsg
 | 
			
		||||
      echomsg v:exception
 | 
			
		||||
      echohl None
 | 
			
		||||
      finish
 | 
			
		||||
      return
 | 
			
		||||
    endtry
 | 
			
		||||
  endif
 | 
			
		||||
  return call(s:rpcrequest, insert(insert(a:args, 'python_'.a:method), s:host))
 | 
			
		||||
 
 | 
			
		||||
@@ -46,7 +46,7 @@ function! provider#python3#Call(method, args)
 | 
			
		||||
      echohl WarningMsg
 | 
			
		||||
      echomsg v:exception
 | 
			
		||||
      echohl None
 | 
			
		||||
      finish
 | 
			
		||||
      return
 | 
			
		||||
    endtry
 | 
			
		||||
  endif
 | 
			
		||||
  return call(s:rpcrequest, insert(insert(a:args, 'python_'.a:method), s:host))
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user