Skip to content

Commit

Permalink
Fix YcmStopServer command
Browse files Browse the repository at this point in the history
Use s:python_command to call StopServer method.
  • Loading branch information
micbou committed Jul 16, 2016
1 parent 5fcd581 commit ffe6b07
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion autoload/youcompleteme.vim
Expand Up @@ -776,7 +776,7 @@ endfunction


function! s:StopServer()
py ycm_state.StopServer()
exec s:python_command "ycm_state.StopServer()"
endfunction


Expand Down

0 comments on commit ffe6b07

Please sign in to comment.