Merge pull request #779 from tlvince/ignore-pandoc

Blacklist Pandoc file type
This commit is contained in:
Val Markovic 2014-01-15 10:45:11 -08:00
commit e9816c3823
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,