Adding 'mail' filetype (mutt) to blacklist

Fixes #847
This commit is contained in:
Strahinja Val Markovic 2014-03-01 10:14:46 -08:00
parent d49a58e351
commit 0d9c11d329
2 changed files with 4 additions and 2 deletions

View File

@ -765,7 +765,8 @@ Default: `[see next line]`
\ 'unite' : 1,
\ 'text' : 1,
\ 'vimwiki' : 1,
\ 'pandoc' : 1
\ 'pandoc' : 1,
\ 'mail' : 1
\}
### The `g:ycm_filetype_specific_completion_to_disable` option

View File

@ -27,7 +27,8 @@
"unite": 1,
"text": 1,
"vimwiki": 1,
"pandoc": 1
"pandoc": 1,
"mail": 1
},
"auto_start_csharp_server": 1,
"auto_stop_csharp_server": 1,