Check auto_stop_csharp_server when shutting down

Check auto_stop_csharp_server instead of auto_start_csharp_server when
shutting down
This commit is contained in:
nop 2013-11-21 17:10:37 +01:00
parent cf6211055e
commit 389e3bfe4c

View File

@ -48,7 +48,7 @@ class CsharpCompleter( Completer ):
def Shutdown( self ):
if ( self.user_options[ 'auto_start_csharp_server' ] and
if ( self.user_options[ 'auto_stop_csharp_server' ] and
self._ServerIsRunning() ):
self._StopServer()