YouCompleteMe/python/ycm
Alexandre Fonseca 09379b3ff6 Allow '*' in ycm_filetype_specific_completion_to_disable.
I love YCM's auto popup with keyword completion when power typing but
would rather not have semantic completion activate unless I really want
it to (most semantic completers are somewhat slow and sometimes end up
breaking my flow). When in API exploration mode, I don't mind having
to press C-Space to force completion and wait a bit more.

Unless I'm mistaken, the current code does not allow wildcards in the
specification of filetypes on which to disable automatic semantic
completion. This change allows the use of '*' to disable automatic
semantic completion in all files.
2014-06-30 15:36:37 +02:00
..
client Updating to latest ycmd 2014-06-03 14:49:53 -07:00
tests Enable Function syntax for keyword seeding 2014-05-21 13:33:45 +10:00
__init__.py Fixing python tests broken in rename 2013-05-19 20:06:14 -07:00
base.py Updating to latest ycmd 2014-06-03 14:49:53 -07:00
diagnostic_interface.py Updating to latest ycmd 2014-06-03 14:49:53 -07:00
omni_completer.py Refactored completion request creation 2014-05-27 17:38:34 -07:00
syntax_parse.py Enable Function syntax for keyword seeding 2014-05-21 13:33:45 +10:00
test_utils.py Changing copyright headers from me to Google 2014-01-13 11:08:43 -08:00
unsafe_thread_pool_executor.py Changing copyright headers from me to Google 2014-01-13 11:08:43 -08:00
vimsupport.py Further support for diag line_num < 1 2014-06-09 10:18:03 -07:00
youcompleteme.py Allow '*' in ycm_filetype_specific_completion_to_disable. 2014-06-30 15:36:37 +02:00