view runtime/ftplugin/javascript.vim @ 823:9ab23f1e137f v7.0c12

updated for version 7.0c12
author vimboss
date Fri, 07 Apr 2006 21:40:07 +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