~ubuntu-branches/ubuntu/vivid/vim-ultisnips/vivid

« back to all changes in this revision

Viewing changes to ftdetect/UltiSnips.vim

  • Committer: Package Import Robot
  • Author(s): Michael Fladischer
  • Date: 2014-10-12 18:11:54 UTC
  • Revision ID: package-import@ubuntu.com-20141012181154-1jeoj467dh2l5f2e
Tags: upstream-3.0
ImportĀ upstreamĀ versionĀ 3.0

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
" This has to be called before ftplugins are loaded. Therefore
 
2
" it is here in ftdetect though it maybe shouldn't
 
3
if has("autocmd")
 
4
   autocmd FileType * call UltiSnips#FileTypeChanged()
 
5
endif