blob: 3ac4bbf9d3958c541d17154f2d15149bd2a46982 [file] [log] [blame]
Bram Moolenaar1ef15e32006-02-01 21:56:25 +00001" Vim filetype plugin file
2" Language: Javascript
3" Maintainer: Bram Moolenaar (for now)
4" Last Change: 2006 Jan 30
5
6if exists("b:did_ftplugin")
7 finish
8endif
9let b:did_ftplugin = 1
10
11if exists('&ofu')
12 setlocal ofu=javascriptcomplete#CompleteJS
13endif