YouCompleteMe/cpp
Strahinja Val Markovic 16d1365d12 Better smart-case query-candidate matching
Previously, "Foo" would match "Foo" but not "FOO". Now it matches both. Bottom
line, an uppercase char matches only uppercase chars but lowercase chars can
match either. We used to insist that lowercase chars in the query match
lowercase chars in the candidate strings IF the query also had uppercase
letters; this was dumb and a poor user experience.

Fixes #501.
2013-08-12 19:49:43 -07:00
..
BoostParts fixed build problem with threads on SmartOS 2013-07-08 13:56:51 +00:00
llvm/include/clang-c Removing the in-tree copy of llvm+clang 2013-01-13 16:43:06 -08:00
ycm Better smart-case query-candidate matching 2013-08-12 19:49:43 -07:00
CMakeLists.txt Fixing compilation on Cygwin 2013-07-27 12:47:53 -07:00