Add quotes in notifications

Add quotes for Vim commands and options in notifications.
This commit is contained in:
micbou 2016-01-03 12:13:00 +01:00
parent da095cb93b
commit 7fda494026

View File

@ -70,12 +70,12 @@ signal.signal( signal.SIGINT, signal.SIG_IGN )
HMAC_SECRET_LENGTH = 16 HMAC_SECRET_LENGTH = 16
SERVER_CRASH_MESSAGE_STDERR_FILE = ( SERVER_CRASH_MESSAGE_STDERR_FILE = (
'The ycmd server SHUT DOWN (restart with :YcmRestartServer). ' "The ycmd server SHUT DOWN (restart with ':YcmRestartServer'). "
'Run :YcmToggleLogs stderr to check the logs.' ) "Run ':YcmToggleLogs stderr' to check the logs." )
SERVER_CRASH_MESSAGE_STDERR_FILE_DELETED = ( SERVER_CRASH_MESSAGE_STDERR_FILE_DELETED = (
'The ycmd server SHUT DOWN (restart with :YcmRestartServer). ' "The ycmd server SHUT DOWN (restart with ':YcmRestartServer'). "
'Logfile was deleted; set g:ycm_server_keep_logfiles to see errors ' "Logfile was deleted; set 'g:ycm_server_keep_logfiles' to see errors "
'in the future.' ) "in the future." )
SERVER_IDLE_SUICIDE_SECONDS = 10800 # 3 hours SERVER_IDLE_SUICIDE_SECONDS = 10800 # 3 hours