summaryrefslogtreecommitdiffstats
path: root/runtime/ftplugin/javascript.vim
blob: 3ac4bbf9d3958c541d17154f2d15149bd2a46982 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
" Vim filetype plugin file
" Language:	Javascript
" Maintainer:	Bram Moolenaar (for now)
" Last Change:  2006 Jan 30

if exists("b:did_ftplugin")
  finish
endif
let b:did_ftplugin = 1

if exists('&ofu')
  setlocal ofu=javascriptcomplete#CompleteJS
endif