Fixing typo in YCM extra conf comment
This commit is contained in:
parent
2caf90637d
commit
1c1fb47d7e
@ -141,7 +141,7 @@ def FlagsForFile( filename, **kwargs ):
|
|||||||
|
|
||||||
# NOTE: This is just for YouCompleteMe; it's highly likely that your project
|
# 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
|
# 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:
|
try:
|
||||||
final_flags.remove( '-stdlib=libc++' )
|
final_flags.remove( '-stdlib=libc++' )
|
||||||
except ValueError:
|
except ValueError:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user