view runtime/ftplugin/javascript.vim @ 819:23f82b5d2814 v7.0c10

updated for version 7.0c10
author vimboss
date Wed, 05 Apr 2006 20:41:53 +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