From e13cd9b6966ca2ba1731d6322f0b2f9d7660407c Mon Sep 17 00:00:00 2001 From: Alexandre Fonseca Date: Tue, 25 Mar 2014 11:54:11 +0100 Subject: [PATCH] Document '*' in ycm_filetype_specific_completion_to_disable. --- doc/youcompleteme.txt | 3 +++ 1 file changed, 3 insertions(+) diff --git a/doc/youcompleteme.txt b/doc/youcompleteme.txt index 45ab71bd..96f64e21 100644 --- a/doc/youcompleteme.txt +++ b/doc/youcompleteme.txt @@ -1030,6 +1030,9 @@ support that filetype. You can get the filetype of the current file in Vim with ':set ft?'. +To disable the semantic completion engine for all filetypes, you can use '*' +as a special wildcard filetype key: {'*': 1}. + Default: '{}' > let g:ycm_filetype_specific_completion_to_disable = {}