Merge pull request #512 from ciwchris/patch-1

OmniSharp completer error message using incorrect naming format
This commit is contained in:
Val Markovic 2013-08-16 10:17:54 -07:00
commit 745d48d1e0

View File

@ -34,7 +34,7 @@ import tempfile
SERVER_NOT_FOUND_MSG = ( 'OmniSharp server binary not found at {0}. ' +
'Did you compile it? You can do so by running ' +
'"./install.sh --omnisharp_completer".' )
'"./install.sh --omnisharp-completer".' )
class CsharpCompleter( ThreadedCompleter ):
"""