Skip to content

Commit

Permalink
Add text mode filetypes
Browse files Browse the repository at this point in the history
  • Loading branch information
crazymaster committed Jul 27, 2013
1 parent 7fcc0be commit 97d2379
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion autoload/neocomplcache/init.vim
Expand Up @@ -596,7 +596,8 @@ function! neocomplcache#init#_variables() "{{{
\ 'g:neocomplcache_text_mode_filetypes', {})
call neocomplcache#util#set_default_dictionary(
\ 'g:neocomplcache_text_mode_filetypes',
\ 'text,help,tex,gitcommit,vcs-commit,markdown', 1)
\ 'hybrid,text,help,tex,gitcommit,gitrebase,vcs-commit,markdown,'.
\ 'textile,creole,org,rdoc,mediawiki,rst,asciidoc,pod', 1)
"}}}

" Initialize tags filter patterns. "{{{
Expand Down

0 comments on commit 97d2379

Please sign in to comment.