Fixing typo in YCM extra conf comment

This commit is contained in:
Strahinja Val Markovic 2013-11-17 13:17:50 -08:00
parent 2caf90637d
commit 1c1fb47d7e

View File

@ -141,7 +141,7 @@ def FlagsForFile( filename, **kwargs ):
# NOTE: This is just for YouCompleteMe; it's highly likely that your project
# does NOT need to remove the stdlib flag. DO NOT USE THIS IN YOUR
# ycm_extra_conf IF YOU'RE NOT 100% YOU NEED IT.
# ycm_extra_conf IF YOU'RE NOT 100% SURE YOU NEED IT.
try:
final_flags.remove( '-stdlib=libc++' )
except ValueError: