view runtime/ftplugin/javascript.vim @ 972:decce137e7be v7.0.098

updated for version 7.0-098
author vimboss
date Sun, 10 Sep 2006 19:07:28 +0000
parents bc95c6c4bac1
children 96cd8222a819
line wrap: on
line source

" 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