Blacklist Pandoc file type

Pandoc enhances Markdown and therefore is used for prose, which doesn't suit YCM
well.
This commit is contained in:
Tom Vincent 2014-01-14 11:59:31 +00:00
parent b1bba2e201
commit 685b1007b6
2 changed files with 3 additions and 1 deletions

View File

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

View File

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