YouCompleteMe/python
Strahinja Val Markovic 973064d0bd Can now seed identifier database with keywords
By toggling the g:ycm_seed_identifiers_with_syntax option, the user can now tell
YCM to seed the identifier database with the language's keywords.

This is off by default because it can be noisy. Since the identifier completer
collects identifiers from buffers as the user visits them, the keywords that the
user cares about will already be in the database, regardless of the state of the
new option. So the only keywords added will be the ones the user is not using.

Meh. But people want it so there.

Fixes #142.
2013-05-27 00:08:21 -07:00
..
clang_includes Moving clang includes to clang_includes folder 2013-01-17 17:08:11 -08:00
ycm Can now seed identifier database with keywords 2013-05-27 00:08:21 -07:00
test_requirements.txt Tests for helper functions in flags.py 2013-05-19 14:20:13 -07:00